WorldBorder

WorldBorder

1M Downloads

Odd teleport in world_nether at 1.9

dfdgsdfg opened this issue ยท 3 comments

commented

If I try to teleport form world to world_nether through a vanilla portal, it teleport me to somewhere else not in front of the nether portal with WorldBorder's message which is configured.

Here is my plugin list and WorldBorder's config file.

https://github.com/semaulhq/plugins.

It appear every spigot build after 1.9.

commented

It's a bug in Spigot to do with the PlayerTeleportEvent not always reporting the correct getTo() location in relation to nether portal teleportation. Take it up with them.

Specifically, getTo() is returning the location coordinates they're coming from in the overworld rather than their destination location coordinates.

commented

Also occurs with end portal. Players being tped to the spawn location randomly when entering the end portal instead of the default end spawn location.