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
emakiskillsSkill Levels
| Placeholder | Description | Example |
|---|---|---|
%emakiskills_level_<skill_id>% | Player's current level for a skill | 3 |
%emakiskills_unlocked_count% | Total number of unlocked skills | 5 |
Examples
%emakiskills_level_fireball% → 3
%emakiskills_level_heal% → 1
%emakiskills_unlocked_count% → 5Cast Mode
| Placeholder | Description | Example |
|---|---|---|
%emakiskills_cast_mode% | Whether the player is in cast mode | true / false |
Slot Bindings
Slot index starts from 0.
| Placeholder | Description | Example |
|---|---|---|
%emakiskills_slot_<n>_skill% | Skill ID bound to slot n | fireball |
%emakiskills_slot_<n>_name% | Display name of the skill at slot n | Fireball |
%emakiskills_slot_<n>_trigger% | Trigger ID bound to slot n | left_click |
%emakiskills_slot_<n>_empty% | Whether slot n is empty | true / false |
Examples
%emakiskills_slot_0_skill% → fireball
%emakiskills_slot_0_name% → Fireball
%emakiskills_slot_0_trigger% → left_click
%emakiskills_slot_1_empty% → trueCooldowns
| Placeholder | Description | Example |
|---|---|---|
%emakiskills_cooldown_<skill_id>% | Remaining cooldown in seconds (0 = ready) | 2.5 |
%emakiskills_global_cooldown% | Remaining global cooldown in seconds | 0.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% → 0Local Resources
Local resource placeholder format: %emakiskills_resource_<resource_id>_<field>%.
| Placeholder | Description | Example |
|---|---|---|
%emakiskills_resource_<id>_current% | Current resource value | 75.5 |
%emakiskills_resource_<id>_max% | Maximum resource value | 100 |
%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