|
|
@ -3,9 +3,9 @@ SERVER = { |
|
|
|
slots = 10, // [1 - 250] Server default slots |
|
|
|
password = , // Leave blank for no password |
|
|
|
pauseWhenEmpty = true, |
|
|
|
giveClientsPower = true, // If true, clients will have much more power over what hits them, their position etc |
|
|
|
giveClientsPower = true, // If true, clients will have much more power over what hits them, their position etc |
|
|
|
logging = true, // If true, will create log files for each server start |
|
|
|
language = en, |
|
|
|
zipSaves = false, // If true, will create new saves in a zipfile |
|
|
|
MOTD = "Welcome!", // Message of the day |
|
|
|
MOTD = "Welcome!", // Message of the day |
|
|
|
} |
|
|
|