lgsm local mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
508 B

SERVER = {
port = 14159, // [0 - 65535] Server default port
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
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
}