[Critical] Safe teleport ignore not working on world change
Kakifrucht opened this issue ยท 8 comments
When having both force-disable-teleport-safety and teleport-safety on true, and teleporting between worlds, it will ignore the value of force-disable-teleport-safety and still find a safe place to teleport to. This can once again be used to glitch into bases.
I can reproduce it 100%.
Steps:
- Go into Nether, stand somewhere.
- Make the spot unsafe (WorldEdit)
- TP into normal world
- Use /back, you will be teleported to safe location.
Happens with /home, too. That was just an example.
If you still can't reproduce, I'm gonna do more testing on my end if necessary.
Apparently this is a Bukkit thing. Paper provides a config option to disable this check. It only occurs on cross-world teleportations. PaperMC/Paper@7a4bea3
Not something we want to touch. Might put an entry in the wiki suggesting to set that config option.
Just for reference: https://hub.spigotmc.org/jira/browse/SPIGOT-1519