-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
I submitted this before and it was resolved as not reproducible. I updated my bukkit.jar and spigot.jar to the latest and tried again, and still I have this problem. Will you please have one more look? Thanks!
My code:
//when a player teleports
@EventHandler(priority = EventPriority.LOWEST)
public void onPlayerTeleport(PlayerTeleportEvent event)
When I toss an ender pearl, I get "ENDER_PEARL" in console. When I step through a nether portal, there's no output at all. I think the event is not firing for nether portal teleportation.
Previous bug report was resolved by md_5. My server is running Spigot (see version string below), and my client is 1.8.1 recommended version (not snapshot).