Multiverse / Multiverse-NetherPortals

A Plugin for Multiverse-Core that handles the Notch style nether portals across multiple worlds.
BSD 3-Clause "New" or "Revised" License
79 stars 52 forks source link

End Portals send entities into a "null" world, causing entity loss and invalid entities #251

Open HexedHero opened 2 years ago

HexedHero commented 2 years ago

When an entity goes into a linked END_PORTAL, it'll be sent into a null world, not the correct linked world. Nether portals work fine. [12:23:56 WARN]: DROPPED_ITEM going to: Location{world=null,x=0.5,y=100.0,z=0.5,pitch=0.0,yaw=0.0} [12:31:56 WARN]: LLAMA going to: Location{world=null,x=0.5,y=100.0,z=0.5,pitch=0.0,yaw=0.0}

zax71 commented 3 months ago

Is that custom logging that you have added? I've added some and can't seem to reproduce this