Updated Set a plotworld as default world (markdown)

NotMyFault 2019-10-26 13:31:01 +02:00
parent 7015b73572
commit 5e8e8ec897

@ -4,11 +4,11 @@ Setting a plot world as default world can help you to avoid the generation of th
In the following guide we assume you called the plotworld `plotworld`, if yours is called differently, just replace it with your name. In the following guide we assume you called the plotworld `plotworld`, if yours is called differently, just replace it with your name.
### Initial Steps ## Initial Steps
1. Shut down the server 1. Shut down the server
2. Delete the vanilla worlds `world`, `world_nether` and `world_the_end` like selected below: <br> 2. Delete the vanilla worlds `world`, `world_nether` and `world_the_end` like selected below: <br>
![](https://i.imgur.com/6kAMx34.png) ![](https://i.imgur.com/6kAMx34.png)
### server.properties ## server.properties
Open the file called `server.properties`, it's stored in your server's root folder. Open the file called `server.properties`, it's stored in your server's root folder.
Find the following line: Find the following line:
@ -20,7 +20,7 @@ So it looks like that:
```properties ```properties
level-name=plotworld level-name=plotworld
``` ```
### bukkit.yml ## bukkit.yml
Open the file called `bukkit.yml`, it's stored in your server's root folder. Open the file called `bukkit.yml`, it's stored in your server's root folder.
Now we need to tell the server which generator based on the world should be generated, **otherwise your world generation will be messed up**. Now we need to tell the server which generator based on the world should be generated, **otherwise your world generation will be messed up**.