/

/tp

/teleportop 2Entities

/tp and /teleport are the same command. Beyond moving something to a point, it can set the exact rotation, or aim the target at a block or entity — useful for cutscenes and for lining up displays.

Commandready
12
/tp @e ~ ~ ~
Press C to copy
All entities
@e

Who or what the command applies to

x
y
z

~ ~ ~

~ is relative to where the command runs from

optional

Examples

  • To coordinates
    /tp @s 100 64 -200
  • To another player
    /tp @a Steve
  • Face a point
    /tp @s ~ ~ ~ facing 0 64 0

Common questions about /tp

What is the difference between ~ and ^?

~ is relative to the current position along the world axes, so ~ ~5 ~ is five blocks up. ^ is relative to the direction being faced — ^ ^ ^5 is five blocks forward, whichever way that is. The two cannot be mixed in one coordinate.

Can I teleport between dimensions?

/tp alone stays in the current dimension. Wrap it in /execute in minecraft:the_nether run tp … to cross dimensions.