Rarities
The files
As of EvenMoreFish 2.0, all rarity configs are located in plugins/EvenMoreFish/rarities
.
Creating Rarities
To create a new rarity, you need to create a new yml file in the rarities folder.
The following configs are required in each rarity config file:
id
- Allows the plugin to identify this rarity.
All other configs are optional, however you will most likely want to add fish to your rarity. You can see how to do this in the example file.
Disabling Rarities
To disable a rarity, you have two choices:
- Set
disabled
to true inside the file and reload. - Rename the file to start with an underscore.
Doing either of these will prevent the rarity from being registered into the plugin.
Example Config
An example config will always be available inside your rarities folder, and contains every possible config option. This file will reset every time the plugin loads, meaning it will always be up to date.
You can view this example file here