Destroyed Manual generator setting (markdown)

NotMyFault 2020-02-16 18:03:22 +01:00
parent 16e4fe1c84
commit fbf5e244cc

@ -1,14 +0,0 @@
This may be required if:
- You used /plot setup, and you DO NOT have Multiverse or MultiWorld installed AND you selected DEFAULT generation (Multiverse is recommended!)
- The default world (as defined in server.properties) is a PlotWorld
- Your world stops recognizing itself as a PlotWorld
To set the generator:
- navigate to your bukkit.yml file (in the root folder)
- set the generator for the world under the "worlds" (you will need to create the section if it doesn't exist)
e.g.
```YAML
worlds:
<world name>:
generator: PlotSquared
```