-
Bug
-
Resolution: Fixed
-
Minecraft 18w15a, Minecraft 18w16a, Minecraft 18w20c, Minecraft 18w22c, Minecraft 1.13-pre1, Minecraft 1.13-pre6, Minecraft 1.13, Minecraft 18w31a, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 19w04b, Minecraft 19w05a, Minecraft 1.14 Pre-Release 2, Minecraft 1.14 Pre-Release 3, Minecraft 1.14 Pre-Release 4, Minecraft 1.14 Pre-Release 5, Minecraft 1.14
-
Confirmed
-
Commands
The bug
/teleport <targets> <destination> should do the following:
- Move each of targets to match destination's coordinates.
- Send each of targets to the dimension in which destination resides.
Here's what it actually does:
- Move each of targets to match destination's coordinates.
- Send each of targets to the dimension of the current command's context.
How to reproduce
- Spawn a marker entity in the spawn chunks: /summon armor_stand
- Enter the nether
- Run /tp @s @e[type=armor_stand,limit=1]
→ You remain in the nether, but your coordinates change. - Run /execute in overworld run tp @s @e[type=armor_stand,limit=1]
→ You are transferred to the overworld and end up near the armor stand. The first command should have done this as well.
Dimension context should be overridden in this case, always using the dimension of the destination entity. For the /teleport overload that uses coordinates, the dimension context should be used (this works now correctly).
- is duplicated by
-
MC-129134 /tp to player with one arg doesn't teleport across dimension
- Resolved
-
MC-129784 Cross-dimension teleportation
- Resolved
-
MC-131057 Incorrect teleportation between worlds
- Resolved
-
MC-133491 tp from overworld to end problem /tp across dimensions
- Resolved
-
MC-143662 Teleporting to any entity using /tp teleports you to the entity's coordinates regardless of the dimension
- Resolved
-
MC-145719 Broken /tp command
- Resolved
-
MC-146602 Teleporting to another player doesn't work across dimensions.
- Resolved
-
MC-148947 tp in nether
- Resolved
-
MC-149686 Cant Tp to players that are in different worlds.
- Resolved
-
MC-149953 teleporting players in the overworld while in the end doesnt work
- Resolved
-
MC-150441 Dimensions TP
- Resolved