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.
This commit is contained in:
Dylan K. Taylor 2021-05-12 12:00:52 +01:00
parent 4a68e0219e
commit 34ee1c2354
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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.