PlaceholderAPI Placeholders
EmakiAttribute provides a set of PlaceholderAPI external placeholders for use in scoreboards, HUDs, chat formats, and any PAPI-compatible plugin.
Prerequisite
PlaceholderAPI must be installed on the server. EmakiAttribute will automatically detect and register on startup — no manual configuration needed.
Identifier
emakiattributeAttribute Values
| Placeholder | Description | Example |
|---|---|---|
%emakiattribute_<attribute_id>% | Player's current computed attribute value | 125.5 |
%emakiattribute_power% | Player's overall combat power | 3680 |
<attribute_id> corresponds to the id field in attribute definition files, e.g. physical_attack, defense, etc.
Examples
%emakiattribute_physical_attack% → 125.5
%emakiattribute_defense% → 80
%emakiattribute_power% → 3680Resource Values
Resource placeholder format: %emakiattribute_resource_<resource_id>_<field>%.
| Placeholder | Description | Example |
|---|---|---|
%emakiattribute_resource_<id>_current% | Current resource value | 85.5 |
%emakiattribute_resource_<id>_max% | Current maximum (including bonuses) | 100 |
%emakiattribute_resource_<id>_default% | Default maximum (without bonuses) | 80 |
%emakiattribute_resource_<id>_bonus% | Bonus maximum | 20 |
%emakiattribute_resource_<id>_percent% | Resource percentage (0~100) | 85.5 |
Examples
%emakiattribute_resource_health_current% → 85.5
%emakiattribute_resource_health_max% → 100
%emakiattribute_resource_health_percent% → 85.5
%emakiattribute_resource_mana_current% → 50
%emakiattribute_resource_mana_default% → 80