Teleport to the Nether
Warp yourself into the Nether at the same coordinates
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Sends 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
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste the command for your edition and press Enter.
- 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 0Return yourself to the Overworld from another dimension
/execute in minecraft:overworld run tp @s ~ ~ ~