Sponge
Sponge copied to clipboard
ChangeEntityPotionEffectEvent is not triggering
I am currently running
- SpongeForge version: 7.2.0
- Plugins/Mods: none
Issue Description The Event ChangeEntityPotionEffectEvent never gets triggered. I tried with every sub-event, none of them are triggering when a potion effect is added to a living entity.
@Listener(order = Order.FIRST, beforeModifications = true)
public void onPotionChange(ChangeEntityPotionEffectEvent.Gain event) {
plugin.getLogger().info("Potion effect gained");
}
Able to reproduce. It hasn't been implemented.
Any update on this? Still would like to be able to use this event 😄
As far as I can tell this is still an issue and a somewhat major oversight IMO
API 7 is no longer supported.
I'm aware of that, but I couldn't find it even in the latest versions, the event is missing (at least under this name)