
Discord | Modrinth | Hangar | Spigot | GitHub
VoidWorldGenerator
A simple minecraft plugin to generate a void world.
Compatible with Paper, Spigot & Folia in all version since 1.20.
1.1.2 is the last Java 17 compatible version. Update to Java 21 or use 1.1.2.
It can be used to prevent world generation outside of the world border. To prevent that fully generate your world with a plugin as Chunky then add this plugin & configure your bukkit.yml.
Installation
Download latest .jar on releases tab.
Place the .jar in plugins/.
Add next lines at the begining of bukkit.yml:
worlds:
world:
generator: VoidWorldGenerator
If your world is not called world, replace world by your world name. You can set VoidWorldGenerator as generator for more than 1 world.
worlds:
myCustomWorld1:
generator: VoidWorldGenerator
a2ndCustomWorld:
generator: VoidWorldGenerator
Biome to use for empty chunks & the default spawn coordinates can be edit in the plugin config in plugins/VoidWorldGenerator/config.yml.
Statistics
Build, Test & deploy
Feature requests or pull requests are welcome. Concider creating an issue first to talk about your new feature before sending a pull request.
Build
Clone the repo git clone git@github.com:HydrolienF/VoidWorldGenerator.git
Build with ./gradlew assemble. The plugin .jar file will be in build/libs/.
Test
You can test the plugin directly in a Minecraft server with ./gradlew runServer.
You can also try it on an other server by placing the .jar in plugins/.
You might want to update the plugin config to fit your needs.
Deploy
To Github releases, Hangar & Modrinth
Push tag to git to trigger a github action release that will create a new Github release and publish to Hangar & Modrinth.
git tag 1.2.3
git push --tags
to Maven central
Require ossrhUsername & ossrhPassword in ~/.gradle/gradle.properties
./gradlew clean publish
./gradlew jreleaserDeploy
The published lib will be available on maven central.
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20, 1.20.1, 1.20.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as VoidWorldGenerator-1.3.13.jar — drop this file into the mods folder
- Download size: 35 KB
- Download link checked 29 Aug 2026 — working
These come from our own check of the pack file, not from the source page.