# PlaceholderAPI Placeholders ForceResourcepacks provides a set of placeholders for [PlaceholderAPI](https://www.spigotmc.org/resources/6245/). You can use them in any plugin that supports PlaceholderAPI. The placeholders are prefixed with `frp_`. You can find a list of all placeholders below. ## Placeholders ### %frp_pack% Returns the name of the resourcepack that was sent to the player. ### %frp_storedpack% Returns the name of the resourcepack that was stored for the player on the server. ### %frp_pack__online% The amount of players online that have selected a certain pack ### %frp_pack__stored% The amount of players total that have a certain pack stored ### %frp_status% Returns the [status](statuses) of the resourcepack prompt. ### %frp_status_% Whether the player has the status, returns `true` or `false ### %frp_status__% Whether the player replied with a certain status on a pack, returns `true` or `false`