Bug Fixes:
- Implemented slight optimizations + a potential conflict fix when player data is saved causing player data to be corrupted at times
- The "cooldown" key no longer needs to be a string inside of the config.yml and can be a proper number now
New Features:
- Introduced a key called "enableQuests" that is by default false inside of the quests.yml config
Configuration Changes:
- Added a message + configuration key inside of the quests.yml
Please add the following to the "quests.yml"
Code (YAML):
# Enable quests or not (Default: false)
enableQuests
: false
questsDisabled
: '&4Quests are disabled for mythical races'