{
"EnableInGameTime-Timer": false,
"EnableRealTime-Timer": true,
"EnableTimerOnce": false,
"EnableTimerRepeat": false,
"InGameTime-Timer": {
"09:00": "weather.fog 0",
"14:00": "weather.rain 1",
"14:01": "weather.rain 0"
},
"RealTime-Timer": {
"12:20:00": "say 'AutoRestart in 10 Minutes'",
"12:25:00": "say 'AutoRestart in 5 Minutes'",
"12:28:58": "say 'The server is now restarting'",
"12:29:00": "restart 60",
"12:29:20": "server.save"
},
"TimerOnce": {
"command1 'msg'": 60,
"command2 'msg'": 120,
"command3 arg": 180,
"reset.timeronce": 181
},
"TimerRepeat": {
"oxide.DiscordAuth reload": 600
}
}