A lightweight void world generator for PowerNukkitX 2.0+.
Download the latest JAR from Releases and place it in your server's plugins/ folder.
Set the generator to void in your world's config.json:
{
"generators": {
"0": {
"name": "void"
}
}
}Also works with world manager plugins that support custom generators:
/world create <worldname> void
mvn clean packageOutput: target/VoidGenerator-1.0.0.jar