Skip to content

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

emakiattribute

Attribute Values

PlaceholderDescriptionExample
%emakiattribute_<attribute_id>%Player's current computed attribute value125.5
%emakiattribute_power%Player's overall combat power3680

<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%              → 3680

Resource Values

Resource placeholder format: %emakiattribute_resource_<resource_id>_<field>%.

PlaceholderDescriptionExample
%emakiattribute_resource_<id>_current%Current resource value85.5
%emakiattribute_resource_<id>_max%Current maximum (including bonuses)100
%emakiattribute_resource_<id>_default%Default maximum (without bonuses)80
%emakiattribute_resource_<id>_bonus%Bonus maximum20
%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

Released under the GPL-3.0 License