Skip to content
/craftcmd

Set Your Spawn Point

Set where you respawn after dying to your current location

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

Sets your personal respawn point to wherever you're standing right now. Your bed no longer overrides this — you'll respawn here when you die unless you set a new spawn or sleep in a bed. Replace ~ ~ ~ with specific coordinates to set a precise spawn without standing there.

/spawnpoint @s ~ ~ ~
20 characters

How to use

  1. Stand at the location you want to respawn at.
  2. Open chat (T on Java, / on Bedrock) and paste the command.
  3. Press Enter — you now respawn here when you die.

Related commands

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

Change where new players and players with no bed spawn

/setworldspawn ~ ~ ~

Pull every player in the world to your location instantly

/tp @a @s

Jump straight up 10 blocks without flying

/tp @s ~ ~10 ~

Pull the nearest mob of a specific type to your location

/tp @e[type=cow,limit=1,sort=nearest] @s