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
emakistrengthenMain 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.
| Placeholder | Description | Example |
|---|---|---|
%emakistrengthen_mainhand_star% | Current star level | 7 |
%emakistrengthen_mainhand_temper% | Temper level | 3 |
%emakistrengthen_mainhand_recipe% | Enhancement recipe ID | weapon_physical |
%emakistrengthen_mainhand_eligible% | Whether the item can be enhanced | true / false |
%emakistrengthen_mainhand_success_count% | Historical success count | 15 |
%emakistrengthen_mainhand_failure_count% | Historical failure count | 8 |
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