config classes - magemonkeystudio/fabled GitHub Wiki

🏹 Config: Classes

The Classes section of config.yml controls how class mechanics behave, including player health, attributes, and level-up behavior.

File location:

/plugins/Fabled/config.yml

❤️ Health Management

'modify-health': 'true|false'

Enable Fabled's class-based health system. If false, Minecraft’s default health is used.

'classless-hp': <number>

Default max health for players without an assigned class.
Example: 20 for 10 hearts.


📈 Auto Skills & Attributes

'show-auto-skills': 'true|false'

Whether auto-leveled skills that are not castable should be shown in the skill GUI.

'attributes-enabled': 'true|false'

Toggle the use of the attribute system.

'attributes-downgrade': 'true|false'

Allow players to refund attributes they have invested.

'attributes-downgrade-price': <number>

Cost (in Vault currency) to downgrade attributes. Set to 0 to make refunds free.


✨ Level Up Effects

'level-up-skill': '<skill-id>'

Cast a dynamic skill automatically when a player levels up.
Use this to show particles, sounds, or messages. The skill must exist in your skill list.


🔗 Related Pages

⚠️ **GitHub.com Fallback** ⚠️