The generator config file
Last updated
Last updated
In brief, each generator YAML configuration, found in the /plugins/ParadiseLand/generators
folder is utilized by ParadiseLand to manage your custom world with custom biomes.
As I said in the , eden.yml
is the default ParadiseLand generator, and it contains all the information utilized by the plugin to manage the world.
Despite my efforts to make everything as simple as possible, creating a generator remains a challenging task.
Just copy the eden.yml file and give it a different name. Now, follow this entire section guide.
For example: if your file is named my-custom-generator.yml
, you should use ParadiseLand:my-custom-generator.yml
as a custom generator when creating a new world.