🎛️Arguments and Properties
Learn about startup arguments and system properties.
The start arguments and system properties are values appended to the commands used for Plasma execution, influencing the overall operation of Plasma.
According to the start argument and system properties in the position added to the command (#user-content-fn-2), it will be divided.
System Properties
System properties are values processed in the JVM before Plazma is initialized and entered in front of -jar.
시스템 속성을 수정하면 Plazma 및 JVM의 작동 방식이 변경될 수 있으며, 게임에 큰 영향을 미칠 수 있습니다!
각 시스템 속성이 어떠한 역할을 하는지 확실히 알지 못하는 경우, 절대 사용하지 마세요!
Usage
System properties are entered as Java command arguments between java and -jar.
예를 들어, Plazma.dummyProperty 시스템 속성을 적용하려 하는 경우, 다음과 같이 입력하면 다음 속성에 37이 입력되어 Plazma가 초기화 됩니다.
java -Xms4G (...) -DPlazma.dummyProperty=37 -jar plazma.jar (...)-D indicates that the argument is an exclusive argument added to Plazma, not inherent to JVM,
If no value is entered for the property, the value is fixed as .
Full System Properties
convertLegacySigns
convertLegacySignsType:
BooleanDefault:
False
Updates deprecated sign formats.
debug.entities
debug.entitiesType:
BooleanDefault:
False
Enables debug logs related to entity information.
debug.rewriteForIDE
debug.rewriteForIDEType:
BooleanDefault:
False
Disables NMS revision to correctly load debug information in IDE, and automatically remaps internal version information.
disable.watchdog
disable.watchdogType:
BooleanDefault:
False
Disables Spigot's Watchdog warning system.
letMeReload
letMeReloadType:
BooleanDefault:
False
Disables confirmation message for the /reload command.
/reload 명령어는 매우 불안정하므로, /reload 사용 이후 발생하는 서버 내 모든 문제는 사용자 본인에게 있습니다.
If you are a plugin developer and need to update a plugin, use hotswap instead of /reload.
io.papermc.paper.suppress.sout.nags
io.papermc.paper.suppress.sout.nagsType:
BooleanDefault:
False
Disables plugins using standard input and output system.
net.kyori.adventure.text.warnWhenLegacyFormattingDetected
net.kyori.adventure.text.warnWhenLegacyFormattingDetectedType:
BooleanDefault:
False
Warns when deprecated formatting is detected in chat components.
Paper.bypassHostCheck
Paper.bypassHostCheckType:
BooleanDefault:
False
Disables server's pattern matching verification when players connect to the server.
Paper.debugDynamicMissingKeys
Paper.debugDynamicMissingKeysType:
BooleanDefault:
False
Enables debug logs for missing keys in NBT objects.
Paper.debugInvalidSkullProfiles
Paper.debugInvalidSkullProfilesType:
BooleanDefault:
False
Enables debug logs for head blocks with invalid profile information.
Logs all incorrect head blocks in the world with their locations.
Paper.disableChannelLimit
Paper.disableChannelLimitType:
BooleanDefault:
False
플레이어당 적용되는 128개의 플러그인 채널의 개수 제한을 비활성화 합니다.
Paper.disableClassPrioritization
Paper.disableClassPrioritizationType:
BooleanDefault:
False
Disables plugin class prioritization system.
Useful when issues arise in plugin shading.
Paper.disableFlushConsolidate
Paper.disableFlushConsolidateType:
BooleanDefault:
False
Disables Netty flush consolidation system.
Paper.excessiveTELimit
Paper.excessiveTELimit형태:
IntegerDefault:
750
Splits entities into multiple packets if they exceed the set value.
Paper.filterThreshold
Paper.filterThreshold형태:
IntegerDefault:
8192
Sets the maximum packet size the server can receive at once.
Paper.ignoreJavaVersion
Paper.ignoreJavaVersionType:
BooleanDefault:
False
Disables Java version check.
이렇게 하면 JVM이 존재하지 않는 코드에 접근하려 시도할 수 있습니다!
World and overall files can be permanently corrupted, breaking the game's entire mechanics.
Any issues that arise from using this are the user's responsibility, and Plamza does not provide any support for it.
Paper.maxCustomChannelName
Paper.maxCustomChannelName형태:
IntegerDefault:
64
플러그인 채널 이름의 제한을 설정합니다.
Paper.maxSignLength
Paper.maxSignLength형태:
IntegerDefault:
80
Sets the maximum length of characters that can be entered on a sign line.
Paper.minPrecachedDatafixVersion
Paper.minPrecachedDatafixVersion형태:
IntegerDefault:
(world version) + 1
Sets the version of initial world update information to be initialized first.
Useful when a large number of chunks need to be updated, but otherwise not used.
Paper.parseYamlCommentsByDefault
Paper.parseYamlCommentsByDefaultType:
BooleanDefault:
True
Enables processing of comments in YAML files.
Paper.playerConnection.keepAlive
Paper.playerConnection.keepAlive형태:
IntegerDefault:
30
Kicks players if no data is received from them for the specified time (in seconds).
일반적인 경우, 게임은 서버로 계속해서 를 전송하므로, 게임이 응답하지 않는 경우 게임이 충돌한 것으로 간주하고 더 이상 서버에서도 플레이어를 처리하지 않고 추방합니다.
Paper.skipServerPropertiesComments
Paper.skipServerPropertiesCommentsType:
BooleanDefault:
False
Ignores server properties comments.
Paper.debug-sync-loads
Paper.debug-sync-loadsType:
BooleanDefault:
False
Enables debug logs for synchronous chunk loading.
Paper.enable-sync-chunk-writes
Paper.enable-sync-chunk-writesType:
BooleanDefault:
False
Enables Minecraft's .
This proceeds to save each chunk sequentially, causing significant performance degradation.
Paper.explicit-flush
Paper.explicit-flushType:
BooleanDefault:
False
Enables explicit flushing of network channels.
Paper.strict-thread-checks
Paper.strict-thread-checksType:
BooleanDefault:
False
Always logs errors that do not occur on the main thread.
Paper.tickList-warn-on-excessive-delay
Paper.tickList-warn-on-excessive-delayType:
BooleanDefault:
False
Outputs a warning if scheduled tasks have excessive wait times.
Paperclip.patchOnly
Paperclip.patchOnlyType:
BooleanDefault:
False
When using the default executable file, only applies patches without starting the server.
Plazma.aggressiveOptimize
Plazma.aggressiveOptimizeType:
BooleanDefault:
falseConflict:
Plazma.disableConfigOptimization
Optimize the initial configuration more strongly.
Enabling this will make the server faster and safer, but it can have a significant impact on gameplay.
Plazma.disableConfigOptimization
Plazma.disableConfigOptimizationType:
BooleanDefault:
falseConflict:
Plazma.aggressiveOptimize
Do not optimize the initial configuration.
This makes it use Paper's default configuration.
Plazma.iKnowWhatIAmDoing
Plazma.iKnowWhatIAmDoingType:
BooleanDefault:
false
Plazma가 초기화될 때 출력되는 경고문을 억제합니다.
Plazma.useVanillaFavicon
Plazma.useVanillaFaviconType:
BooleanDefault:
false
Disable the Plazma branding and use the vanilla default server favicon.
Plazma.useVanillaConfiguration
Plazma.useVanillaConfigurationType:
BooleanDefault:
falseConflict:
Plazma.disableConfigOptimization
해당 속성은 패치된 모든 취약점을 되돌립니다!
This can have a significant impact on server safety and performance.
Any issues arising from this property are the responsibility of the server administrator.
Provides the initial configuration with the default values supplied by Mojang.
This disables all vulnerability patches applied by Paper.
Vulnerability patches can be re-enabled in either the Paper configuration or Plazma configuration.
Plazma.vanillaize
Plazma.vanillaizeType:
BooleanDefault:
trueConflict:
Plazma.aggressiveOptimize
Set the initial configuration closer to vanilla.
이는 기본적으로 서버 성능 및 안전에 영향을 주지 않을 정도로만 적용되며, Plazma.disableConfigOptimization 속성을 사용할 경우 바닐라 기본값을 사용하도록 구성합니다.
The deprecated propertyis in use.
The following system property is a deprecated property.
timings.bypassMax
timings.bypassMaxType:
BooleanDefault:
falseDeprecated: Timings has been removed from Plazma since
Determines if values exceeding the maximum that can be sent to Aikar's Timings API are allowed.
Even if done this way, rate limiting will be applied if not handled in the API.
Start Arguments
Start arguments are entered after -jar *.jar to initialize Plazma and are processed together.
Usage
System properties are entered as program command arguments after -jar *.jar.
For example, if you want to apply the nogui start argument,
enter as follows for Plazma to process the nogui argument during initialization.
java -Xms4G (...) -DPlazma.dummyProperty=37 -jar plazma.jar nogui (...)All Start Arguments
bukkit-settings
bukkit-settingsAlias:
bDefault:
bukkit.yml
Bukkit 구성 파일의 이름 및 위치를 설정합니다.
command-settings
command-settingsAlias:
cDefault:
commands.yml
Bukkit 명령어 구성 파일의 이름 및 위치를 설정합니다.
config
configAlias:
cDefault:
server.properties
서버 속성 파일의 이름 및 위치를 설정합니다.
demo
demoStarts the server with a demo world.
eraseCache
eraseCacheRemoves leftover cache files after world upgrades.
forceUpgrade
forceUpgrade버전을 무시하고 월드를 강제로 업그레이드 합니다.
help
helpAlias:
?
Outputs the full start arguments and descriptions for Plazma.
initSettings
initSettingsOnly generates configuration files and shuts down the server.
jfrProfile
jfrProfileEnables JFR profiling.
max-players
max-playersAlias:
s,sizeDefault:
(server properties)
허용되는 최대 플레이어 수를 설정합니다.
nogui
noguiDisables the graphical interface panel.
nojline
nojlineDisables JLine and uses vanilla console.
online-mode
online-modeAlias:
oDefault:
(server properties)
Selects whether to authenticate players with Mojang authentication servers.
Velocity 등 프록시를 사용하는 것이 아닌 경우 EULA 위반으로 제재될 수 있습니다.
paper-settings
paper-settingsAlias:
paperDefault:
paper.yml
이 인수는 1.19.4 이후 사용이 중지되었습니다
Sets the location of the deprecated PaperSpigot configuration file.
Used to transfer existing configurations to new configuration files, and not used afterwards.
paper-settings-directory
paper-settings-directoryAlias:
paper-dirDefault:
config
Paper 구성 파일이 위치하는 폴더의 이름 및 위치를 설정합니다.
plazma-settings-directory
plazma-settings-directoryAlias:
plazma-dir
Plazma 구성 파일이 위치하는 폴더의 이름 및 위치를 설정합니다.
plugins
pluginsAlias:
pDefault:
plugins
Sets the location of the plugins folder.
pufferfish-settings
pufferfish-settingsAlias:
pufferfishDefault:
pufferfish.yml
Pufferfish 구성 파일의 이름 및 위치를 설정합니다.
purpur-settings
purpur-settingsAlias:
purpurDefault:
purpur.yml
Purpur 구성 파일의 이름 및 위치를 설정합니다.
safeMode
safeModeStarts the server in a completely vanilla state (Safe Mode).
server-ip
server-ipAlias:
h,hostDefault:
(server properties)
서버의 호스트 이름 또는 주소를 설정합니다.
server-port
server-portAlias:
p,portDefault:
(server properties)
Sets the port of the server.
server-name
server-nameDefault:
A Plazma Server
Sets the name of the server.
spigot-settings
spigot-settingsAlias:
SDefault:
spigot.yml
Spigot 구성 파일의 이름 및 위치를 설정합니다.
version
versionAlias:
v
Outputs the Plazma version.
world-dir
world-dirAlias:
W,universe,world-containerDefault:
(server folder)
Sets the location where world files are saved.
world-name
world-nameAlias:
w,worldDefault:
(server properties)
Sets the name of the world file.
Last updated