This plugins adds a few new generators for testing and fun. You have to change the generator in your server config file to use them
- [] Biomes
- [] Multiworld support
name | description |
---|---|
Debug |
Places all registered blocks in the world |
CustomFlat |
Customizeable flatworld generator |
EmptyWorld |
Nothing..., just air |
In your config:
worlds:
world:
generator: CustomFlat
seed: 1234
You can add, remove and change layers for your flat world. This config is autogenerated after the first restart with this plugin installed
Config example:
{
"CustomFlat": {
"biome": 0,
"layers": [
{ "count": 1, "block": { "id": 7, "meta": 0 } },
{ "count": 3, "block": { "id": 2 } },
{ "count": 1, "block": "minecraft:grass" }
]
}
}
just an empty world... Nothing special about it...
- [] Testing
This should help developer to test a new features quicker