Display Placeholder

%mythicprefixes_<displayPlaceholderID>%

You can use this PlaceholderAPI's placeholder at other plugins (like chat, scoreboard) to display player's using tag.

If you don't know what does displayPlaceholderID mean, please view this page first.

Use %mythicprefixes_prefix_<prefixID>_<displayPlaceholderID>% can display player's using tag then plus the specifie tag, perfect for people want to help player preview the tag.

%mythicprefixes_amount%

This placeholder will display the amount of player's using tag.

You can set the maximum number of tags that players can use simultaneously in the config.yml file.

max-prefixes-amount:
  default: 1
  vip: 2

max-prefixes-amount-conditions:
  vip:
    - 'permission: group.default'

In this example, by default, players can only use one title at the same time, but VIP players can use two.

%mythicprefixes_status_<prefixID>%

This placeholder will display specified prefix's status for a player.

Possible values: https://github.com/PQguanfang/MythicPrefixes/blob/master/src/main/java/cn/superiormc/mythicprefixes/objects/PrefixStatus.java

%mythicprefixes_max%

Display the max amount of tags that player can use simultaneously.

Last updated