Teleport command generator

Warp a player or entity to a set of coordinates, or to another player/entity

How to use the Teleport command generator

  1. Choose the edition and version that match your game
  2. Choose the player or entity to teleport
  3. Choose the destination: coordinates, or teleport to another player/entity
  4. Copy the command and run it in Minecraft

Worked examples

The examples below come out of the same generator as the form above, so the commands and explanations always match what the tool produces. Copy one and adjust it from there

1. Teleport yourself 10 blocks up

Relative ~ coordinates count from where you already are, so the same command works anywhere without editing numbers

/teleport @s ~ ~10 ~

What it does Will teleport themselves (whoever runs the command) to the coordinates ~ ~10 ~.

2. Pull every player to a rally point

Absolute coordinates plus @a gathers everyone in one place — the usual way to start a minigame

/teleport @a 0 70 0

What it does Will teleport all players to the coordinates 0 70 0.

3. Teleport to another player

The entity destination mode needs no coordinates — name who you are going to and it follows them

/teleport @s @p

What it does Will teleport themselves (whoever runs the command) to the nearest player.

How this command differs by edition and version

This is the first example above, run through every edition and version this tool supports. Versions that produce the same result share a row

Every version this tool supports produces the same result, so a command you copy works without version-specific edits

Java Edition 1.21.5 and up Java Edition 1.20.5 - 1.21.4 Java Edition 1.13 - 1.20.4 (legacy NBT) Bedrock Edition (stable)
/teleport @s ~ ~10 ~

Before you use these