Arguments and Properties
Learn about startup arguments and system properties.
The start arguments and system properties are values appended to the used in Plazma execution, which have a overall impact on the operation of Plazma.
According to the start argument and system properties divided by the position added to the command (#user-content-fn-2).
System properties
System properties inputted before -jar
are processed in the JVM before Plazma initialization.
μμ€ν μμ±μ μμ νλ©΄ Plazma λ° JVMμ μλ λ°©μμ΄ λ³κ²½λ μ μμΌλ©°, κ²μμ ν° μν₯μ λ―ΈμΉ μ μμ΅λλ€!
κ° μμ€ν μμ±μ΄ μ΄λ ν μν μ νλμ§ νμ€ν μμ§ λͺ»νλ κ²½μ°, μ λ μ¬μ©νμ§ λ§μΈμ!
Usage
System properties are inputted as Java command arguments between java
and -jar
.
μλ₯Ό λ€μ΄, Plazma.dummyProperty
μμ€ν
μμ±μ μ μ©νλ € νλ κ²½μ°, λ€μκ³Ό κ°μ΄ μ
λ ₯νλ©΄ λ€μ μμ±μ 37
μ΄ μ
λ ₯λμ΄ Plazmaκ° μ΄κΈ°ν λ©λλ€.
-D
indicates that the argument is an exclusive argument added to Plazma, not embedded in the JVM,
If no value is entered for the property, the value is fixed to .
Complete System Properties
convertLegacySigns
convertLegacySigns
Type:
Boolean
Default:
False
Updates deprecated sign formats.
debug.entities
debug.entities
Type:
Boolean
Default:
False
Enables debug logs related to entity information.
debug.rewriteForIDE
debug.rewriteForIDE
Type:
Boolean
Default:
False
Disables NMS revision in IDE to correctly load debug information, and automatically remaps internal version information.
disable.watchdog
disable.watchdog
Type:
Boolean
Default:
False
Disables Spigot's Watchdog warning system.
letMeReload
letMeReload
Type:
Boolean
Default:
False
Disables confirmation message for the /reload
command.
/reload
λͺ
λ Ήμ΄λ λ§€μ° λΆμμ νλ―λ‘, /reload
μ¬μ© μ΄ν λ°μνλ μλ² λ΄ λͺ¨λ λ¬Έμ λ μ¬μ©μ λ³ΈμΈμκ² μμ΅λλ€.
If you are a plugin developer and need to update a plugin, use hotswapping instead of /reload
.
io.papermc.paper.suppress.sout.nags
io.papermc.paper.suppress.sout.nags
Type:
Boolean
Default:
False
Disables plugins using standard input/output system.
net.kyori.adventure.text.warnWhenLegacyFormattingDetected
net.kyori.adventure.text.warnWhenLegacyFormattingDetected
Type:
Boolean
Default:
False
Warns when deprecated formatting is detected in chat components.
Paper.bypassHostCheck
Paper.bypassHostCheck
Type:
Boolean
Default:
False
Disables server pattern matching verification when players connect to the server.
Paper.debugDynamicMissingKeys
Paper.debugDynamicMissingKeys
Type:
Boolean
Default:
False
Enables debug logs for missing keys in NBT objects.
Paper.debugInvalidSkullProfiles
Paper.debugInvalidSkullProfiles
Type:
Boolean
Default:
False
Enables debug logs for skull blocks with invalid profile information.
Logs all invalid skull blocks in the world with their locations.
Paper.disableChannelLimit
Paper.disableChannelLimit
Type:
Boolean
Default:
False
νλ μ΄μ΄λΉ μ μ©λλ 128κ°μ νλ¬κ·ΈμΈ μ±λμ κ°μ μ νμ λΉνμ±ν ν©λλ€.
Paper.disableClassPrioritization
Paper.disableClassPrioritization
Type:
Boolean
Default:
False
Disables plugin class prioritization system.
Useful when issues arise in plugin shading.
Paper.disableFlushConsolidate
Paper.disableFlushConsolidate
Type:
Boolean
Default:
False
Disables Netty flush consolidation system.
Paper.excessiveTELimit
Paper.excessiveTELimit
νν:
Integer
Default:
750
Splits entities into multiple packets if they exceed the set value.
Paper.filterThreshold
Paper.filterThreshold
νν:
Integer
Default:
8192
Sets the maximum packet size the server can receive at once.
Paper.ignoreJavaVersion
Paper.ignoreJavaVersion
Type:
Boolean
Default:
False
Disables Java version verification.
μ΄λ κ² νλ©΄ JVMμ΄ μ‘΄μ¬νμ§ μλ μ½λμ μ κ·Όνλ € μλν μ μμ΅λλ€!
Files and overall game mechanics can be permanently damaged, causing the game to break.
Any issues caused by this are the user's responsibility, and Plamza does not provide any support for it.
Paper.maxCustomChannelName
Paper.maxCustomChannelName
νν:
Integer
Default:
64
νλ¬κ·ΈμΈ μ±λ μ΄λ¦μ μ νμ μ€μ ν©λλ€.
Paper.maxSignLength
Paper.maxSignLength
νν:
Integer
Default:
80
Sets the maximum length of characters that can be entered on one line of a sign.
Paper.minPrecachedDatafixVersion
Paper.minPrecachedDatafixVersion
νν:
Integer
Default:
(world version) + 1
Sets the version of initial world update information to be initialized.
Useful when updating a large number of chunks, but otherwise not used.
Paper.parseYamlCommentsByDefault
Paper.parseYamlCommentsByDefault
Type:
Boolean
Default:
True
Enables processing of comments in YAML files.
Paper.playerConnection.keepAlive
Paper.playerConnection.keepAlive
νν:
Integer
Default:
30
Kicks players if no data is received from them for the entered value (in seconds).
μΌλ°μ μΈ κ²½μ°, κ²μμ μλ²λ‘ κ³μν΄μ λ₯Ό μ μ‘νλ―λ‘, κ²μμ΄ μλ΅νμ§ μλ κ²½μ° κ²μμ΄ μΆ©λν κ²μΌλ‘ κ°μ£Όνκ³ λ μ΄μ μλ²μμλ νλ μ΄μ΄λ₯Ό μ²λ¦¬νμ§ μκ³ μΆλ°©ν©λλ€.
Paper.skipServerPropertiesComments
Paper.skipServerPropertiesComments
Type:
Boolean
Default:
False
Ignores comments in server properties.
Paper.debug-sync-loads
Paper.debug-sync-loads
Type:
Boolean
Default:
False
Enables debug logs for synchronous chunk loading.
Paper.enable-sync-chunk-writes
Paper.enable-sync-chunk-writes
Type:
Boolean
Default:
False
Enables Minecraft's .
This proceeds to save each chunk in order, causing significant performance degradation.
Paper.explicit-flush
Paper.explicit-flush
Type:
Boolean
Default:
False
Enables Explicit Flushing for network channels.
Paper.strict-thread-checks
Paper.strict-thread-checks
Type:
Boolean
Default:
False
Always logs errors not occurring on the main thread.
Paper.tickList-warn-on-excessive-delay
Paper.tickList-warn-on-excessive-delay
Type:
Boolean
Default:
False
Outputs a warning if scheduled tasks have excessive wait time.
Paperclip.patchOnly
Paperclip.patchOnly
Type:
Boolean
Default:
False
When using the default provided executable, only applies patches without starting the server.
Plazma.aggressiveOptimize
Plazma.aggressiveOptimize
Type:
Boolean
Default:
false
Conflict:
Plazma.disableConfigOptimization
Optimizes the initial configuration more strongly.
Enabling this makes the server faster and safer, but it can have a significant impact on gameplay.
Plazma.disableConfigOptimization
Plazma.disableConfigOptimization
Type:
Boolean
Default:
false
Conflict:
Plazma.aggressiveOptimize
Does not optimize the initial configuration.
This uses the default configuration of Paper.
Plazma.iKnowWhatIAmDoing
Plazma.iKnowWhatIAmDoing
Type:
Boolean
Default:
false
Plazmaκ° μ΄κΈ°νλ λ μΆλ ₯λλ κ²½κ³ λ¬Έμ μ΅μ ν©λλ€.
Plazma.useVanillaFavicon
Plazma.useVanillaFavicon
Type:
Boolean
Default:
false
Disables Plazma branding and uses the vanilla default server favicon.
Plazma.useVanillaConfiguration
Plazma.useVanillaConfiguration
Type:
Boolean
Default:
false
Conflict:
Plazma.disableConfigOptimization
ν΄λΉ μμ±μ ν¨μΉλ λͺ¨λ μ·¨μ½μ μ λλ립λλ€!
This can significantly impact server safety and performance.
Any issues resulting from using this attribute are the responsibility of the server administrator.
Provides the default values provided by Mojang for the initial configuration.
This disables all vulnerability patches applied by Paper.
Vulnerability patches can be re-enabled in Paper configuration or Plazma configuration.
Plazma.vanillaize
Plazma.vanillaize
Type:
Boolean
Default:
true
Conflict:
Plazma.aggressiveOptimize
Sets the initial configuration closer to vanilla.
μ΄λ κΈ°λ³Έμ μΌλ‘ μλ² μ±λ₯ λ° μμ μ μν₯μ μ£Όμ§ μμ μ λλ‘λ§ μ μ©λλ©°, Plazma.disableConfigOptimization
μμ±μ μ¬μ©ν κ²½μ° λ°λλΌ κΈ°λ³Έκ°μ μ¬μ©νλλ‘ κ΅¬μ±ν©λλ€.
Obsolete attribute
The following system attribute is obsolete.
timings.bypassMax
timings.bypassMax
Type:
Boolean
Default:
false
Deprecated: Since Timings was completely removed from Plazma
Determines whether exceeding the maximum value that can be sent to Aikar's Timings API is allowed.
Even if done so, rate limiting will be applied if not handled in the API.
Start Argument
The start argument is entered after -jar *.jar
to initialize Plazma and is processed together.
Usage
System attributes are entered as program command arguments after -jar *.jar
.
For example, if you want to apply the nogui
start argument,
enter as follows to have Plazma process the nogui
argument during initialization.
Full Start Argument
bukkit-settings
bukkit-settings
Alias:
b
Default:
bukkit.yml
command-settings
command-settings
Alias:
c
Default:
commands.yml
config
config
Alias:
c
Default:
server.properties
demo
demo
Starts the server in demo world.
eraseCache
eraseCache
Removes remaining cache files after world upgrade.
forceUpgrade
forceUpgrade
λ²μ μ 무μνκ³ μλλ₯Ό κ°μ λ‘ μ κ·Έλ μ΄λ ν©λλ€.
help
help
Alias:
?
Outputs all start arguments and descriptions of Plazma.
initSettings
initSettings
Creates configuration files only and shuts down the server.
jfrProfile
jfrProfile
Enables JFR profiling.
max-players
max-players
Alias:
s
,size
Default:
(server properties)
νμ©λλ μ΅λ νλ μ΄μ΄ μλ₯Ό μ€μ ν©λλ€.
nogui
nogui
Disables the graphical interface panel.
nojline
nojline
Disables JLine and uses vanilla console.
online-mode
online-mode
Alias:
o
Default:
(server properties)
Selects whether to verify players with Mojang authentication server.
paper-settings
paper-settings
Alias:
paper
Default:
paper.yml
μ΄ μΈμλ 1.19.4 μ΄ν μ¬μ©μ΄ μ€μ§λμμ΅λλ€
Sets the location of the deprecated PaperSpigot configuration file.
Used to transfer existing configurations to a new configuration file, and is no longer used afterwards.
paper-settings-directory
paper-settings-directory
Alias:
paper-dir
Default:
config
plazma-settings-directory
plazma-settings-directory
Alias:
plazma-dir
plugins
plugins
Alias:
p
Default:
plugins
Sets the location of the plugins folder.
pufferfish-settings
pufferfish-settings
Alias:
pufferfish
Default:
pufferfish.yml
purpur-settings
purpur-settings
Alias:
purpur
Default:
purpur.yml
safeMode
safeMode
Starts the server in a completely vanilla state (safe mode).
server-ip
server-ip
Alias:
h
,host
Default:
(server properties)
μλ²μ νΈμ€νΈ μ΄λ¦ λλ μ£Όμλ₯Ό μ€μ ν©λλ€.
server-port
server-port
Alias:
p
,port
Default:
(server properties)
Sets the port of the server.
server-name
server-name
Default:
A Plazma Server
Sets the name of the server.
spigot-settings
spigot-settings
Alias:
S
Default:
spigot.yml
version
version
Alias:
v
Outputs the Plazma version.
world-dir
world-dir
Alias:
W
,universe
,world-container
Default:
(server folder)
Sets the location where world files are stored.
world-name
world-name
Alias:
w
,world
Default:
(server properties)
Sets the name of the world file.
Last updated