[SPIGOT-4359] EntityCreatePortalEvent is never triggered Created: 09/Sep/18 Updated: 10/Sep/18 Resolved: 09/Sep/18 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Ondrej | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 0 |
Labels: | bug | ||
Environment: |
Windows 7, Java 8 |
Issue Links: |
|
||||||||
Version: | This server is running CraftBukkit version git-Spigot-b620c21-1 9d654b (MC: 1.13.1) (Implementing API version 1.13.1-R0.1-SNAPSHOT) | ||||||||
Plugin: | My own (CustomHomePlugin) | ||||||||
Guidelines Read: | Yes |
Description |
EntityPortalCreateEvent is never triggered by Spigot. That's the preferred one when you want to get a reference to the player who created the portal. On the other hand, PortalCreateEvent works just fine but it's not carrying source player's reference, so it's not usable for this purpose. |
Comments |
Comment by Ondrej [ 10/Sep/18 ] |
So this issue is persisting from 1.9 ? Also, the duplicate issue is not fully equivalent to this. As this is happening in a brand new world, so it has no dependency on Ender dragon being killed. It's just not working. |