-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
None
Either my shit is completely toasted, or something has went wrong with recent versions.
My event is properly registered, other events in the same class execute fine, but if I use the following code
@EventHandler public void onDeath(EntityDeathEvent e){ Bukkit.broadcastMessage("test"); }
"test" will only be broadcasted when a player dies. I have killed countless sheep, switched classes that the listener is in, everything.
- is cloned by
-
SPIGOT-2559 CLONE - EntityDamageEvent not executing for anything other than players with setHealth(0)?
- Resolved