config gui - magemonkeystudio/fabled GitHub Wiki
The GUI
section of config.yml
controls the visual interface elements of Fabled, including action bar text, health display behavior, title messages, and skill binds.
File location:
/plugins/Fabled/config.yml
Locks health bar display to 10 hearts regardless of actual HP.
Downscales the health bar to match max HP if it’s under 20.
Forces Fabled to override health scaling from other plugins.
Choose what to show in the XP bar.
Choose what to show in the hunger bar.
Prevents saturation healing when using food bar for mana/exp.
Enable or disable the action bar.
Set the format using placeholders:
action-bar-text: "{combo}"
Available placeholders:
-
{combo}
,{class}
,{level}
,{exp}
,{expReq}
,{expLeft}
-
{health}
,{maxHealth}
,{mana}
,{maxMana}
,{name}
-
{attr}
,{sp}
,{value:<key>}
Enable floating title messages.
Control how long and how smoothly messages display.
Events that trigger title messages:
title-messages:
- level_up
- exp_lost
Supported events: level_up
, level_down
, exp_gained
, exp_lost
, status
, combo
Adds a class prefix to player names.
Shows class level below player name.
Text shown after the player’s level number.
If enabled, appends text to skill icons showing what item they’re bound to.
Format for bind indicators.