VoidGenPlus generates an empty world with only one bedrock block at coordinates (0, 0).
VoidGenPlus is a lightweight Minecraft plugin for Paper 1.21.8 that generates a void world with a single bedrock block at the spawn point. It's ideal for creating lobbies, creative worlds, or skyblock maps.
bukkit.yml.VoidGenPlus.jar file..jar file into your server's plugins/ directory.To use VoidGenPlus as the world generator, modify your bukkit.yml file located in the root directory of your server:
worlds:
your_world_name:
generator: VoidGenPlus
Replace your_world_name with the desired name of your world.
After configuring bukkit.yml, start your server. When the specified world is generated, it will be an empty void with a single bedrock block at the spawn location.
This project is licensed under the MIT License.