Skip to content

How To Configure Your Minecraft Server

It’s common to enable flight on your Minecraft server, change difficulty, toggle pvp, change motd and much more. To change Minecraft server settings you’ll have to edit a file named server.properties. Alternatively, for more advanced users, you can make yourself OP and make many of these changes via in-game commands.

Changing Server Settings

  1. Access the Game Host Bros Panel and stop your Minecraft server.
  2. Go to Configuration > File Manager.
  3. Open server.properties, edit the settings you want to change and then click save.
  4. Start your Server.

These are the most commonly changed Minecraft server settings. A full list can be found Here.

Minecraft Server Settings

SettingDefault ValueOther Possible ValuesDescription
allow-flightfalsetrueAllows users to use flight on the server while in Survival mode.
difficultyeasypeaceful, normal, hardDefines the difficulty (such as damage dealt by mobs and the way hunger and poison affect players) of the server.
enable-command-blockfalsetrueEnables command blocks.
enforce-whitelistfalsetrueEnforces the whitelist on the server.
gamemodesurvivalcreative, adventure, spectatorDefines the mode of gameplay.
hardcorefalsetrueServer difficulty is ignored and set to hard, and players are set to spectator mode if they die.
level-nameworld(Any valid string)The “level-name” value is used as the world name and its folder name.
level-seedblank(Any valid seed value)Sets a world seed for the player’s world, as in Singleplayer. The world generates with a random seed if left blank.
level-typeminecraft:normalminecraft:flat, minecraft:large_biomes, minecraft:amplified, minecraft:customDetermines the world preset that is generated.
max-players20(Any positive integer)The maximum number of players that can play on the server at the same time.
motdA Minecraft Server(Any valid string)This is the message that is displayed in the server list of the client.
player-idle-timeout0(Any positive integer)If non-zero, players are kicked from the server if they are idle for more than that many minutes.
pvptruefalseEnables Player versus Player combat.