From 34ee1c2354bf5270e769cfa7a831199bd19cdb02 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 12 May 2021 12:00:52 +0100 Subject: [PATCH] pocketmine.yml: update preset example for worlds preset is now supported as its own key, and it's less confusing to present it separately, since that's how it's displayed in the server.properties also. --- resources/pocketmine.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/pocketmine.yml b/resources/pocketmine.yml index b154dafd1..f27a6d01c 100644 --- a/resources/pocketmine.yml +++ b/resources/pocketmine.yml @@ -181,7 +181,8 @@ worlds: #Example: #world: # seed: 404 - # generator: FLAT:2;7,59x1,3x3,2;1;decoration(treecount=80 grasscount=45) + # generator: FLAT + # preset: 2;bedrock,59xstone,3xdirt,grass;1 plugins: #Setting this to true will cause the legacy structure to be used where plugin data is placed inside the --plugins dir.