AMPTemplates/necesseserverconfig.cfg
Dragoon209 a664360dca
Necesse Game Support Draft (#180)
* Necesse Game Support

* Update necesse.kvp

Update necesse.kvp to point the config update path to the CubeCoders repo
2022-08-29 22:48:40 -05:00

11 lines
530 B
INI

SERVER = {
port = {{gport}}, // [0 - 65535] Server default port
slots = {{slots}}, // [1 - 250] Server default slots
password = {{password}}, // Leave blank for no password
pauseWhenEmpty = {{svrPause}},
giveClientsPower = {{giveClientPower}}, // 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 uncompressed
MOTD = {{motd}} // Message of the day
}