Skip to content
[/craft]

Teleport to the End

Warp yourself straight into the End dimension

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Drops you into the End dimension at fixed coordinates without an End portal. Using absolute coordinates like 100 50 0 lands you near the central island rather than in the void. Have blocks ready — the End has large empty gaps.

/execute in minecraft:the_end run tp @s 100 50 0
48 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Adjust the coordinates if you want a different landing spot, then paste and press Enter.
  3. You arrive in the End — the main island is around 0 ~ 0, so keep X and Z small to land on it.

Related commands

Warp yourself into the Nether at the same coordinates

/execute in minecraft:the_nether run tp @s ~ ~ ~

Return yourself to the Overworld from another dimension

/execute in minecraft:overworld run tp @s ~ ~ ~

Instantly move to a specific X Y Z location

/tp @s 100 64 -200

Instantly move to where another player is standing

/tp @s PlayerName

Pull every player in the world to your location instantly

/tp @a @s

Jump straight up 10 blocks without flying

/tp @s ~ ~10 ~