Server Properties
The Vanilla Minecraft Server includes a `server.properties file, which can be used to configure some vanilla features like the player limit, motd, and command blocks. We've collected some information about common configuration settings below.
allow-flight
The allow flight property controls the server's flight check. Sometimes this can get bugged out by mods or plugins.
| default | options |
|---|---|
true | true|false |
max-players
WinterNode doesn't limit you by player slots, so you can use the max-players property to adjust your server's player limit.
| default | options |
|---|---|
20 | integer |
motd
The motd property controls the message of the day shown on the multiplayer screen in the Minecraft Client.
| default | options |
|---|---|
A Minecraft Server | string |
enable-command-blocks
Controls whether or not Command Blocks will work on the server.
| default | options |
|---|---|
false | true|false |
difficulty
Sets the game difficulty for all worlds on the server.
| default | options |
|---|---|
normal | peaceful|easy|normal|hard |