Hey - I know the event is supposed to be based on "In game Day" I have it set for 55 day and 5 night. I used to have it set to "freezeday" true, I set it to false. Reloaded the plugin. It's been about 1.5 hours and it hasn't triggered the event. (I manually triggered it via console and made sure the server.events true is correct). I'm thinking maybe something in my config, though the config isn't hard. Any ideas?
{
"DatePreset": {
"presetDay": 31,
"presetMonth": 12,
"presetYear": 2020,
"setPresetDate": false
},
"Settings": {
"authLevelCmds": 1,
"authLevelFreeze": 2,
"autoSkipDay": false,
"autoSkipNight": false,
"dayLength": 55,
"freezeDate": false,
"logAutoSkipConsole": true,
"nightLength": 5
},
"TimeFreeze": {
"freezeTimeOnload": false,
"timeToFreeze": 12.0
}
}