Chunk Generator
Configuring the ChunkGenerator module
It is recommended that the Realm Distance value be the same as the distance in the main plugin.
realmDistance: 5000
biomes:
plains:
allowedBiomes:
- plains
- sunflower_plains
- forest
- birch_forest
- flower_forest
- cherry_grove
size: 18
Creating a new chunk generator biome
Under the biomes section, enter the names of your biomes in biomes.yml
Enter the Minecraft IDs of your biomes in the allowedBiomes section.
If you enter 18 in the size field for the realms to be created, a 18x18 biome will be created. Our recommendation is to add one more chunk on top of your border limit.
Last updated