Skip to content

PlaceholderAPI Placeholders

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

Prerequisite

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

Identifier

emakistrengthen

Main Hand Enhancement State

All placeholders read from the player's current main hand item. If the item has no enhancement data, numeric values return 0, booleans return false, and strings return empty.

PlaceholderDescriptionExample
%emakistrengthen_mainhand_star%Current star level7
%emakistrengthen_mainhand_temper%Temper level3
%emakistrengthen_mainhand_recipe%Enhancement recipe IDweapon_physical
%emakistrengthen_mainhand_eligible%Whether the item can be enhancedtrue / false
%emakistrengthen_mainhand_success_count%Historical success count15
%emakistrengthen_mainhand_failure_count%Historical failure count8

Examples

%emakistrengthen_mainhand_star%             → 7
%emakistrengthen_mainhand_temper%           → 3
%emakistrengthen_mainhand_recipe%           → weapon_physical
%emakistrengthen_mainhand_eligible%         → true
%emakistrengthen_mainhand_success_count%    → 15
%emakistrengthen_mainhand_failure_count%    → 8

Released under the GPL-3.0 License