🌀
Beginner
/tp
Move yourself or someone else anywhere in the world — instantly.
At a glance
Syntax
Syntax
/tp <target> <x> <y> <z>commandtargetcoordsvaluerequiredoptional
See it
What it does
@s → 100 64 -200
Anatomy
Every part, explained
- 1
CommandRequired/tpShort for teleport. /teleport works too.
- 2
TargetRequired<target>Who moves. Use @s for yourself or a player name.
- 3
CoordinatesRequired<x> <y> <z>Where to go. Use ~ for 'relative to here'.
Your turn
Try it yourself
Playground
5 tokens · press Enter to run
Copy & paste
Examples
/tp @s 100 64 -200Jump to exact coordinates.
/tp @s ~ ~10 ~Launch yourself 10 blocks up.
/tp Steve AlexSend Steve straight to Alex.
Avoid these
Common mistakes
✕
/tp 100 64 200✓
/tp @s 100 64 200You must say who teleports — add a target like @s.
✕
/tp @s ~10 ~ ~✓
/tp @s ~ ~10 ~Order is X Y Z. Height is the middle (Y) value.
Keep going