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.

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.

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 {}
}

All other files are self explained, When needing help, Please join the Discord.

Last updated