Free browser tool

Minecraft Teleport Command Generator

Build a Java Edition /tp command: teleport a player to coordinates or to another entity, optionally setting the facing direction or facing an entity.

Entity data: Java Edition 26.2 · 157 entities

Build Your /tp Command

Generated command /tp @p ~ ~ ~

How the /tp Command Works

The basic syntax is /tp <target> <destination>, where the destination is either coordinates or another entity. Add facing to control which way the player looks after teleporting: a rotation (yaw and pitch), a point, or an entity.

Examples

/tp @p 100 64 -200

Teleport the nearest player to specific coordinates.

/tp @a 0 80 0 facing 180 0

Teleport everyone to spawn, facing south.

/tp @s @e[type=minecraft:villager,limit=1,sort=nearest]

Teleport yourself to the nearest villager.

Pair this with the Locate Command Generator: locate a biome or structure, then teleport there.

Minecraft Teleport Command Generator FAQ

What is the difference between /tp and /teleport?

Nothing — they are two names for the same command. This tool outputs /tp because it is shorter to type.

How do I teleport relative to my position?

Use ~ for any coordinate: /tp @s ~10 ~ ~-5 moves you 10 blocks east and 5 blocks north of where you stand.

Can I teleport to another player?

Yes — /tp @s PlayerName teleports you to that player. The destination entity field accepts any selector or player name.

Related Tools