Compatibility
Minecraft: Java Edition
Platforms
Creators
Details

Please join the Streamline Hub Discord in order to get updates and for me to fully assist you with bugs, questions, or suggestions.
Discord: click here
CompletelyEmpty is a plugin that provides a world generator that does exactly what it says: makes a world that is completely empty. When used, this world will still have default Minecraft overworld biomes, but it will not have: structures, feature placements, or naturally generated terrain.
This makes it great for using as a terrain generator for spawn worlds or hub worlds.
This will explain how to use the plugin to generate these completely empty worlds.
Without a World Manager Plugin
When using without a world management plugin, you need to set up the world to be loaded as a Completely Empty world in your bukkit.yml. This is done by adding the following yml text to the bottom of this bukkit.yml file:
worlds:
<world>:
generator: CompletelyEmpty
Note: replace <world> with the name of the world or world folder you are wanting to make into a Completely Empty world.
Example:
worlds:
hub1:
generator: CompletelyEmpty
hub2:
generator: CompletelyEmpty
With a World Manager Plugin
I would recommend you use PhantomWorlds over other plugins. It does everything that Multiverse does, but better and in a single plugin.
To make a world that is a Completely Empty world with PhantomWorlds, run the following command:
/phantomworlds:worlds create <world> NORMAL gen:CompletelyEmpty
Note: replace <world> with the name you want the world to have for making it into a Completely Empty world.
Example:
/phantomworlds:worlds create hub1 NORMAL gen:CompletelyEmpty


