-
Notifications
You must be signed in to change notification settings - Fork 6
Set a plotworld as default world
Setting a plot world as default world can help you to avoid the generation of the default worlds.
In the following guide we assume you called the plotworld plotworld and you need solely the plotworld, if yours is called differently, just replace it with your name.
- Shut down the server
- Delete the vanilla worlds
world,world_netherandworld_the_endlike selected below:
Open the file called server.properties, it's stored in your server's root folder.
Find the following line:
level-name=worldReplace world with the name of your plot world. In this example case, we would need to name it to plotworld.
So it looks like that:
level-name=plotworldOpen 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.
The value we are going to edit does not exist in the file yet, so we need to add it at the bottom:
worlds:
plotworld:
generator: PlotSquaredThat's it. If you are using world management plugins, such as Multiverse-Core, you need to make sure to set PlotSquared as generator in their worlds.yml too.