Creating an Empty World
This guide explains how to create an empty world (void world) on a Minecraft server using the VoidGen and Multiverse-Core plugins. Perfect for making a spawn area, hub, or creative zone without natural terrain.
Prerequisites
Make sure the server already has:
- Multiverse-Core plugin
- VoidGen plugin
- Operator (
op) access or permission to run Multiverse commands
Steps
1. Create an Empty World
Use the following command to create a new world with the VoidGen generator:
/mv create <world_name> normal -g VoidGen
Example:
/mv create world_pvp normal -g VoidGen
Explanation:
<world_name>is the name of the folder and world that will be created.normalis the world type (Overworld).-g VoidGensets the empty generator from the VoidGen plugin.
2. Teleport to the World
Once the world is successfully created, use the command:
/mv tp <world_name>
Example:
/mv tp world_pvp
3. Add Structures (Optional)
Use WorldEdit to add platforms, buildings, or a spawn area in the empty world. You can also import a schematic as explained in the previous guide. Troubleshooting
- If the world doesn't appear, make sure the VoidGen plugin is active and compatible with the server version.
- Use
/mv listto see the list of available worlds. - Check the console for error messages when running
/mv create.