VoidWorldGenerator

This is a simple plugin that allows you to create a void world!

267

Quick challenge

How far can you run before the mobs catch you?

VoidWorldGenerator

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

1. Open your `bukkit.yml` file. 2. Add the following:

```yaml worlds: <WORLD_NAME>: generator: VoidWorldGenerator ```

3. Replace `<WORLD_NAME>` with the name of the world you want to generate. 4. Restart the server again to generate the world.

Option B: Using Multiverse-Core

If you're using Multiverse-Core, run the following command:

```bash /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!

ADS