Scatter All Players Randomly
Spread all players across a large area
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Scatters all players randomly within a 200-block radius, with minimum 50 blocks between each player. Perfect for hunger games, team games, or resetting player positions. The last argument (false) prevents teleporting into the air.
/spreadplayers ~ ~ 50 200 false @a34 characters
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste the command and press Enter.
- All players teleport to random positions.
- Everyone starts spread far apart.
Related commands
Become nearly invincible
/effect give @p resistance 999999 255 trueAutomatically count how many players each player kills
/scoreboard objectives add kills playerKillCount {text:"Kills"}Make a team whose members can't hurt each other
/team add red
/team modify red friendlyFire false
/team join red @aSummon lightning bolts on every player at once
/execute at @a run summon lightning_bolt