-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Minor
-
None
-
Affects Version/s: None
Neither EntityDeathEvent, nor EntityCreatePortalEvent are fired when the Ender Dragon is slain. As such, virtually the only hacky way to tell the dragon was killed is to check an EntityDamageByEntityEvent and see if the resulting dragon health is <= 0, which is poopy.