config scoreboard - magemonkeystudio/fabled GitHub Wiki
π Config: Scoreboard
The scoreboard
section of config.yml
lets you customize an optional sidebar scoreboard that displays player stats like health, mana, level, and more.
File location:
/plugins/Fabled/config.yml
βοΈ Settings
scoreboard:
enabled: 'true'
title: '&6&l%fabled_default_currentclassname%'
format:
- '&2Health &c%fabled_default_scurrenthealth%'
- '&2%fabled_default_currentmananame% &b%fabled_default_scurrentmana%'
- '&2Level &a%fabled_default_currentlevel%'
- '&2Exp &a%fabled_default_scurrentexp%'
- '&2AP &a%fabled_default_attributepoints%'
- '&2SP &a%fabled_default_skillpoints%'
π§© Using Placeholders
The title
and format
sections support PlaceholderAPI as well as Fabledβs built-in placeholders.
Common examples include:
%fabled_default_currentclassname%
β Current class name%fabled_default_scurrenthealth%
β Current health%fabled_default_scurrentmana%
β Current mana%fabled_default_currentlevel%
β Player level%fabled_default_skillpoints%
β Skill points (SP)%fabled_default_attributepoints%
β Attribute points (AP)
You can also use placeholders from other plugins if PlaceholderAPI is installed.
For a complete list of placeholders and usage examples, see:
π placeholderapi