I have a command that looks like this:
permission: default
cooldown: 1 day
cooldown storage: {kit::daily::%player's uuid%}
cooldown message: &b&lSide&f&lChuck &7>> &cThis kit is on cooldown for &e%remaining time%&c!
trigger:
execute console command "/givecoins %player% 250"
broadcast "&b&lSide&f&lChuck &7>> &a%player% &fhas claimed their daily &2250 &aSlime&fCoins! &7&o(/kits)"
play sound "ENTITY_PLAYER_LEVELUP" with pitch 0.5 for all players```
Whenever a player runs it, it send this in console:
```Variable {kit::daily::b3a9d591-e51a-4be1-a160-94046d6d86a9} was not a date! You may be using this variable elsewhere. This warning is letting you know that this variable is now overridden for the command storage.```
What does it mean and how do I fix it?
It also doesn't clear the variable when the cooldown is over. I would like it to but it doesn't work for some reason :(