Minecraft Java and Bedrock Teleport (TP) Command Generator
Use this Teleport Command Generator to quickly create the Teleport / TP command for Minecraft Java and Bedrock Edition 1.21+ and 1.26+. Choose your target, set the destination by coordinates or another entity, adjust rotation, orientation (facing), and block checking for Bedrock. Perfect for maps, servers, and datapacks.
Select your Minecraft edition:
Automatically Generated Teleport Command
tp @p...Customize Command Target (Optional)
Note: The section above filters the target selector (the entity being teleported),
not the destination. It only applies if the target's "Or Player Name" field is left empty.
Want to create a cheap Minecraft server without lag?
I highly recommend Sparked Host: budget-friendly plans, excellent performance, intuitive panel, and fast support.
🚀 Create a server at Sparked HostHow to Use the Teleport Command in Minecraft
The Teleport (or TP) command allows you to instantly move players and entities to a different position, whether to specific coordinates or to another player/entity.
The basic format, compatible with both Java and Bedrock Edition, is:
/tp @p ~ ~10 ~
This command teleports the nearest player 10 blocks above their current position.
Teleport Command Examples
Teleport to another player
/tp @p Notch
Teleport to coordinates
/tp @p 100 65 -200
Teleport and face coordinates (Java)
/tp @p ~ ~ ~ facing 0 64 0
Teleport and face another entity (Java)
/tp @p ~ ~ ~ facing entity @e[type=enderman,limit=1] eyes
Frequently Asked Questions
How do you teleport a player to another player in Minecraft?
Use: /tp @p Notch
How do you teleport to specific coordinates?
Use /teleport @p X Y Z, replacing X, Y, and Z with your desired coordinates. You can use ~ for relative positions.
What does the facing parameter mean?
The facing parameter makes the player or entity look towards a specific coordinate or another entity after teleportation.
What is the difference between /teleport and /tp?
None. In both Java and Bedrock Edition, /tp is a complete alias for /teleport, sharing the exact same syntax, arguments, and permissions.
What is checkForBlocks in Bedrock Edition?
It is an exclusive parameter for Bedrock Edition that prevents teleportation if the destination position is blocked by other blocks.