Skip to content
[/craft]

Randomly Scatter Players

Spread everyone to random surface spots in an area

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

Scatters all players to random surface locations across a 2000-block-wide square centered on X=0 Z=0, keeping them at least 200 blocks apart. On Java the 'false' argument is respectTeams (set true to keep teammates together); Bedrock's version has no respectTeams argument, so it is left off. Players always land on the top block and never in lava, water, or fire.

/spreadplayers 0 0 200 1000 false @a
36 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Set the center (first two numbers), minimum spacing, and max range to fit your map.
  3. Press Enter — everyone is teleported to random surface spots, great for game starts.

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

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

Jump straight up 10 blocks without flying

/tp @s ~ ~10 ~