Minecraft /tp Command Generator | Easy & Fast
Easily generate the /tp or /teleport command to move players or entities to specific coordinates, other entities, or with specific rotations.
Generated Command
/tp @p ~ ~ ~The Ultimate Minecraft Teleport Command Generator
MCCommand provides an advanced, yet easy-to-use tool to generate the /tp (or /teleport) command in Minecraft. Whether you need to quickly move a player to exact coordinates, teleport a group of mobs to a specific entity, or precisely adjust the camera's yaw and pitch (facing direction), this generator handles all complex syntax for you. It fully supports relative coordinates (~), local coordinates (^), and entity-facing anchors (eyes or feet), saving you time from memorizing the lengthy command structure.
Frequently Asked Questions (FAQ)
Q. What is the difference between /tp and /teleport?
A. In modern Minecraft Java Edition, /tp and /teleport are essentially the same command; /tp is just an alias for /teleport. They both perform exactly the same function: moving entities from one location to another instantly.
Q. How do relative coordinates (~) work?
A. The tilde (~) represents a coordinate relative to the current position of the entity being teleported (or the command execution location). For example, '~ ~10 ~' will teleport the target 10 blocks straight up into the air from where they are currently standing.
Q. What are local coordinates (^ ^ ^)?
A. The caret (^) represents coordinates relative to the direction the executing entity is looking. It follows the format '^left/right ^up/down ^forward/backward'. For example, '^ ^ ^5' teleports the entity 5 blocks exactly in the direction they are currently facing.
Q. Can I make a player look at a specific block after teleporting?
A. Yes! By using the 'Facing / Rotation' option and selecting 'Face Coordinates', you can specify an X Y Z location. The game will automatically calculate the required yaw and pitch so the player is looking directly at that spot upon arrival.
Q. What does the 'Anchor' (Eyes vs Feet) do when facing an entity?
A. When you choose to make the teleported player face another entity, you can choose an anchor point. 'Feet' makes them look at the bottom of the target entity, while 'Eyes' makes them look at the target's eye level (head), which is great for NPCs or cutscenes.
Q. Why does my teleport command fail in a command block?
A. If you just write '/tp ~ ~ ~' in a command block, it might fail or teleport the command block itself (which is impossible). You must always specify 'Who' is being teleported when using command blocks, for example: '/tp @p 100 64 100'.