Skip to content
Minecraft Command List

Teleport to Coordinates

Instantly move to a specific X Y Z location

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

Teleports you instantly to X=100, Y=64, Z=-200. Absolute coordinates place you at exact world locations; use a tall Y value (128+) to teleport above terrain. There's no animation — you vanish from your current spot and appear at the destination immediately, maintaining your facing direction.

/tp @s 100 64 -200
18 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command and edit the X Y Z coordinates to your destination.
  3. Press Enter — you teleport to that exact location.
  4. You can see the coordinates of a location by pressing F3 (Java) or using /gamerule showCoordinates true (Bedrock).

Related commands

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 ~

Pull the nearest mob of a specific type to your location

/tp @e[type=cow,limit=1,sort=nearest] @s
Teleport Up (Relative)
Teleport Up (Relative) Awaiting in-game verification
Both

Move straight up without changing X/Z position

/teleport ~ ~10 ~
Teleport in Facing Direction
Teleport in Facing Direction Awaiting in-game verification
Java

Move forward in the direction you're looking

/teleport ~ ~ ~ rotated as @s