Time of day not freezing
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
  }
}
​

Have'nt checked the full functionality for a while, but your config looks correct.
The plugin does in result set the servervar "progresstime" to false.

Plz try to set that value manually to false to stop the time progression.