Skip to content

Version 0.13.1

Latest

Choose a tag to compare

@Elektryk-Andrzej Elektryk-Andrzej released this 02 Feb 21:15
· 16 commits to main since this release

Added 2 new arguments for CustomCommand flag:

  1. cooldown - players will have to wait until the cooldown finishes before running the command again
  2. neededRank - 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