Added multiple boolean values to Mythical Races configuration for attribute reset controls, this is to enable compatibility with multiple other plugins that like to deal with attributes, enabling other plugins to override mythical races attributes rather than vice versa
Configuration Changes:
Please add the following to the 'other' section in the Mythical Races base configuration, /MythicalRaces/config.yml
Code (YAML):
# Reset attributes when player leaves and when server reloads # This is to prevent long-term effects if the plugin is ever uninstalled rAttributesLeaveReset: true
# Reset attributes when switching races # This is so attributes don't carry over into another race rAttributesRacesReset: true
# Reset attributes when switching classes # This is so attributes don't carry over into another class rAttributesClassesReset: true
# Blacklisted worlds reset attributes # When a player is switching over to a blacklisted world, reset the attributes rAttributesBlacklistedWorldsReset: true
# Reset attributes when crossing regions (for worldguard flag) rAttributesWhenCrossingRegionsReset: true