Added 2 new arguments for CustomCommand flag:
cooldown- players will have to wait until the cooldown finishes before running the command againneededRank- only players with the provided rank(s) can run the command
Example:
!-- CustomCommand vipbroadcast
-- arguments text
-- availableFor player
-- neededRank vip
-- cooldown 2m
# sends a simple broadcast to everyone - VIP benefit
Broadcast * 10s "* VIP BROADCAST *<br>[{@sender name}]<br>{$text}"
Other changes:
- Fixed the example script for discord webhook having an active webhook URL