Skip to content

PlaceholderAPI Placeholders

EmakiSkills provides a set of PlaceholderAPI external placeholders for use in scoreboards, HUDs, ActionBars, and any PAPI-compatible plugin.

Prerequisite

PlaceholderAPI must be installed on the server. EmakiSkills will automatically detect and register on startup — no manual configuration needed.

Identifier

emakiskills

Skill Levels

PlaceholderDescriptionExample
%emakiskills_level_<skill_id>%Player's current level for a skill3
%emakiskills_unlocked_count%Total number of unlocked skills5

Examples

%emakiskills_level_fireball%        → 3
%emakiskills_level_heal%            → 1
%emakiskills_unlocked_count%        → 5

Cast Mode

PlaceholderDescriptionExample
%emakiskills_cast_mode%Whether the player is in cast modetrue / false

Slot Bindings

Slot index starts from 0.

PlaceholderDescriptionExample
%emakiskills_slot_<n>_skill%Skill ID bound to slot nfireball
%emakiskills_slot_<n>_name%Display name of the skill at slot nFireball
%emakiskills_slot_<n>_trigger%Trigger ID bound to slot nleft_click
%emakiskills_slot_<n>_empty%Whether slot n is emptytrue / false

Examples

%emakiskills_slot_0_skill%          → fireball
%emakiskills_slot_0_name%           → Fireball
%emakiskills_slot_0_trigger%        → left_click
%emakiskills_slot_1_empty%          → true

Cooldowns

PlaceholderDescriptionExample
%emakiskills_cooldown_<skill_id>%Remaining cooldown in seconds (0 = ready)2.5
%emakiskills_global_cooldown%Remaining global cooldown in seconds0.5

Cooldown values are in seconds with one decimal place. Returns 0 when the cooldown has expired.

Examples

%emakiskills_cooldown_fireball%     → 2.5
%emakiskills_global_cooldown%       → 0

Local Resources

Local resource placeholder format: %emakiskills_resource_<resource_id>_<field>%.

PlaceholderDescriptionExample
%emakiskills_resource_<id>_current%Current resource value75.5
%emakiskills_resource_<id>_max%Maximum resource value100
%emakiskills_resource_<id>_percent%Resource percentage (0~100)75.5

Examples

%emakiskills_resource_mana_current%     → 75.5
%emakiskills_resource_mana_max%         → 100
%emakiskills_resource_mana_percent%     → 75.5

Released under the GPL-3.0 License