robxu9 opened this issue 13 years ago ยท 2 comments
Implement Ability Cooldowns
Note to self: can be done using LinkedHashMap<Ability,Long> for cooldowns - bukkit can notify when done, if player attempts, ability can check time.
also: abilityrefreshevent...