🔗Compatibility

Direct compatibility

Directly supported stat plugins list

You can add those plugins stat as prefix effect bonus.

  • MythicLib (Support stat from MMOCore or MMOItems)

  • MythicMobs

  • AuraSkills

PlaceholderAPI: Extra placeholders

MythicPrefixes provides those new placeholders to PlaceholderAPI!

%mythicprefixes_<displayPlaceholderID>%

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

If you don't know what does displayPlaceholderID mean, please view this page first. If your display placeholder ID or prefix ID includes _ symbol, you can replace them to - symbol, otherwise plugin may not parse them correctly.

%mythicprefixes_prefix_<prefixID>_<displayPlaceholderID>%

Use this placeholder can display player's using tag then plus the specifie tag, perfect for people want to help player preview the tag.

%mythicprefixes_prefix_<prefixID>% - PREMIUM

Display the prefix only.

%mythicprefixes_no_<displayPlaceholderID>_<number>% - PREMIUM

Display the Xth tag of the current display placeholder. For example: %mythicprefixes_no_chat_2% means the second tag displayed in chat display placeholder.

%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.

%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