- Enderpearl cooldown exp bar will be updated every tick (to make it smoother) even if you have performance-mode: true
- Fixed an error with bots
- Stickspawn interval is now 2 ticks instead of 1 second.
- Spawnitem can now have permissions (/spawnitem permission <name> <permission>). Only players with the permission will get the spawnitem
- /hostevent now has cooldowns
- Fixed a few other things
New placeholders:
<is_cooldown_<tag>> - True or false. Tag can be "sumo", "brackets", "koth", "juggernaut" or "lms", for example <is_cooldown_sumo>
<cooldown_<tag>> - Returns the time left of the cooldown (for example "00:36:27")Tag can be "sumo", "brackets", "koth", "juggernaut" or "lms", for example <cooldown_sumo>
config.yml (add if you want to change, line doesn't matter):
Code (Text):
#in minutes, per player
cooldowns:
hostevent:
brackets: 90
sumo: 60
lms: 90
koth: 120
juggernaut: 120