> ## Documentation Index
> Fetch the complete documentation index at: https://pictogram.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Support for PlaceholderAPI

# PlaceholderAPI

Pictogram has support for [PlaceholderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI), allowing you to use your registered images as placeholders anywhere that supports PlaceholderAPI parsing.

<Warning>
  This feature requires both [PlaceholderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI) and [**PacketEvents**](https://github.com/retrooper/packetevents) to be installed on your server.
</Warning>

## Placeholders

| Placeholder                | Description                             |
| -------------------------- | --------------------------------------- |
| `%pictogram_image:<name>%` | Displays the image with the given name. |

Replace `<name>` with the ID of any image registered in your `images` config. For example, `%pictogram_image:pictogram_tag%` would display the `pictogram_tag` image.

***

## Configuration

Because Pictogram injects these images using packets, you have the ability to toggle this formatting behavior. If you wish to disable PlaceholderAPI image formatting, you can do so in your configuration file:

```yaml theme={null}
settings:
  packet-formatter: false
```
