Table of Contents
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.
Initial Steps
- Shut down the server
- Delete the vanilla worlds
world
,world_nether
andworld_the_end
like selected below:
server.properties
Open the file called server.properties
, it's stored in your server's root folder.
Find the following line:
level-name=world
Replace 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=plotworld
bukkit.yml
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.
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: PlotSquared
That'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.
Home
Installation
API documentation
Further installation
- Road schematics
- settings.yml
- commands.yml
- worlds.yml
- style.yml
- UUID conversion
- Set a plot world as default world
- ChestShop Compatibility