Open Ribesg opened 9 years ago
I found that, as the behaviour of things seems to have been copy-pasted from Bukkit basically, you can define generators the same way you do in Bukkit:
world:
name: world
# [...]
worlds:
world:
generator: MyGeneratorPlugin:Overworld
world_nether:
generator: MyGeneratorPlugin:Nether
world_the_end:
generator: MyGeneratorPlugin:End
It works, but maybe it's a bit weird.
Extension of #76.
The
world
section ofglowstone.yml
would then look like this, for example: