Necesse Game Support Draft (#180)
* Necesse Game Support * Update necesse.kvp Update necesse.kvp to point the config update path to the CubeCoders repo
This commit is contained in:
11
necesseserverconfig.cfg
Normal file
11
necesseserverconfig.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user