placeholderapi - goflishMC/fabled-temp GitHub Wiki

🔣 PlaceholderAPI Placeholders

Fabled supports PlaceholderAPI (PAPI), allowing you to display RPG information in external plugins like TAB, DeluxeMenus, scoreboards, holograms, and more.

This page also includes a second set of internal {} placeholders that only work inside Fabled’s menus, skill icons, and item lore.


🧍 Default Player Placeholders

These refer to the player’s current (default) group/class:

Placeholder Description
%fabled_default_currentlevel% Player’s current level
%fabled_default_maxlevel% Player’s maximum level
%fabled_default_currentmana% Player’s current mana
%fabled_default_scurrentmana% Player’s current mana (formatted)
%fabled_default_currentmaxmana% Player’s maximum mana
%fabled_default_scurrentmaxmana% Player’s maximum mana (formatted)
%fabled_default_currenthealth% Player’s current health
%fabled_default_scurrenthealth% Player’s current health (formatted)
%fabled_default_currentmaxhealth% Player’s maximum health
%fabled_default_scurrentmaxhealth% Player’s maximum health (formatted)
%fabled_default_currentexp% Player’s experience points
%fabled_default_scurrentexp% Player’s experience points (formatted)
%fabled_default_currentrequiredexp% Exp required for next level
%fabled_default_scurrentrequiredexp% Exp required for next level (formatted)
%fabled_default_currentgroupname% Player’s current group name
%fabled_default_currentclassname% Player’s current class name
%fabled_default_currentprefix% Player’s group/class prefix
%fabled_default_scurrentprefix% Formatted group/class prefix
%fabled_default_currentmananame% Name of the current mana type
%fabled_default_scurrentmananame% Formatted mana name
%fabled_default_currentavailableskillpoints% Available skill points
%fabled_default_currentavailableattributepoints% Available attribute points
%fabled_default_skillpoints% Max skill points

👤 Player Group Placeholders

These apply to specific groups the player is in:

Placeholder Description
%fabled_player_<group>_attribute:<attribute>% Number of points the player has in a specific attribute
%fabled_player_<group>_availableattributepoints% Unused attribute points
%fabled_player_<group>_investedattributepoints% Total points spent on attributes
%fabled_player_<group>_availableskillpoints% Unused skill points
%fabled_player_<group>_skillevel:<skill>% Level of a specific skill
%fabled_player_<group>_mainclass% Name of the class
%fabled_player_<group>_level% Player’s level
%fabled_player_<group>_currentexp% Current exp
%fabled_player_<group>_requiredexp% Exp required for next level
%fabled_player_<group>_scurrentexp% Current exp (formatted)
%fabled_player_<group>_srequiredexp% Required exp (formatted)
%fabled_player_<group>_currentmana% Current mana
%fabled_player_<group>_maxmana% Max mana
%fabled_player_<group>_scurrentmana% Current mana (formatted)
%fabled_player_<group>_smaxmana% Max mana (formatted)
%fabled_player_<group>_scurrenthealth% Current health (formatted)
%fabled_player_<group>_smaxhealth% Max health (formatted)

🏷️ Group Placeholders

These display info about a class/group regardless of player status:

Placeholder Description
%fabled_group_<group>_basehealth% Base health at level 1
%fabled_group_<group>_sbasehealth% Base health formatted
%fabled_group_<group>_basemana% Base mana at level 1
%fabled_group_<group>_sbasemana% Base mana formatted
%fabled_group_<group>_healthat:<level>% Health at a given level
%fabled_group_<group>_shealthat:<level>% Health at level (formatted)
%fabled_group_<group>_manaat:<level>% Mana at a given level
%fabled_group_<group>_smanaat:<level>% Mana at level (formatted)
%fabled_group_<group>_healthscale% Health scaling per level
%fabled_group_<group>_manascale% Mana scaling per level
%fabled_group_<group>_manaregen% Mana regeneration rate
%fabled_group_<group>_mananame% Name of mana type
%fabled_group_<group>_smananame% Formatted mana name
%fabled_group_<group>_maxlevel% Max level
%fabled_group_<group>_requiredexpat:<level>% Required exp at a given level
%fabled_group_<group>_parent% Parent group name
%fabled_group_<group>_children% Children groups (raw list)
%fabled_group_<group>_schildren% Children groups (formatted)
%fabled_group_<group>_prefix% Group prefix
%fabled_group_<group>_sprefix% Formatted group prefix

🧪 Dynamic Editor Placeholders (Internal Use Only)

These do not work with PAPI. They are used only in skill descriptions, tooltips, and menus generated by Fabled.

Placeholder Description
{name} Skill's name
{type} Skill type (e.g., Passive, Dynamic)
{level} Current skill level
{max} Maximum skill level
{level}/{max} Displays as "3/5"
{attr:level} Actual skill level value
{req:level} Required level to unlock or upgrade
{attr:mana} Mana cost to cast the skill
{attr:cooldown} Cooldown time
{attr:cost} Skill points currently invested
{req:cost} Skill point cost to upgrade
{skill_points} Player's current available skill points

🧠 These are used in the icon-lore: section of your skill YAML.


🧩 Testing Placeholders

You can use:

/papi parse <player> <placeholder>

to test most %fabled_*% placeholders in-game.


🔗 Related Pages

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