Minecraft: change server settings
This commit is contained in:
parent
6683a3a161
commit
605e3bd630
1 changed files with 5 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ in
|
|||
#USE_AIKAR_FLAGS = "true";
|
||||
|
||||
#STOP_DURATION = "70";
|
||||
STOP_SERVER_ANNOUNCE_DELAY = "20";
|
||||
STOP_SERVER_ANNOUNCE_DELAY = "25";
|
||||
|
||||
# server.properties
|
||||
MOTD = "Toast's modded minecraft server";
|
||||
|
|
@ -60,6 +60,10 @@ in
|
|||
LEVEL_TYPE = "tfc:tng";
|
||||
BROADCAST_CONSOLE_TO_OPS = "true";
|
||||
BROADCAST_RCON_TO_OPS = "true";
|
||||
VIEW_DISTANCE = "16";
|
||||
MAX_PLAYERS = "4";
|
||||
|
||||
RCON_CMDS_LAST_DISCONNECT = "save-all";
|
||||
|
||||
OPS = "b3ca4afb-a3da-4a78-85c3-2292fd0787e2,0cb3d02a-1d1f-4d7f-b70c-bd53dc155cff";
|
||||
EXISTING_OPS_FILE = "synchronize";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue