Spawnpoint Command Generator

Set a player's personal respawn point, so they respawn at a chosen position after death

You must also specify coordinates manually to set a facing direction.

How Spawnpoint differs from Setworldspawn

/spawnpoint sets the spawn point for an individual player, just like sleeping in a bed. Meanwhile /setworldspawn sets the world's central spawn , which applies to new players and anyone without a personal spawn point.

  1. Specify the player to set the spawn point for.
  2. Choose whether to use the current position or specify coordinates manually.
  3. Copy the command and run it in Minecraft.

Worked examples

The examples below come out of the same generator as the form above, so the commands and explanations always match what the tool produces. Copy one and adjust it from there

1. Set a personal spawn point

Unlike the world spawn this is per player — the basis of a per-team base system

/spawnpoint @p 50 65 50

What it does Will set a personal respawn point for the nearest player at the coordinates 50 65 50 — after dying, they will respawn here instead of at the world spawn.

2. Set the spawn where the player stands

Wire it to a pressure plate along a level to make a checkpoint

/spawnpoint @s

What it does Will set a personal respawn point for themselves (whoever runs the command) at the position where the command is run — after dying, they will respawn here instead of at the world spawn.

3. Set the spawn for everyone at once

Run it when a round starts so everyone respawns in the same place

/spawnpoint @a 0 70 0

What it does Will set a personal respawn point for all players at the coordinates 0 70 0 — after dying, they will respawn here instead of at the world spawn.

How this command differs by edition and version

This is the first example above, run through every edition and version this tool supports. Versions that produce the same result share a row

Every version this tool supports produces the same result, so a command you copy works without version-specific edits

Java Edition 1.21.5 and up Java Edition 1.20.5 - 1.21.4 Java Edition 1.13 - 1.20.4 (legacy NBT) Bedrock Edition (stable)
/spawnpoint @p 50 65 50

Before you use these