From b99fe6a258a8a3c240aae66225a4d77fe5330356 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Wed, 30 Dec 2015 16:26:02 +0000 Subject: [PATCH] Updating young persons guide --- docs/YoungPersonsGuideToProgrammingMinecraft.md | 4 +++- src/docs/templates/ypgpm.md | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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