MythicPrefixes | A tag plugin that has BUFF and actions system! | 1.13 - 1.21.8 icon

MythicPrefixes | A tag plugin that has BUFF and actions system! | 1.13 - 1.21.8 -----

Add MMO stat - Use libreforge effect - A tag plugin that has BUFF system!




Enligsh:
  • Fixed the issue where the normal Paper server would be recognized as a Folia server after Paper-1.21.8-Build # 53.
中文:
  • 修复了自 Paper-1.21.8-Build #53 以后会将正常 Paper 服务端识别为 Folia 服务端的问题
----------, Aug 29, 2025

  • Added those new actions:
    • add_prefix
    • remove_prefix
  • Added those new condition for premium version:
    • equipped_prefix
    • equipped_prefix_amount
    • effected_prefix_amount
  • Added support for set condition for tag effects.
    • In conjunction with the condition system, you can set the effect to not be activated when players equip tags.
  • Some other small fixes and changes.
----------, Aug 11, 2025

  • Force make all prefix end action execute in main thread, should fix issue when quit the server in some case.
  • The strategy for the free version has been adjusted: MythicMobs and AuraSkills effects can now be used in the free version, but you can only set effects for up to 3 prefixes now.
----------, Jul 28, 2025

  • Force make all prefix end action execute in main thread, should fix issue when quit the server in some case.
  • The strategy for the free version has been adjusted: MythicMobs and AuraSkills effects can now be used in the free version, but you can only set effects for up to 3 prefixes now.
----------, Jul 28, 2025

  • Fixed plugin print error when stop the server if MySQL is enabled.
  • Fixed custom item lore always try read default values.
----------, Jul 15, 2025

  • Added those placeholders.
    • %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.
  • Now if your display placeholder ID or prefix ID includes _ symbol, you can replace them to - symbol to avoid plugin may not parse them correctly.
  • Small fixes.
----------, Jul 12, 2025

  • Fixed plugin print error when player join or quit server in some case.
----------, Jul 7, 2025

  • Fixed plugin print error when using Folia in some case.
----------, Jul 5, 2025

  • Added "config-files.force-parse-mini-message" option in config.yml file. If set to true, you can still use mini message if the place you used is not support MiniMessage.
----------, Jul 2, 2025

English:
  • Added MiniMessage format support for Action Format feature.
中文:
  • 为动作语句增加了 MiniMessage 格式支持。
----------, Jun 29, 2025

English:
Be careful! This version has changed a lot of code. It has not been tested by many users. Unless you are running a small server, please do not use it for production. The latest stable version is: 1.6.11.
  • Added full MiniMessage support. Except for a few cases, the plugin supports the use of the MiniMessage format almost everywhere.
    • For Paper server users above 1.17.1, you will automatically use the MiniMessage format and the Color Parser built into the plugin will no longer be available.
    • However, we certainly consider that it is quite troublesome to convert the built-in Color Parser of the plugin into MiniMessage, and many users still like our Color Parser. In the past, two characters (&e) could solve the problem, but now multiple characters (<yellow>) are required. Therefore, Paper users above 1.17.1 can still use the Built-in Color Parser, and we will automatically convert it to MiniMessage format for you.
  • The plugin will be split into two versions, Paper version and Spigot version.
    • Paper users with versions above 1.17.1 will use the Paper version, otherwise you will use the Spigot version. They just use different APIs, and the other functions they provide are basically the same, unless it is clearly stated in the Wiki that this function is only available in the Paper version.
    • For this reason, the paper-api section of the config.yml file will no longer be available.
  • Fixed an issue where the plugin would fail in versions lower than 1.17.1, because the plugin incorrectly called some code that was only available in versions 1.17.1 and above.
  • Added automatic item translation function. For Paper version users, we can automatically display the name of the item according to the player's client language.
  • Added parse-color option in display placeholder config. If disabled, MythicPrefixes won't parse color in display placeholder and will pring raw MiniMessage format instead.

