Custom Prefix Update
- This version just for test, do not use it in production environment!!!
- Added custom prefix feature.
- Dynamic Prefix lets players submit a custom display value for a prefix and lets administrators review it before it becomes active. It is designed for custom personal labels, and other player-entered prefix values that should be moderated first.
- Reworked default configs, now the GUI is more beautiful than before.
- Fixed some filter item does not parse lang placeholder in bedrock form UI.
- Added auto hide item with empty name in bedrock form UI.
Improve
- Added hook-item-method option in config.yml file.
- Added menu.anti-dupe-checker option in config.yml file.
- GUI Open method and unregister method now force run in main thread.
Improve
- Language missing key updater will use server language value first.
Fix
- Fixed plugin will print error when use skull item with base64 data in Spigot server.
Fix
- Fixed potion item can not being generated in Spigot server in some server versions.
Fix
- Fixed plugin can not load at Paper-1.17.1 version.
Improve
- If player client language does not exist in your plugin language file, it will use default language file instead of the en_US.yml file.
Improve
- Added new action: action_bar.
- Added support for use built-in placeholder in lang placeholder.
Fix
- Fixed language option in config.yml does not work since 4.2.0.
Database Improve
- The per player language feature has been added, which allows you to determine the language displayed by the plugin based on the language of different players' clients.
- The advanced message format feature has been added, allowing you to display not only messages in the regular chat box, but also support for action bars, titles, boss bars, and sounds.
- The language placeholder feature has been added, allowing for the display of customized language texts for different client languages.
- Improved database codes.
Title Update Support
- Added support for display dynamic value in choose prefix GUI's title. We will auto update title each click.
- Added {now} and {max} placeholder support in choose prefix GUI's title.
- You can now display page info at choose prefix GUI. (Require enable title update feature, require premium version, require server install packetevents)
Fix
- Fixed common buttons trigger equip or unequip prefix in some case.
Improve
- Added new action: title, particle.
Improve
- Ignored double click in prefix GUI.
- Fixed MythicMobs stat only active for one prefix.
- Added tooltip-style and item-model support in ItemFormat.
Fix
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 服务端的问题
Condition support in tag effects!
- Added those new actions:
- 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.
Fix
- 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.
Fix
- Fixed plugin print error when stop the server if MySQL is enabled.
- Fixed custom item lore always try read default values.