how would i go about running a command every hour (its to clean up the server)
Would i have to type it out so it shows for every hour or is there an easy way for this plugin to auto run a command every hour ??

i figured this out :

"TimerRepeat": {
"Command": 3600,
"say 'TEST' ": 3600
}
}

am i stuck with using just one timer repeat because i added a second one and it said the config was corrupt

"TimerRepeat": {
"command1": 3600,
"say 'TEST1' ": 3600
"command2": 3600,
"say 'TEST2' ": 3600
}
}