Compatibility
Minecraft: Java Edition
1.21–1.21.7
1.20.x
Platforms
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
VoidWorldGenerator (VWG)
VoidWorldGenerator (VWG) is a lightweight plugin that allows you to create completely void worlds — ideal for lobbies, minigames, or custom builds.
Step 1: Install the Plugin
- Download the
VoidWorldGenerator.jar
file. - Place it in your server’s
plugins
folder.
Step 2: Restart the Server
- Restart (not reload) the server to load the plugin.
Step 3: Configure World Generation
Option A: Using Bukkit World Generation
-
Open your
bukkit.yml
file. -
Add the following:
worlds: <WORLD_NAME>: generator: VoidWorldGenerator
-
Replace
<WORLD_NAME>
with the name of the world you want to generate. -
Restart the server again to generate the world.
Option B: Using Multiverse-Core
If you're using Multiverse-Core, run the following command:
/mv create <WORLD_NAME> normal -g VoidWorldGenerator
Step 4: Teleporting
Option A: Bukkit World Generation
Run the following command:
execute in minecraft:<WORLD_NAME> run tp @s 0 65 0
Option B: Using Multiverse-Core
Run the following command:
mvtp <WORLD_NAME>
If you need any further assistance, feel free to join the discord server!