中文:
小心!这个版本更改了大量的代码,它没有经过许多用户的实际测试,除非你运行的是小型服务器,否则请不要将其用于生产环境,最新的稳定版本是:3.6.8。
  • 新增了完全MiniMessage支持,除了少数情况外,插件几乎所有的地方都支持使用MiniMessage格式。
    • 对于1.17.1以上的Paper服务端用户,您将自动使用MiniMessage格式,插件内置的Color Parser将不再可用。
    • 不过,我们当然考虑到将插件内置的Color Parser转换成MiniMessage相当麻烦,而且很多用户还是喜欢我们的Color Parser,在以前,两个字符(&e)就能解决的事情,现在需要多个字符(<yellow>)。因此,1.17.1以上的Paper用户依然可用使用Built-in Color Parser,我们将会帮你自动将其转换为MiniMessage格式。
  • 插件将拆分为两个版本,分别是Paper版本和Spigot版本。
    • 1.17.1以上版本的Paper用户将使用Paper版本,否则您将使用Spigot版本。它们只是调用的API不一样,其他提供的功能基本一致,除非在Wiki明确表述这个功能只在Paper版本中提供。
    • 因为这个原因,config.yml文件中的paper-api部分将被不再可用。
  • 修复了插件在低于1.17.1版本的情况下会出现错误的问题,这是因为插件错误调用了一些只在1.17.1以上版本提供的代码。
  • 新增了物品自动翻译功能,对于Paper版本用户,我们可以自动根据玩家的客户端语言显示物品的名称。
  • 对于低于版本1.16的用户,我们新增了自动将Hex色转换为common色的功能,避免出现调用Hex色导致插件消息的颜色看起来非常诡异。
  • 新增 “parse-color” 选项在显示变量符配置中。如果关闭,插件会显示原 MiniMessaage格式 的文本。
----------, Jun 28, 2025

English:
  • Fix some minor issues.
中文:
  • 修复了一些小问题。
----------, Jun 5, 2025

English:
  • For users of versions lower than 1.16, we have added a new function to automatically convert Hex colors to common colors to avoid the situation where the colors of plugin messages look very strange due to calling Hex colors.
  • Added the 'always-display-default-prefixes' option to the display placeholder configuration file. If set to true, even if the player equips any tag, we will still auto equip the default tag that set in default-prefixes option.
  • Added the 'cache.remove-delay' option in config.yml file. Default to -1 which means disable.

中文:
  • 对于低于版本1.16的用户,我们新增了自动将Hex色转换为common色的功能,避免出现调用Hex色导致插件消息的颜色看起来非常诡异。
  • 为 display placeholder 的配置文件新增了 always-display-default-prefixes 选项,如果设置为 true,则即使玩家有穿戴任意称号,我们也会为其增加 default-prefixes 选项所设置的默认称号。
  • 在 config.yml 文件中新增 'cache.remove-delay' 选项,默认值 -1,即代表不使用。
----------, Jun 4, 2025

  • Added support for set max prefixes amount per group.
----------, May 10, 2025

  • Fixed plugin ger error if MythicMobs not installed.
----------, Mar 9, 2025

  • Added AuraSkills stat support. (Premium)
  • Fixed when set cache.load-mode to JOIN, prefix sometimes auto unequip when rejoin the server.
  • Effects config in tags has changed, you need reconfigure them.
----------, Feb 28, 2025

  • Added click actions feature for condition not meet and max limit reached in each prefix configs. (Premium version only)
  • Fixed bypass permission does not work in some case.
  • Improved %mythicprefixes_prefix_xxx% placeholder display.
----------, Feb 13, 2025

  • Added /prefix parseplaceholder command.
  • Added tag group feature. (Premium version only)
----------, Feb 6, 2025

  • Split the configuration of display placeholders separately into the show_placeholders folder instead of consolidating them into the config.yml file.
----------, Feb 4, 2025

  • Removed filter item support in free version.
  • Added null catcher for MMO effect.
  • Fixed plugin get error when use /prefix opengui command sometimes.
  • Fixed plugin auto unequip all prefix when use /prefix reload command.
----------, Feb 3, 2025

  • Added default-prefixes option for display placeholder. (Premium version only)
  • Added Folia support.
----------, Jan 1, 2025

  • Added cache config section in config.yml file.
----------, Nov 5, 2024

  • Changed action and condition format to modern ones used in UltimateShop v3. YOU NEED REGENERATE YOUR CONFIG TO USE THIS VERSION!
----------, Oct 23, 2024

  • Updated default config.yml file.
----------, Oct 20, 2024

  • Added auto-hide option in each prefix configs, if set to true, prefix will auto hide in GUI when it does not meet condition to use.
  • Plugin won't regenerate(update) GUI button to improve plugin performance.
----------, Oct 14, 2024

  • Added filter item into prefix GUI. Now supports filter using prefixes and prefixes can use.
----------, Oct 13, 2024

  • Added new null catcher.
----------, Sep 28, 2024

  • Fixed skull can not display in latest 1.21.1 server core.
  • Added new skull get method, you can enable it at use-component.skull option in config.yml. (Paper only)
