EasyAuth
EasyAuth copied to clipboard
[BUG] Players don't teleport properly between dimensions with "hide-player-coords" feature.
Versions
- Minecraft 1.21.
- EasyAuth 3.0.25
- Fabric API 0.100.4 Describe the bug Players don't teleport properly when "world-spawn" (of hide-player-coords feature) and the place where the player log out last time are in different dimensions. When players log out in this state (after authorizing) of teleportation "process", their place of last log out will change to "world-spawn"
To Reproduce Steps to reproduce the behavior: 0. Set hide-player-coords option to true
- Set "world-spawn" to {dimension: "minecraft:overworld" x: 0.0000 y: 100.0000 z: 0.0000 yaw: 0.0000 pitch: 0.0000}
- Go to Nether
- log out there
- Try to log in, and after logging in you will stuck in the endless process of teleportation at nowhere. If you log out now and will try to log in again, you will find yourself at the "world-spawn" cords instead of the place in the Nether when you log out first time.
Expected behavior Teleportation of "hide-player-coords" feature work properly between dimensions.