PlaceholderAPI

Actions exposes a PlaceholderAPI placeholder for every action you create, so other plugins can read whether an action's conditions are currently met. This lets you reuse an action's conditions anywhere a placeholder is accepted, e.g. EcoShop.

PlaceholderDescription
%actions_<id>_is_met%Returns 1 if the action's conditions are met for the player, or 0 if not. Replace <id> with the action's file name.

For example, an action file named vip_zone.yml is read with %actions_vip_zone_is_met%. The placeholder evaluates the conditions section of that action against the player; the effects section is not involved.


Where to go next