LEVEL 2Improve Your Server

Useful server settings

Change the important server.properties options safely.

◷ About 10 minEasyReviewed Aug 18, 2026
On this pageUseful server.properties optionsA calm starting point

Useful server.properties options#

SettingBeginner meaning
motdThe server-list message
max-playersConnection limit, not a performance guarantee
view-distanceHow far chunks are sent to players
simulation-distanceHow far entities and game logic tick
difficulty / gamemodeDefault play rules
pvpWhether players can damage one another
spawn-protectionProtected radius around world spawn
allow-flightPrevents some modded flight false positives when true
online-modeVerifies Minecraft identities; keep true
white-listLimits joining to approved names
server-portThe listening port, normally 25565
enable-command-blockEnables command blocks when needed
enforce-whitelistDisconnects players removed from the whitelist

A calm starting point#

properties
view-distance=8
simulation-distance=6
max-players=10
online-mode=true
white-list=true
enforce-whitelist=true
enable-rcon=false

Stop the server before editing server.properties, save, then start again. Crafty may also expose a properties editor. The best distances depend on CPU, mods, farms, exploration and player count.

Was this page helpful?