| Classes:     # Whether or not to use SkillAPI's health system   modify-health: 'false'    # The default health for players without a class   classless-hp: '40'    # Whether or not non-castable auto-leveled skills are shown   show-auto-skills: 'false'    # Whether or not attributes are enabled   attributes-enabled: 'false'    # Whether or not attributes can be refunded   attributes-downgrade: 'false'    # This casts the dynamic skill for the player when they level up,   # allowing you to use dynamic mechanics for level up effects. If   # there is no existing dynamic skill with the name, no effect   # will be played. For level-specific effects, use the level condition.   level-up-skill: 'lvlup' |