How to Teleport on Your Minecraft Server
You need OP (operator) permissions to use teleport commands. If you don't have OP yet, see How to OP Yourself.
Basic Teleport Commands
Teleport to another player:
/tp PlayerName
Teleport another player to you:
/tp PlayerName YourName
Teleport to coordinates:
/tp x y z
Example: /tp 100 64 200
Teleport a player to coordinates:
/tp PlayerName x y z
Useful Variations
Teleport with rotation:
/tp x y z yaw pitch
Teleport to current height at x,z:
/tp x ~ z
The ~ keeps the current value for that axis.
Relative teleport (move 10 blocks forward):
/tp ~ ~ ~10
Teleport Request (Players without OP)
If you're running a plugin like EssentialsX, players can request to teleport to each other without OP:
/tpa PlayerName- Request to teleport to someone/tpaccept- Accept a teleport request/tpdeny- Deny a teleport request
Bedrock Edition
On Bedrock, the command is the same:
/tp PlayerName
/tp x y z
Make sure cheats are enabled in your server settings.