----------, Sep 19, 2024

  • Fixed HIDE_ATTRIBUTES item flag does not work for item does not have attribute modifier in 1.20.6 and higher version.
    • This is a bug from Mojang and we can do nothing for this. Plugin will auto add empty attribute modifier if you add hide attributes flag to solve this problem.
----------, Sep 8, 2024

  • Added empty-display option in display placeholder configs.
----------, Aug 23, 2024

  • Fixed plugin print error when using command tab complete in some case.
----------, Aug 9, 2024

  • Added forbid-click-outside option in GUI options.
  • Fixed player can drag item into self inventory by double click in some case.
  • Added permission check for command tab complete, if player don't has permission to use sub command, we won't display it at command tab now.
----------, Jun 24, 2024

  • Fixed {display-value} does not work in display item lore.
  • Fixed when using plugin PlaceholderAPI will lead to the prefix be unlocked.
----------, Jun 15, 2024

  • Removed error message when regenerate cache object for joined player.
----------, May 28, 2024

  • Fixed effect and entity_spawn at remote location action does not work as well.
----------, May 6, 2024

  • The language files will be stored separately in the languages folder, message.yml file is no longer used.
  • Added zh_CN language file.
  • Added language option in config.yml.
  • Added auto-save.hide-message option, if set to true, we will no longer display auto save message at console.
  • Added /prefix help command.
----------, May 3, 2024

  • Added 1.20.5 support.
----------, Apr 25, 2024

  • Now repackaging EasySQL dependencies.
  • Updated default prefix config.
----------, Apr 23, 2024

  • Fixed plugin print error when disable plugin is some case.
----------, Apr 13, 2024

  • Fixed player data sync for BungeeCord sync.
----------, Mar 19, 2024

  • Improved plugin performance in some case.
  • Removed {max} and {now} placeholder in GUI title because they can not be refreshed.
----------, Feb 18, 2024

  • Fixed /prefix setprefix doesn't clear player's active tags before add specified tag for players.
  • Fixed /prefix removeprefix actually add tag for players in console.
----------, Feb 17, 2024

  • Updated default config.yml file.
----------, Feb 10, 2024

  • Now Placeholder in tag will also translated by color parser.
  • Fixed built-in placeholder does not work with display-item simply version.
----------, Jan 31, 2024

  • Fixed player can shift drag item into prefix GUI.
----------, Jan 29, 2024

  • Fixed component support.
----------, Jan 29, 2024

  • Let us say Hello to adventure component. Start from this version, UltimateShop will fully support text using component format, including:
    • Message send by our plugins.
    • Item from our plugins.
    • GUI title in our plugins.
    • The component support use custom font, style, click(hover) event and so on. It's more modern but not easy to use.
  • Legacy color format is still support if you didn't enable use-component option in config.yml.
  • Now GUI title will also support use PlaceholderAPI's placeholder.
----------, Jan 23, 2024

  • Now tag GUI title also support {max} and {now} placeholder to display page number.
----------, Jan 20, 2024

  • Added MySQL database support.
  • Added auto save feature.
  • Fixed when player use command with wrong then plugin send command error message in console instead of send to player.
----------, Jan 19, 2024

  • Added %mythicprefixes_prefix_<prefixID>_<displayPlaceholderID>% placeholder.
----------, Jan 18, 2024

  • Improved weight sort, before: [tag1, tag10, tag2, tag3], now: [tag1, tag2, tag3, tag10].
  • Improved libreforge hook holder.
----------, Jan 14, 2024

  • Updated default prefix configs.
----------, Jan 14, 2024

  • Added equip-actions, unequip-actions and circle-actions in prefix configs.
  • Added /prefix opengui <player> usage in console.
----------, Jan 14, 2024

  • Fixed prefix display problem in last page.
----------, Jan 13, 2024

  • No longer package EasySQL project, server will auto download this when plugin is first load.
  • Fixed /mythicprefixes reload does not reload the config sometimes.
  • Fixed prefix-item-slots does not work as well.
  • Added custom item in tag GUI.
----------, Jan 13, 2024

  • Added mythicprefixes.bypass.<prefixID> permission to bypass condition check.
  • Now use addprefix command will also check whether player has meet condition and reach max limit.
  • Fixed max amount using prefix check.
----------, Jan 12, 2024

  • Replaced with new plugin: MythicPrefixes!
----------, Jan 12, 2024

Resource Information
Author:
----------
Total Downloads: 5,588
First Release: Mar 27, 2022
Last Update: Aug 29, 2025
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings