[SPIGOT-1812] EntityCreatePortalEvent is never fired Created: 06/Mar/16 Updated: 03/Jul/19 Resolved: 03/Jul/19 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | REXThor | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 4 |
Labels: | 1.9, end, enderdragon, portal | ||
Environment: |
Windows |
Issue Links: |
|
Description |
When the Enderdragon is killed, the EntityCreatePortalEvent is never fired. The portal spawns a few seconds after its death but the event is never fired, which makes it impossible to cancel the generation of the portal. This event was fired normally on Spigot 1.8, but it is not longer working. |
Comments |
Comment by md_5 [ 03/Jul/19 ] |
Resolved in 1.14 - PortalCreateEvent is used instead and has an entity |
Comment by Ondrej [ 13/Sep/18 ] |
That would be highly appreciated
|
Comment by simpleauthority [ 13/Sep/18 ] |
Ok, in that case, it's worth looking into. I'll take a look. PRs hopefully forthcoming |
Comment by Ondrej [ 13/Sep/18 ] |
No, in 1.13.1 it's still not working. |
Comment by simpleauthority [ 13/Sep/18 ] |
1.9 is not supported. 1.13.1 is the new version and should support this feature |
Comment by Nils [ 07/Mar/16 ] |
Same Problem here. The Event was fired in 1.8 but in 1.9 it is missing. |
Comment by REXThor [ 06/Mar/16 ] |
I am unable to find any event that is fired when the End Exit Portal is generated. |