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:
Dragoon209
2022-08-29 23:48:40 -04:00
committed by GitHub
parent 4c9b1ec57d
commit a664360dca
4 changed files with 237 additions and 0 deletions

11
necesseserverconfig.cfg Normal file
View 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
}