diff --git a/docs/YoungPersonsGuideToProgrammingMinecraft.md b/docs/YoungPersonsGuideToProgrammingMinecraft.md index 73b4605..39bcdb4 100644 --- a/docs/YoungPersonsGuideToProgrammingMinecraft.md +++ b/docs/YoungPersonsGuideToProgrammingMinecraft.md @@ -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//.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 diff --git a/src/docs/templates/ypgpm.md b/src/docs/templates/ypgpm.md index 3f3416b..c19459b 100644 --- a/src/docs/templates/ypgpm.md +++ b/src/docs/templates/ypgpm.md @@ -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//.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