Browse Source

Necesse (#131)

* Add worldSettings

* remove gameVersion

* Add default server config

* Fix formatting
pull/134/head
crawforc3 2 years ago
committed by GitHub
parent
commit
74f813363e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      Necesse/server.cfg

11
Necesse/server.cfg

@ -0,0 +1,11 @@
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
}
Loading…
Cancel
Save