🟦
Admin
/worldborder
Set how big the playable world border is, optionally over time.
At a glance
Syntax
Syntax
/worldborder set <distance> [time]commandtargetcoordsvaluerequiredoptional
See it
What it does
🧍
The world border closes in
Anatomy
Every part, explained
- 1
CommandRequired/worldborder setSets the border's diameter in blocks.
- 2
DistanceRequired<distance>Width of the border in blocks.
- 3
TimeOptional[time]Optional seconds to grow or shrink over.
Your turn
Try it yourself
Playground
3 tokens · press Enter to run
Copy & paste
Examples
/worldborder set 1000Set the border to 1000 blocks wide.
/worldborder set 500 60Shrink to 500 blocks over 60 seconds.
/worldborder center 0 0Move the border's center to spawn.
Avoid these
Common mistakes
✕
/worldborder 1000✓
/worldborder set 1000Include the 'set' action before the distance.
✕
/worldborder set 1000 64 0✓
/worldborder center 1000 0Use 'center' to set a position, 'set' for size.
Keep going