> For the complete documentation index, see [llms.txt](https://nonjailbrokenios.gitbook.io/lypaka-s-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nonjailbrokenios.gitbook.io/lypaka-s-wiki/legendarygenerator/the-setup.md).

# The Setup

### legendarygenerator.conf

Here you find the main functions of the plugin, set true or false at the settings you want to use or not to use.\
\
To not use the Black/Whitelist just keep them **empty**!\
\
The **GCES** hook is for **GottaCatchEmSmall**, Only set this to "**unlocked**" when using the plugin, otherwise change it to **default**.<br>

### messages.conf

Messages carry their own special permission nodes, You can change these to anything you like.\
\
When the default version of the config is to complicated, or it bugs with multiple announcement messages, try the over-simplified version [here](https://nonjailbrokenios.gitbook.io/lypaka-s-wiki/legendarygenerator/messages.conf).

### custom-spawn-settings.conf

Use this file to white and blacklist Pokémons, Worlds or Dimension types, Examples:

```
Default-Pixelmon-Spawner-Whitelist=[
    Meltan
]

Biomes {
    Blacklist {
    "minecraft:plains"
    }
    Whitelist {}
}
Dimensions {
    Blacklist {
    "minecraft:overworld"
    }
    Whitelist {}
}
Worlds {
    Blacklist {
        spawn=[
        "Dialga"
        ]
    }
    Whitelist {}
}
```

{% hint style="info" %}
All other files are self explained, When needing help, Please join the [Discord](https://discord.gg/59CpAcQJRU).
{% endhint %}
