mirror of
https://github.com/chylex/Minecraft-Server-Properties-Reload.git
synced 2025-11-24 03:37:21 +01:00
dev-test
How to Use
Use the command /properties reload to reload the server.properties file (requires permission level 2 or higher). You will see a report of which properties were changed, and which are unsupported.
Supported Properties
As of 1.18, the following properties are supported:
allow-flightallow-netherbroadcast-console-to-opsbroadcast-rcon-to-opsdifficultyenable-command-blockenable-jmx-monitoringenable-queryenable-rconenable-statusenforce-whitelist- When enabled, it will kick non-whitelisted players even if the whitelist is disabled. This is consistent with Minecraft's existing inconsistency (for ex.
/deopcommand will do the same).
- When enabled, it will kick non-whitelisted players even if the whitelist is disabled. This is consistent with Minecraft's existing inconsistency (for ex.
entity-broadcast-range-percentageforce-gamemode- Only affects players who login after the change.
- Use
/defaultgamemodeto set game mode for all online players.
function-permission-level- Only takes place after reloading resource packs using
/reload.
- Only takes place after reloading resource packs using
gamemode- Only affects players who login after the change.
- Use
/defaultgamemodeto set game mode for all online players.
hardcore- The heart icon and respawn menu will only update for players who login after the change, but respawning itself works as expected.
max-players- Only affects players who try to login after the change.
max-world-sizemotdnetwork-compression-threshold- Only affects players who login after the change.
- When changed while a player is logging in, it might cause the connection to be setup incorrectly and cause errors. Be careful.
online-mode- Only affects players who login after the change.
op-permission-level- Works the same as editing
server.propertiesand restarting, i.e. it only applies to users/op'd after the change and does not affect existing operators.
- Works the same as editing
player-idle-timeoutprevent-proxy-connections- Only affects players who login after the change.
pvpquery.portrcon.password- Any currently connected RCON clients will be disconnected.
rcon.port- Any currently connected RCON clients will be disconnected.
require-resource-pack- Only affects players who login after the change.
resource-pack- Only affects players who login after the change.
resource-pack-prompt- Only affects players who login after the change.
resource-pack-sha1- Only affects players who login after the change.
simulation-distancespawn-animalsspawn-monstersspawn-npcsspawn-protectionview-distancewhite-list
Unsupported Properties
generate-structuresgenerator-settingslevel-namelevel-seedlevel-typemax-tick-timerate-limitresource-pack-hash- Use
resource-pack-sha1instead.
- Use
server-ipserver-portsnooper-enabledsync-chunk-writestext-filtering-configuse-native-transport
Installation
The mod only works on dedicated servers. The following mod loaders are supported:
- Fabric (note: this mod does not require Fabric API)
- Forge
After you install the mod loader of your choice, download the mod and place the .jar file into the mods folder of your server.
Languages
Java
83.4%
HTML
9.1%
Kotlin
7.5%