Hello, My time of day does not freeze, It remains the normal day night cycle... Any ideas?
{
"DatePreset": {
"presetDay": 1,
"presetMonth": 1,
"presetYear": 2020,
"setPresetDate": false // 'true' sets on load the predefined game date
},
"Settings": {
"authLevelCmds": 1, // accesslevel for console commands
"authLevelFreeze": 2, // accesslevel for freezing time
"autoSkipNight": false, // 'true' skips nights automatic on sunset
"dayLength": 30, // length of day in minutes
"freezeDate": false, // 'true' would keep always the same day
"logAutoSkipConsole": true, // write info about autoskip to console
"nightLength": 30 // length of day in minutes
},
"TimeFreeze": {
"freezeTimeOnload": true, // true would freeze time on plugin load
"timeToFreeze": 12.0 // the time to freeze on
}
}