Added PICKUPEVENT, PICKUPEVENTCANCEL, and INBIOME to the list of CUSTOMABILITY events
PICKUPEVENT - Pick up a certain item and execute a custom ability
PICKUPEVENTCANCEL - Pick up a certain item and cancel it and execute a custom ability
INBIOME - In a certain biome execute a custom ability
Removed a developer broadcast log when using MySQL as the storage type
Added what 'world' the player needs to be in to trigger the force pick race GUI
Fixed classes cooldowns being the same as race cooldowns
Added custom biome name generalization
Please add the following lines to the 'other' part of config.yml in the base mythical races
Code (YAML):
# Generalize custom biome names to vanilla biome names
# This affects /races biome, and the "data" for all races/abilities
enableGeneralization
: true
# Define what world the forceRace will apply
# If you want it to apply to all worlds, then just put 'ALL'
# If you want it to apply to a specific world, then put the world name
forceRaceWorld
: '
ALL'
The website wiki and discord comments will be updated accordingly