The most powerful and customizable void world generator plugin for Minecraft, create Regions& Flags!
UltimateWorldVoidGenerator is the ultimate solution for generating void worlds in Minecraft with unparalleled ease and flexibility! Whether you're a server owner looking to create blank canvases for custom builds or an adventure map creator who needs void worlds to control every detail, this plugin has you covered.
Comprehensive Command Set: Manage your void worlds directly in-game with a simple and intuitive command structure.
/uwv create <world>
: Create a new void world./uwv tp <world>
: Teleport to any void world./uwv setspawn
: Set the spawn point for the current world./uwv delete <world>
: Delete an existing void world./uwv list
: List all created void worlds./uwv reload
: Reload the plugin configuration./uwv region
: Create and manage regions with specific flags per region.Tab Completion: Built-in tab completion to simplify command usage, making it easier to manage worlds and regions on the fly.
The plugin offers extensive configuration options for total control over each void world. Configuration is done through config.yml
, data.yml
, and messages.yml
. Below is a breakdown of the configurable options:
Each world has its own configuration block, allowing you to enable or disable specific features for each void world:
worlds:
<world_name>:
Configuration: "custom" # Use 'default' or 'custom'
MobControl:
MobSpawning: true # Allow mobs to spawn
BannedMobs: # List of mobs that are banned from spawning in this world
- ZOMBIE
- SKELETON
BuildControl:
BlockBreak: true # Allow or prevent block breaking
BlockPlace: true # Allow or prevent block placing
ExplosionControl: true # Allow or prevent explosions
RegionControl:
regions:
<region_name>:
BlockBreak: true # Allow or prevent block breaking in this region
BlockPlace: true # Allow or prevent block placing in this region
MobSpawning: true # Allow or prevent mob spawning in this region
BannedMobs: # List of mobs banned in this region
- CREEPER
- SPIDER
ExplosionControl: true # Allow or prevent explosions in this region
Customize all in-game messages with color codes and placeholders to match your server's style:
create_world_success: "&aWorld {world} created successfully!"
tp_world_success: "&aTeleported to {world}!"
delete_world_success: "&aWorld {world} deleted successfully!"
no_permission: "&cYou do not have permission to execute this command."
usage_command: "&eUsage: /uwv <create|tp|delete|list|setspawn|reload>"
This file stores persistent data about your void worlds, ensuring that all worlds and regions are remembered even after server restarts:
/uwv create <world> |
Creates a new void world | ultimateworldvoidgenerator.create |
/uwv tp <world> |
Teleports you to the specified void world | ultimateworldvoidgenerator.tp |
/uwv setspawn |
Sets the spawn point in the current world | ultimateworldvoidgenerator.setspawn |
/uwv delete <world> |
Deletes the specified void world | ultimateworldvoidgenerator.delete |
/uwv list |
Lists all void worlds | ultimateworldvoidgenerator.list |
/uwv reload |
Reloads the plugin configuration | ultimateworldvoidgenerator.reload |
/uwv region create <region> |
Creates a new region in the world | ultimateworldvoidgenerator.region.create |
/uwv region setpos1 |
Sets the first position for the region | ultimateworldvoidgenerator.region.create |
/uwv region setpos2 |
Sets the second position for the region | ultimateworldvoidgenerator.region.create |
/uwv region save <region> |
Saves the region with defined flags | ultimateworldvoidgenerator.region.create |