- Added new config option:
- Added rcon command day.set, same functionality as the already existing console commandJSON:"FollowMonthDayNumber": false, // If true will follow the day of the month (0-31)
THIS VERSION HAS CONFIG UPDATES, PLEASE ADD THEM TO YOUR CONFIG.JSON
Added following requested features:
-Added option to sync ingame days with current week day (1-7 / Mon-Sun)
-Added option to reset to a said day when X ingame day is reached
New config:
JSON:{ "ForceDay": true, "DayToForce": 1, "FollowWeekCycle": false, // If true will sync week day with ingame days "ResetWhenReachDay": false, // If true will reset to a day when set day is reached "DayToReset": 10, // When this day is reached, server days are reset to the value below "DayToSetWhenReset": 1 }