Hello, ive been tyring to use this plug in to give out items every 4 hours real world time and it seems to be completely random opposed to the 4 hour intervals. heres the code, please fix it for me or help me.

{
"EnableInGameTime-Timer": true,
"EnableRealTime-Timer": true,
"EnableTimerOnce": false,
"EnableTimerRepeat": false,
"InGameTime-Timer": {
"01:00": "weather rain",
"12:00": "command 1",
"15:00": "command 2"
},
"RealTime-Timer": {
"02:00:00": "inventory.giveall blueidtag 2",
"06:00:00": "inventory.giveall blueidtag 2",
"10:00:00": "inventory.giveall blueidtag 2",
"14:00:00": "inventory.giveall blueidtag 2",
"18:00:00": "inventory.giveall blueidtag 2",
"22:00:00": "inventory.giveall blueidtag 2"
},
"TimerOnce": {
"command1 'msg'": 0,
"command2 'msg'": 0,
"command3 arg": 0,
"reset.timeronce": 0
},
"TimerRepeat": {
"command1 arg": 0,
"command2 'msg'": 0
}
}