diff --git a/Necesse/server.cfg b/Necesse/server.cfg new file mode 100644 index 0000000..c42eeef --- /dev/null +++ b/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 +} diff --git a/Necesse/worldSettings.cfg b/Necesse/worldSettings.cfg deleted file mode 100644 index 0c1a058..0000000 --- a/Necesse/worldSettings.cfg +++ /dev/null @@ -1,13 +0,0 @@ -WORLDSETTINGS = { - allowCheats = false, - difficulty = NORMAL, - deathPenalty = DROP_MATS, - raidFrequency = OCCASIONALLY, - playerHunger = true, - disableMobSpawns = false, - forcedPvP = false, // True = players will always have PvP enabled - unloadSettlements = false, - maxSettlementsPerPlayer = -1, - dayTimeMod = 1.0, // Day time modifier (The higher, the longer day will last, max 10) - nightTimeMod = 1.0, // Night time modifier (The higher, the longer night will last, max 10) -} \ No newline at end of file