You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
477 B
13 lines
477 B
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)
|
|
}
|