To teleport to someone in Minecraft, you use the /tp command in the chat window. The basic syntax to teleport yourself to another player is:
/tp YourUsername TargetUsername
- Replace YourUsername with your Minecraft player name.
- Replace TargetUsername with the player you want to teleport to.
For example, if your name is "Player1" and you want to teleport to "Player2," you would type:
/tp Player1 Player2
This command will instantly teleport you to Player2's location
. If you want to teleport another player to you, reverse the order:
/tp TargetUsername YourUsername
This will move the target player to your location
. Additional notes:
- You can also teleport players to specific coordinates by using
/tp PlayerName X Y Z
. - The first username in the command is the player being teleported; the second is the destination player or coordinates.
- This command works in both Minecraft Java and Bedrock editions with slight variations in input method but same syntax
In summary, to teleport to someone, open chat, type /tp YourName TheirName
,
and press Enter. To bring someone to you, type /tp TheirName YourName