-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
This server is running CraftBukkit version git-Spigot-fe3ab0d-7c341e9 (MC: 1.13) (Implementing API version 1.13-R0.1-SNAPSHOT)
-
Yes
When a turtle lays an egg, it doesn't appear to trigger any event in the Spigot API.
From the documentation, it seems that an EntityChangeBlockEvent should be triggered when a turtle lays an egg in the world.
// this doesn't run when a turtle lays an egg @EventHandler(priority = EventPriority.MONITOR) protected void onEntityChangeBlock(EntityChangeBlockEvent event) { System.out.println("entity change block"); }