[SPIGOT-2970] Server Crashes while trying to spawn Ender Dragon - DragonControllerLandedFlame Created: 28/Dec/16 Updated: 11/Dec/17 Resolved: 28/Dec/16 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Nathan Stoltenberg | Assignee: | Unassigned |
Resolution: | Incomplete | Votes: | 0 |
Labels: | Dragon, End, crash | ||
Environment: |
Ubuntu 14.04.05 LTS |
Attachments: |
![]() |
Plugin: | None |
Description |
The end world is crashing on DragonControllerLandedFlame. I attempted to clear out the end crystals with MCEdit, but that didn't solve anything. [10:24:15] [Server thread/INFO]: Scanning for legacy world dragon fight... [10:24:15] [Server thread/INFO]: Found that the dragon has been killed in this world already. [10:24:15] [Server thread/INFO]: Found that there's a dragon still alive (EntityEnderDragon['Ender Dragon'/2754, l='MCTX_Anarchy_the_end', x=0.48, y=74.30, z=0.36]) There is no generated crash report. |
Comments |
Comment by md_5 [ 28/Dec/16 ] |
Need steps to reproduce or affected map. |
Comment by Nathan Stoltenberg [ 28/Dec/16 ] |
I was able to workaround the problem with a repeating command block in the overworld with /execute ataranlen ~ ~ ~ kill @e[type=EnderDragon] Then I entered the end and the dragon was killed. This solved the crash. |
Comment by Nathan Stoltenberg [ 28/Dec/16 ] |
It seems the server only crashes when a player is in the End world. |