config gui - magemonkeystudio/fabled GitHub Wiki

🖼️ Config: GUI

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

❤️ Health Bar Options

'old-health-bar': true|false

Locks health bar display to 10 hearts regardless of actual HP.

'downscale-under': true|false

Downscales the health bar to match max HP if it’s under 20.

'force-scaling': true|false

Forces Fabled to override health scaling from other plugins.


📊 HUD Display Settings

'level-bar': none | mana | level

Choose what to show in the XP bar.

'food-bar': none | mana | exp

Choose what to show in the hunger bar.

'block-saturation': true|false

Prevents saturation healing when using food bar for mana/exp.


📢 Action Bar Settings

'use-action-bar': true|false

Enable or disable the action bar.

'action-bar-text':

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>}

🏷️ Title Message Settings

'title-enabled': true|false

Enable floating title messages.

'title-duration', 'title-fade-in', 'title-fade-out'

Control how long and how smoothly messages display.

'title-messages':

Events that trigger title messages:

title-messages:
  - level_up
  - exp_lost

Supported events: level_up, level_down, exp_gained, exp_lost, status, combo


🧑 Player Display

'show-class-name': true|false

Adds a class prefix to player names.

'show-class-level': true|false

Shows class level below player name.

'class-level-text': "Level"

Text shown after the player’s level number.


🧰 Skill Bind Display

'show-binds': true|false

If enabled, appends text to skill icons showing what item they’re bound to.

'show-bind-text': "Bound to {material}"

Format for bind indicators.


🔗 Related Pages

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