Skip to content

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

emakiforge

Crafting History

PlaceholderDescriptionExample
%emakiforge_craft_count_<recipe_id>%Player's craft count for a recipe12
%emakiforge_has_crafted_<recipe_id>%Whether the player has crafted a recipetrue / false
%emakiforge_total_crafts%Total craft count across all recipes47

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

Guarantee Counter

PlaceholderDescriptionExample
%emakiforge_guarantee_<key>%Current guarantee counter value3

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

Released under the GPL-3.0 License