-
Notifications
You must be signed in to change notification settings - Fork 12
Creating a border
pop4959 edited this page Sep 18, 2022
·
1 revision
Custom world borders in Chunky Border are simple. If you have already read how to pre-generate with Chunky you already know most of it!
Chunky Border uses Chunky's commands for selecting the region, and supports any of its supported world shapes.
The only difference is that instead of running chunky start
to start pre-generating the world, you will run chunky border add
to add a border instead.
Here's a simple example if you just want to select and add a border with a radius of 5000 blocks:
chunky radius 5000
chunky border add
That's about everything you need to know!
For more advanced usage refer to the full list of commands.
For questions, visit us in the #chunky channel on our Discord server.