Skip to main content

Documentation Index

Fetch the complete documentation index at: https://pictogram.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Pictogram has support for PlaceholderAPI, allowing you to use your registered images as placeholders anywhere that supports PlaceholderAPI parsing.
This feature requires both PlaceholderAPI and PacketEvents to be installed on your server.

Placeholders

PlaceholderDescription
%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:
settings:
  packet-formatter: false