Skip to content
/craftcmd

Convert Overworld to Nether Coordinates

Know nether coordinates from overworld position

⚠︎ Awaiting in-game verification for Java 26.2

Nether travel: overworld coords / 8 = nether coords. Nether / 8 = overworld. Use tellraw or execute to display.

/say Nether coordinates: @s position
36 characters

How to use

  1. Note your overworld coordinates (F3 on Java, map on Bedrock).
  2. Divide X and Z by 8 to get nether equivalents.
  3. Teleport in the nether to those coordinates with /tp X Z.

Related commands

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

Set where you respawn after dying to your current location

/spawnpoint @s ~ ~ ~

Change where new players and players with no bed spawn

/setworldspawn ~ ~ ~

Pull every player in the world to your location instantly

/tp @a @s

Jump straight up 10 blocks without flying

/tp @s ~ ~10 ~