Skip to content
[/craft]

Teleport a Named Player to Coordinates

Send a specific player to a location from a command block

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Teleports the player named Steve to 0, 100, 0 regardless of who runs the command. Naming the player directly (instead of a selector) lets a command block or the server console move someone without that player triggering anything. Swap Steve for the exact in-game name of your target.

/tp Steve 0 100 0
17 characters

How to use

  1. Open chat (T on Java, / on Bedrock) or place a command block.
  2. Replace Steve with the target player's name and set the destination coordinates.
  3. Press Enter or power the command block to teleport that player.

Related commands

Warp yourself to whichever player is closest

/tp @s @p

Instantly move to a specific X Y Z location

/tp @s 100 64 -200

Instantly move to where another player is standing

/tp @s PlayerName

Set where you respawn after dying to your current location

/spawnpoint @s ~ ~ ~

Change where new players and players with no bed spawn

/setworldspawn ~ ~ ~

Pull every player in the world to your location instantly

/tp @a @s