Can't get in-game timer working!Solved

this is my config, and it really bugs because i feel like everything here is correct but it just doesn't seem to work, i had it working once and it just doesn't want to be consistant :/

{
"EnableInGameTime-Timer": true,
"EnableRealTime-Timer": false,
"EnableTimerOnce": false,
"EnableTimerRepeat": false,
"InGameTime-Timer": {
"08:00": "KillBoss King Of The Night",
"20:00": "siren",
"20:30": "SpawnBoss King Of The Night"
},
"RealTime-Timer": {
"16:00:00": "command1 arg",
"16:30:00": "command2 arg",
"17:00:00": "command3 arg",
"18:00:00": "command4 arg"
},
"TimerOnce": {
"command1 'msg'": 60,
"command2 'msg'": 120,
"command3 arg": 180,
"reset.timeronce": 181
},
"TimerRepeat": {
"command1 arg": 300,
"command2 'msg'": 300
}
}

I am always confused when I come across a post like this. There looks to be only the original question for help but even though it is marked as "solved" there is no solution here. It would sure be nice if the solution was added so other people with the same or similar issue can get themselves sorted.

Locked automatically