# The generator config file

## What is it for?

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.

***

## The default generator configuration

As I said in the [main config -> common generator properties -> default generator](/wiki/common-generator-properties.md#default-generator-file), `eden.yml` is the default ParadiseLand generator, and it contains all the information utilized by the plugin to manage the world.

***

## Create your own generator

{% hint style="warning" %} <mark style="color:yellow;">Despite my efforts to make everything as simple as possible, creating a generator remains a challenging task.</mark>
{% endhint %}

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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paradiseland.gitbook.io/wiki/generator-config/the-generator-config-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
