Skip to content
[/craft]

Teleport to the Center of a Block

Land dead-center on a block instead of at its corner

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

Places you at the exact middle of the block at 100, 64, 100 by adding .5 to the X and Z coordinates. Whole-number coordinates put you at a block's northwest corner, which can look off-center or drop you onto an edge. The .5 offset is the standard trick for tidy, centered teleport pads.

/tp @s 100.5 64 100.5
21 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Use whole numbers plus .5 on X and Z for the block you want to center on.
  3. Press Enter — you land squarely in the middle of that block.

Related commands

Nudge yourself a set number of blocks from where you stand

/tp @s ~5 ~ ~-3

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