mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
14 lines
314 B
YAML
14 lines
314 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 |