All commands
๐ŸŒ€
BeginnerJava โœ“Bedrock โœ“

/tp

Move yourself or someone else anywhere in the world - instantly.

Overview

What is the /tp command?

The /tp command (short for /teleport) instantly moves a player or entity to a set of coordinates or to another target. It's one of the first Minecraft commands most players learn because it removes the slow walk back to base, lets you reach far-off biomes in a single line, and powers a huge number of map mechanics and minigames.

You can teleport to exact X Y Z coordinates, to another player by name, or relative to your current position using the tilde (~) and caret (^) notation. In Bedrock Edition the same command is also available, with minor differences in target selectors.

When to use it: Use /tp when you want to move yourself or someone else somewhere instantly instead of walking, or to set up cutscenes, spawns and arena mechanics.

At a glance

Syntax

Syntax
/tp [target] <x> <y> <z> [yaw] [pitch]
commandtargetcoordsvaluerequiredoptional

See it

What it does

100 โ†’ 64 -200

Anatomy

Every part, explained

  1. 1
    /tpCommandRequired

    Short for teleport. /teleport works too.

  2. 2
    [target]TargetOptional

    Who moves. Leave it out to teleport yourself.

  3. 3
    <x> <y> <z>CoordinatesRequired

    Where to go. Use ~ for 'relative to here'.

  4. 4
    [yaw] [pitch]RotationOptional

    Optional facing - yaw (left/right), pitch (up/down).

Your turn

Try it yourself

Playground
4 tokens ยท press Enter to run

Copy & paste

Examples

/tp 100 64 -200

Teleport yourself - no target needed.

/tp @s ~ ~10 ~

Launch yourself 10 blocks up.

/tp Steve 0 100 0 90 0

Move Steve and face them east.

Avoid these

Common mistakes

โœ•/tp 100,64,200
โœ“/tp 100 64 200

Separate coordinates with spaces, not commas.

โœ•/tp Alex Steve
โœ“/tp Steve Alex

The first target moves to the second - order matters.

Good to know

Frequently asked questions

How do you teleport to coordinates in Minecraft?
Type /tp <x> <y> <z>, for example /tp 100 64 -200. Leaving out a target teleports yourself; add a target first (e.g. /tp Steve 0 100 0) to move someone else.
How do you teleport to another player?
Use /tp <player> to jump to them, or /tp <player1> <player2> to send the first player to the second. Names are case-sensitive.
What does the ~ mean in /tp?
The tilde (~) means 'relative to your current position'. /tp ~ ~10 ~ moves you 10 blocks straight up without changing X or Z.

Keep going

Related commands