I am trying to use timed execute to run the following commands and it just some reason doesn't run I have moved the time around with env.time and the commands never fire. I am trying to use ingame time to execute the commands at set ingame time.
{
"EnableInGameTime-Timer": true,
"EnableRealTime-Timer": false,
"EnableTimerOnce": false,
"EnableTimerRepeat": false,
"InGameTime-Timer": {
"07:30:00": "weather.load clear",
"17:00:00": "weather.load dust",
"18:00:00": "weather.load fog",
"19:00:00": "weather.load RainMild",
"19:40:00": "say - Night Zombies are coming!!!! Get to a inside now!!!",
"19:40:00": "weather.load RainHeavy",
"20:30:00": "weather.load Storm"
},
"RealTime-Timer": {
},
"TimerOnce": {
},
"TimerRepeat": {
}
}ANy help would be awesome. Just looking to do some weather for a zombie outbreak event. 