Intermediate · 1 block

Set the world spawn at a lobby

Use an operator button to set the world spawn to coordinates 0 70 0 for a lobby or map starting point.

Choose in-game screen
Java Edition Bedrock Edition
Bedrock Edition (stable)

What you need

Before placing the blocks

  • 1 Command Block
  • 1 button
  • Prepare a safe area at coordinates 0 70 0 before pressing it

Expected result

Test after setup

The default world spawn changes to coordinates 0 70 0.

Configure one block at a time

Open the game and match these values

The copy button copies only Command Input. Choose every other value in the Command Block screen.

1

World spawn control block

Keep this block in an operator area and verify the destination coordinates before pressing it.

Command Block
World spawn control block
Impulse
Unconditional
Needs Redstone
0
setworldspawn 0 70 0
Previous Output
-
Block Type:
Impulse
Condition:
Unconditional
Redstone:
Needs Redstone

If it does not work

Check these four things first

  1. Cheats are enabled and you have Operator permission
  2. Needs Redstone or Always Active matches the example
  3. Chain Block arrows face the same direction and follow the previous block
  4. Read Previous Output to find the command that failed
Read the Command Block basics