mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
15 lines
332 B
YAML
15 lines
332 B
YAML
#edit the following example world to your preferences
|
|
#remember to change 'exampleworld' into your world name
|
|
exampleworld:
|
|
randomspawnon:
|
|
- respawn
|
|
- bedrespawn
|
|
- firstjoin
|
|
keeprandomspawns: false
|
|
spawnarea:
|
|
type: "square"
|
|
x-min: -100
|
|
x-max: 100
|
|
z-min: -100
|
|
z-max: 100
|
|
thickness: 1 |