Adding timer for chat command?Solved

hello

my question is how can get this command "/kit resetdata" work?

{
"EnableInGameTime-Timer": false,
"EnableRealTime-Timer": true,
"EnableTimerOnce": false,
"EnableTimerRepeat": true,
"InGameTime-Timer": {
"01:00": "command 0",
"12:00": "command 1",
"15:00": "command 2"
},
"RealTime-Timer": {
"06:05:00": "1"
},
"TimerOnce": {
"command1 'msg'": 60,
"command2 'msg'": 120,
"command3 arg": 180,
"reset.timeronce": 181
},
"TimerRepeat": {
"say Mass gift drop incoming!": 9999,
"inventory.giveall xmas.present.large 1": 10000,
"chat.say \"/kit resetdata\"": 10000  <-----------------This one
}
}

 

it shows me always an error after the command should start

I think won't work, it executes server commands not client so no chat commands?.
Misticos is right, most chat commands expect a player as well; which the server does not have for non-universal commands.

Ok :D

Still thank you very much for your help!

Locked automatically