Skip to content
[/craft]

Teleport to the Nether

Warp yourself into the Nether at the same coordinates

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

Sends you into the Nether without needing a portal. The execute wrapper switches the execution dimension first, then teleports you there. Note that relative coordinates are divided by 8 on the X and Z axes when crossing from the Overworld to the Nether, matching normal portal scaling.

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

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command for your edition and press Enter.
  3. You appear in the Nether at the scaled coordinates — build a platform first if you might land in lava.

Related commands

Warp yourself straight into the End dimension

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

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 ~