AzWorldGenerator
A Powerful Custom World Generation Plugin for Minecraft Servers
Create unlimited custom worlds with unique biomes and terrain generation. Transform your server into a multiverse of possibilities!
✨ Features
Custom World Creation - Generate worlds with specific biome types
Seed Control - Set custom seeds for reproducible world generation
️ Multiple Biomes - Choose from 10 unique biome types
⚡ Performance Optimized - Efficient noise-based terrain generation
Configurable - Extensive configuration options
Admin Tools - Full control over world management
Available Biomes
default • netherrack • sand • stone • ice • obsidian • diamond • emerald • gold • clay
Commands & Permissions
Spoiler: Click to expand commands table
/azworldgen create <world> <biome>
Create a new custom world
azworldgen.create
OP
/azworldgen seed <seed>
Set generation seed
azworldgen.admin
OP
/azworldgen reload
Reload configuration
azworldgen.reload
OP
/azworldgen list
List available biomes
azworldgen.use
All
/azworldgen help
Show help message
azworldgen.use
All
Aliases: azwg, awg
Spoiler: Click to expand permissions table
azworldgen.*
Access to all commands
OP
azworldgen.use
Basic plugin usage
All
azworldgen.create
Create new worlds
OP
azworldgen.reload
Reload configuration
OP
azworldgen.admin
Administrative access
OP
Requirements
Minecraft Version: 1.16.5+
Java Version: 8+
Server Software: Spigot/Paper/Bukkit
Dependencies: None
⚙️ Configuration
Spoiler: Click to view example config.yml
Code (Text):
# AzWorldGenerator Configuration
settings:
debug: false
default-biome: "default"
max-worlds: 10
biomes:
height-variation:
base-height: 64
max-variation: 30
min-height: 1
max-height: 255
noise:
height-scale: 0.005
biome-scale: 0.01
height-octaves: 8
biome-octaves: 4
messages:
prefix: "&8[&6AzWorldGen&8] &r"
world-created: "&aSuccessfully created world: &e{world}&a with biome: &e{biome}"
world-exists: "&cWorld '&e{world}&c' already exists!"
invalid-biome: "&cInvalid biome type: &e{biome}"
Quick Start
Download the plugin JAR file
Place in your server's plugins folder
Restart your server
Use /azworldgen create myworld diamond to create your first custom world!
Example Usage
Code (Text):
/azworldgen create "DiamondLand" diamond
/azworldgen seed 12345
/azworldgen create "MyWorld" netherrack
/azworldgen list
In-Game Messages:
&8[&6AzWorldGen&8] &aSuccessfully created world: &eDiamondLand&a with biome: &ediamond
&8[&6AzWorldGen&8] &eForced seed set to: &a12345
Support
Discovered a bug? Have a feature request?
Feel free to open an issue or contact the developer for assistance.
License & Credits
License: MIT License
Version: 1.0.0
Made with ❤️ by GamingHuzai
Enjoy creating amazing worlds!