language yml - goflishMC/fabled-temp GitHub Wiki

🌐 language.yml

The language.yml file allows full customization of plugin messages, GUI titles, skill feedback, and error outputs.

File location:

/plugins/Fabled/language.yml

📋 Common Sections

🎮 GUI Labels

gui:
  skill-tree-title: "&eSkill Tree"
  bind-menu-title: "&6Skill Binding"
  class-select-title: "&bSelect Class"

📢 Notifications

notifications:
  skill-unlocked: "&aYou unlocked &e{skill}&a!"
  level-up: "&bLevel up! You are now level &e{level}&b!"
  points-available: "&aYou have &e{points}&a skill points to spend!"

❗ Error Messages

errors:
  not-enough-points: "&cYou don't have enough skill points."
  class-locked: "&cThis class is locked."
  cannot-bind: "&cThis skill cannot be bound."

⚔️ Combat / Status

status:
  absorbed: "&7Your skill was absorbed!"
  invincible: "&7Target is invincible!"

🧩 Combo System

combo:
  display: "&d{skill} combo activated!"
  fail: "&cInvalid combo."

🔗 Related Pages