How Do I Teleport to Someone in Minecraft?
To teleport yourself to another player:
Java
/tp YourName FriendName
Bedrock
/tp @s FriendName
To teleport another player to you:
/tp FriendName YourName
This is super useful if a friend gets lost underground or you want to gather your party quickly.
How to TP Yourself to Spawn in Minecraft
Want to get back to where it all began?
World Spawn
/tp @s 0 ~ 0
(The ~ keeps your current Y-level.)
If you’ve moved your spawn point, use:
/setworldspawn
Then teleport to the new coordinates.
Bed Spawn
Sadly, there’s no command to teleport directly to your last bed. But if you know the location, use:
/tp @s <x> <y> <z>
What Is the Command for Self-Teleporting?
Easy! Use:
/tp @s <x> <y> <z>
Example:
/tp @s 250 80 -100
This moves only you. Replace @s with another player’s name to teleport them instead.