Odd teleport in world_nether at 1.9
dfdgsdfg opened this issue ยท 3 comments
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.
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.
Report this to spigot issue tracker.
https://hub.spigotmc.org/jira/browse/SPIGOT-1906