🔗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 - Premium

  • AuraSkills - Premium

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.

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