## Features
### Terrain Generation
- Custom flat, glade-like terrain with gentle elevation changes
- Consistent PLAINS biome throughout the custom world
- Smooth elevation variations using Perlin noise algorithm
### Natural Structures & Decorations
- **Cherry Trees with Beehives**: Cherry trees with authentic beehives attached to some trunks
- **Water Pools**: Circular pools of varying sizes surrounded by sugarcane
- **Bamboo Groves**: Dense clusters of bamboo with pandas spawning nearby
- **Berry Bushes**: Sweet berry bushes scattered throughout the terrain
- **Stone Circles**: Decorative stone rings with flowers in the center
- **Rock Formations**: Natural-looking stone clusters with accompanying flowers
- **Stone Paths**: Connecting pathways made of stone bricks linking different areas
- **Wooden Fences**: Enclosed areas with oak fence borders
- **Resting Spots**: Simple benches with backrests made of oak slabs and fences
- **Flower Baskets**: Flower pots at ground level with random flowers above
- **Mossy Stone Accents**: Mossy cobblestone decorations and formations
- **Stone Walls**: Short stone walls with occasional vine growth
- **Pumpkin and Melon Patches**: Scattered pumpkins and melons across the landscape
## Commands
### Main Commands
- `/morebiomes999` or `/mb9` - Base command for MoreBiomes999 functions
- `/createbiomeworld <worldname>` - Creates a new world with custom biomes
### Subcommands
- `/morebiomes999 setspawn` - Sets the spawn location in the MoreBiomes999 world (requires `morebiomes999.setspawn` permission)
- `/morebiomes999 spawn` - Teleports to the custom spawn location in MoreBiomes999 world (requires `morebiomes999.spawn` permission)
## Permissions
- `morebiomes999.use` - Allows using MoreBiomes999 commands (default: op)
- `morebiomes999.setspawn` - Allows setting the spawn location (default: op)
- `morebiomes999.spawn` - Allows teleporting to spawn (default: true)
- `morebiomes.createworld` - Allows creating new worlds with custom biomes (default: op)
## World Configuration
- Automatically creates a world named "MoreBiomes999" with custom terrain generation
- New players are automatically teleported to the MoreBiomes999 world upon joining the server
- The world uses a custom terrain generator that creates flatter, glade-like landscapes
- All chunks in the world maintain a consistent PLAINS biome to preserve the glade atmosphere
The plugin includes configuration options through the bukkit.yml file to specify world generation:
```
worlds:
world:
generator: MoreBiomes:default
```
This allows the plugin's generator to be used for the default world if desired.