Skip to content

Placeholders

wiicart edited this page May 3, 2025 · 3 revisions

Strings provided placeholders available via PlaceholderAPI

  • %strings_active_channel% - provides a user's active channel.
  • %strings_chat_color% - provides a user's chatcolor.

To use these placeholders, you just need to have Strings and PlaceholderAPI installed.

Using placeholders in Strings

PlaceholderAPI placeholders are supported in chat messages sent via Strings.

  • To enable placeholder usage, ensure placeholder-api is set to true in config.yml.
  • If you want placeholders that are sent in player's messages to be processed, enable process-in-chat-placeholders in config.yml
    *Players using in-chat placeholders will need the permission strings.chat.placeholdermsg.

Clone this wiki locally