Hi, how can i change cooldown parameter ? I stopped server, modified Mainconfig file like below and than downloaded json file to server directory. Than i launch server, but cooldown time is still 5 sec for all commands.
{
"enableRepeatingMsg": true,
"repeatingMsgIntervalSec": 10,
"repeatingMsg": "Welcome to server",
"maxHomes": 0,
"spawnCooldownSec": 10,
"homeCooldownSec": 10,
"warpCooldownSec": 10
}
Thank you