Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-6283

The end exit portals do not trigger events.

XMLWordPrintable

    • CraftBukkit version git-Spigot-a19903d-5b74714 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
    • Yes

      For some reason, when a player enters the end exit portal that is generated after slaying the ender dragon, they are teleported to the normal world without triggering any event.
      Tried with:

          @EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = false)
          public void onTeleport(PlayerTeleportEvent event)
      
          @EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = false)
          public void onTeleport(EntityPortalEvent event)
      
          @EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = false)
          public void onTeleport(PlayerPortalEvent event)
      

      The only event that is triggered is EntityPortalEnterEvent.

            Unassigned Unassigned
            BONNe BONNe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: