Improve
- Optimized the logic of the auto reset feature.
Database Improve
- The plugin's performance when processing database data has been optimized. This update requires sustained feedback from the community, as I, as the author, don't have that many "players" to test it with.
GUI Update
- Added new action: update_gui.
- Added new action: update_title.
- Added new command: /shop updateguititle.
- Added new option: menu.title-update.circle-update, if set to true, we will update gui title every second when player open GUI.
- Fixed gui title can not parse placeholder when use title update feature.
- Other fixes.
Fix
Fixed MySQL database does not work as well start from 4.1.0.
Major Update
English:
- Added /shop updategui command.
- Added support for automatically updating the player's GUI when resetting buy times, sell times, and random placeholders.
- The display item for 'buy more menu' can now display up to 99 quantities.
- The default configuration file has been updated, enabling some useful features by default.
- ItemFormat Update: Fixed item damage can not being set to 0.
- Improved database codes.
中文:
- 添加了 /shop updategui 指令。
- 新增支持在重置buy times和sell times,random placeholder时,自动更新玩家的GUI。
- buy more menu的display item现在最多能够显示99数量。
- 更新了默认配置文件,将一些好用的功能默认开启。
- ItemFormat更新:修复物品的 damage 不能设置为0。
- 数据库代码改进。
Display Item Add Lore Update
English:
- We plan to end support for versions below 1.20.5 (excluding 1.20.5) starting in January 2026.
- The "add lore" feature for display items now supports using multiple conditional symbols simultaneously.
- Added support for negation of conditional symbols.
- The suffix in display item add lore has been removed, and all suffixes have been merged into the conditional symbol (i.e., the prefix).
中文:
- 我们计划将在2026年1月起结束对1.20.5以下版本的支持(不包括1.20.5)。
- 在 display item add lore 功能中现在支持同时使用多个conditional symbol。
- 新增支持 conditional symbol 的否定用法。
- 移除了 suffix,所有suffix全部合并到conditional symbol(即prefix中)。
Improve
- The secret-shop-items option is now set in each shop configuration file instead of being uniformly set in config.yml.
- Items that have been hidden due to the secret shop items feature will no longer be tradable, instead of just being hidden in previous versions.
- You can now set secret rules in the config.yml file to consider hiding items based on the conditions met.
Improve
- Now if you enable menu.secret-shop-items option, if player does not meet the condition for opening shop menu, other ways interact to the product like sell all, quick buy or sell command won't work to this product too.
Improve
- Added {time} placeholder support in log transaction feature.
Improve
- Added time-offset section in config.yml file.
Improve
- Added error catcher for debuild item methods.
Fix
- Fixed max times option in use times configs does not work as well in some case.
Added 1.21.9-1.21.10 version support.
- Removed dynamic title feature.
Minor Update
- Added new action: title, particle.
- Fixed plugin print error if packetevents not installed in some case.
- Fixed sell stick feature does not work on Folia servers
Dynamic title update
- Added dynamic titles support in menu, for more info, please view plugin wiki:
Fix
- Fixed chance action does not work as excepted.