every time i start the server it says "timedexecute v0.7.4 failed to load config file(is the config file corrupt?)" in bright red and none of the commands in the config work. ive uninstalled and reinstalled and created completely new configs each time and not a single thing works. am i doing something wrong is there something else i need to do?
Failed to load config file (is the config file corrupt?)Not An Issue
Can you send the configuration you are trying to use?
{
"EnableInGameTime-Timer": true,
"EnableRealTime-Timer": true,
"EnableTimerOnce": true,
"EnableTimerRepeat": true,
"InGameTime-Timer": {
rem "01:00": "weather rain",
rem "12:00": "command 1",
rem "15:00": "command 2"
},
"RealTime-Timer": {
rem "16:00:00": "command1 arg",
rem "16:30:00": "command2 arg",
rem "17:00:00": "command3 arg",
rem "18:00:00": "command4 arg"
},
"TimerOnce": {
rem "command1 'msg'": 60,
rem "command2 'msg'": 120,
rem "command3 arg": 180,
rem "reset.timeronce": 181
},
"TimerRepeat": {
"say Patrol Helicopter Inbound!!": 3600,
"spawn patrolhelicopter": 3600,
"say Chinook Inbound!!": 7200,
"spawn ch47scientists.entity (0, 100, 0)": 7200,
"say We have free Heli fighting towers, please do not raid.": 3600,
"say Join our Discord -": 900
}
} Why are there a bunch of "rem" added to it? That is not part of the configuration and would need to be removed.
the rem commands were to have the console look over that line but the command rem is for a diffrent language and not this one so it cuased the errors. i found the correct ones and fixed it tho. thanks
Locked automatically