Updating young persons guide
This commit is contained in:
parent
444eaccaab
commit
b99fe6a258
2 changed files with 6 additions and 1 deletions
|
@ -135,8 +135,10 @@ Once you've installed CanaryMod, depending on your specific needs,
|
|||
you might want to consider setting the following properties in the `server.cfg` or `config/worlds/<worldName>/<worldName>.cfg` files ...
|
||||
|
||||
# completely flat worlds are best for building from scratch
|
||||
world-type=FLAT
|
||||
# bukkit/spigotmc
|
||||
level-type=FLAT
|
||||
# canarymod
|
||||
world-type=FLAT
|
||||
generate-structures=false
|
||||
|
||||
# creative mode
|
||||
|
|
3
src/docs/templates/ypgpm.md
vendored
3
src/docs/templates/ypgpm.md
vendored
|
@ -90,7 +90,10 @@ Once you've installed CanaryMod, depending on your specific needs,
|
|||
you might want to consider setting the following properties in the `server.cfg` or `config/worlds/<worldName>/<worldName>.cfg` files ...
|
||||
|
||||
# completely flat worlds are best for building from scratch
|
||||
# bukkit/spigotmc
|
||||
level-type=FLAT
|
||||
# canarymod
|
||||
world-type=FLAT
|
||||
generate-structures=false
|
||||
|
||||
# creative mode
|
||||
|
|
Reference in a new issue