PlaceholderAPI Placeholders
EmakiForge provides a set of PlaceholderAPI external placeholders for use in scoreboards, quest systems, achievement systems, and any PAPI-compatible plugin.
Prerequisite
PlaceholderAPI must be installed on the server. EmakiForge will automatically detect and register on startup — no manual configuration needed.
Identifier
emakiforgeCrafting History
| Placeholder | Description | Example |
|---|---|---|
%emakiforge_craft_count_<recipe_id>% | Player's craft count for a recipe | 12 |
%emakiforge_has_crafted_<recipe_id>% | Whether the player has crafted a recipe | true / false |
%emakiforge_total_crafts% | Total craft count across all recipes | 47 |
<recipe_id> corresponds to the recipe ID in recipe definition files.
Examples
%emakiforge_craft_count_flame_sword% → 12
%emakiforge_has_crafted_flame_sword% → true
%emakiforge_total_crafts% → 47Guarantee Counter
| Placeholder | Description | Example |
|---|---|---|
%emakiforge_guarantee_<key>% | Current guarantee counter value | 3 |
The guarantee key is defined in the recipe's guarantee configuration. When the counter reaches the threshold, a guaranteed success is triggered and the counter resets.
Examples
%emakiforge_guarantee_flame_sword_quality% → 3