OvercastNetwork / SportBukkit

CraftBukkit and Bukkit modifications that improve stability and add new features
99 stars 84 forks source link

Fire events for potion effect changes #166

Closed jedediah closed 9 years ago

jedediah commented 9 years ago

Adds four new events: PotionEffectAddEvent - Effect added to an entity PotionEffectExtendEvent - Existing effect extended (subclass of above) PotionEffectRemoveEvent - Effect removed PotionEffectExpireEvent - Effect removed due to timer running out (subclass of above)