placeholderapi - magemonkeystudio/fabled GitHub Wiki
🌐 PlaceholderAPI Placeholders
This page lists all available placeholders provided by Fabled that can be used inside PlaceholderAPI-supported plugins, menus, scoreboards, and GUIs.
🛠️ Most placeholders support optional formatting by adding
[f]
to display cleaner numbers or remove color codes.
📚 Overview
Some important notes:
[_group]
is optional. If left out, it defaults to the player'smain-class-group
set inconfig.yml
.[_attribute]
is optional where relevant.[f]
is optional and changes the output into a GUI-friendly format.- Other placeholders must have all required parameters or they may return unexpected results.
🧙♂️ Class Placeholders
Placeholder | Description |
---|---|
%fabled_level[_group]% | Player's current class level. |
%fabled_maxlevel[_group]% | Player's current class maximum level. |
%fabled_totallevel% | Player's combined level of all groups. |
%fabled_totalmaxlevel% | Player's maximum combined level of all groups. |
%fabled_[f]prefix[_group]% | Player's class prefix. [f] removes color codes. |
%fabled_[f]class[_group]% | Player's current class name. [f] removes color codes. |
%fabled_group% | Player's group of their main class. |
%fabled_parent[_group]% | Player's parent of their class. |
%fabled_[f]children[_group]% | Player's children of their class. [f] removes brackets. |
❤️ Health Placeholders
Placeholder | Description |
---|---|
%fabled_[f]health% | Player's current health. [f] formats as integer. |
%fabled_[f]maxhealth% | Player's max health. [f] formats as integer. |
%fabled_[f]basehealth[_group]% | Player's base health in this group. [f] formats as integer. |
%fabled_[f]healthat_[level][_group]% | Health at specific level. [f] formats as integer. |
%fabled_healthscale[_group]% | Health gained per level in this group. |
🔵 Mana Placeholders
Placeholder | Description |
---|---|
%fabled_[f]mana% | Player's current mana. [f] formats as integer. |
%fabled_[f]maxmana% | Player's max mana. [f] formats as integer. |
%fabled_[f]mananame% | Player's mana name. [f] removes color codes. |
%fabled_[f]basemana[_group]% | Base mana in this group. [f] formats as integer. |
%fabled_[f]manaregen[_group]% | Mana regen rate in this group. [f] formats as integer. |
%fabled_[f]manaat_[level][_group]% | Mana at specified level. [f] formats as integer. |
%fabled_manascale[_group]% | Mana gained per level in this group. |
📈 Leveling Placeholders
Placeholder | Description |
---|---|
%fabled_attribute[_attribute]% | Points invested in attribute, or all. |
%fabled_attributepoints% | Unspent attribute points. |
%fabled_[f]currentexp[_group]% | Current XP in group. [f] formats as integer. |
%fabled_[f]requiredexp[_group]% | XP needed for next level. [f] formats as integer. |
%fabled_[f]requiredexpat_[level][_group]% | XP required for specific level. [f] formats as integer. |
%fabled_skillpoints[_group]% | Skill points in group. |
%fabled_maxskillpoints% | Max skill points allowed. |
👤 Account Placeholders
Placeholder | Description |
---|---|
%fabled_accounts% | Number of accounts player has. |
%fabled_accountlimit% | Max accounts allowed. |
%fabled_currentaccount% | Current account ID. |
%fabled_accountinfo_[id]_[Fabled Placeholder]% | Placeholder result for specific account. |
📋 Variables and Flags
Placeholder | Description |
---|---|
%fabled_flag_[flagname]% | Whether the flag is active. |
%fabled_flagleft_[flagname]% | Time left on the flag. |
%fabled_[f]value_[valuename]% | Value assigned to name. [f] formats as integer. |
⚔️ Skill Placeholders
Placeholder | Description |
---|---|
%fabled_skilllevel_[skillname]% | Level of a skill. |
%fabled_skillmaxlevel_[skillname]% | Max level of a skill. |
%fabled_skillrequiredlevel_[skillname]% | Required class level to unlock the skill. |
%fabled_skilltype_[skillname]% | Skill's defined type. |
%fabled_skillcost_[skillname]% | Points needed to upgrade skill. |
%fabled_[f]skillmanacost_[skillname]% | Mana cost of skill. [f] formats as integer. |
%fabled_[f]skillcooldown_[skillname]% | Skill cooldown. [f] formats as integer. |
%fabled_[f]skillcooldownleft_[skillname]% | Time left on skill cooldown. [f] formats as integer. |
%fabled_[f]skillmessage_[skillname]% | Cast message. [f] removes color codes. |
%fabled_skillmodeldata_[skillname]% | Model data ID of the skill. |
%fabled_[f]skills% | List of skills that can be leveled. [f] removes brackets. |
%fabled_skillsname_[slot]% | Name of skill in specific slot. |
%fabled_skillsinfo_[slot]_[Fabled Skill Placeholder]% | Info about skill in slot. Ex: %fabled_skillsinfo_1_skillmanacost% |
%fabled_casting% | Whether a cast is active (used with ACTION_BAR, TITLE, etc). |
%fabled_castingname_[slot]% | Name of skill currently being cast in slot. |
%fabled_castinginfo_[slot]_[Fabled Skill Placeholder]% | Placeholder result for casting skill in slot. |
⚙️ Dynamic Editor Only
Placeholder | Description |
---|---|
{attr:cooldown} | Skill cooldown time. |
{attr:mana} | Mana required to cast skill. |
{attr:cost} | Skill points invested in skill. |
{req:cost} | Skill points needed to upgrade. |
{attr:level} | Current skill level. |
{req:level} | Required skill level. |
{level}/{max} | Current/max level display. |
{type} | Skill's type label. |
{name} | Skill's name. |
{skill_points} | Player's available skill points. |