
UltimateShop-Premium 3.10.2
Discount - Sell stick - Bedrock support - AE Support - So many other features!
3.10.2
15 hours ago
Example Files Update
- Updated example files for example shop and example daily shop, if you already generated them, try delete your UltiamteShop configs and they will auto regenerate new example files.
- Other small fixes and changes.
3.10.1
2 days ago
API Improve
- API Improve.
- Added ShopHelper class to help developer quickly get target product or buy/sell price from ItemStack object.
- Added /shop search command.
- This command currently only mentions text output of target product information, and in future versions it will mention GUI display of search results. Thanks to this API improvement, we plan to add the instruction/shop sellhand in the future.
- Other small fixes and changes.
3.10.0
7 days ago
Menu Update
- Added dynamic-layout option in menu configs, you can now use dynamic values in layout option. (Premium version only)
- Added multi characters support in product ID and button ID, for more info, please view plugin Wiki.
- Users using MySQL before this update need delete old database to use multi characters in product or button ID, otherwise plugin will print error.
- Fixed plugin print error when disable server if MySQL enabled.
- Added take option in single thing configs, if set to false, plugin will consider the item be a requirement and will not cost it after player buy or sell the product.
- Fixed change-item option in ItemFormat does not work in latest version of MythicChanger.
- Some other fixes and changes.
3.9.4
11 days ago
Action Improve
English:
- Fixed the issue where actions would be triggered repeatedly based on the quantity of items in the shop if the quantity of items is greater than 1.
- Added take-actions support in single thing configs.
- Fixed {amount} built-in placeholder sometimes print wrong value.
- Some other fixes.
中文:
- 修复了如果商店本身物品数量大于1的情况下,actions会根据物品数量重复触发的问题。
- 在单条目配置中新增了 take-actions 选项的设定。
- 修复了 {amount} 变量符在一些情况下在返回错误的值。
- 一些其他问题的修复。
3.9.3
14 days ago
Sell All Improve
English:
- Recoded some part of sell all feature, which now better supports products using the CLASSIC_ANY mode.
- Added sell-all option for product configuration. If set to false, the product cannot use sell all.
- Some fixes.
中文:
- 重写了 sell all 功能的一些代码,现在更好的支持使用 CLASSIC_ANY 模式的商品了。
- 为商品配置新增了 sell-all 选项,如果设置为 false,则该商品不能使用 sell all。
- 若干问题修复。
3.9.2
30 days ago
Cron Reset Mode Update
- Added COOLCOWN_CUSTOM reset mode in auto reset feature. (Premium version only)
- Added cron built-in placeholder.
- Fixed typo in updatemysqltable command.
3.9.1
Jul 20, 2025
Minor Update
- Added MiniMessage format support in auto add lore feature.
- Added modify-lore option support in buy more menu confirm item configs.
- Added {amount} and {item-name} placeholder support in display item's lore.
3.9.0c
Jul 14, 2025
Legacy Save Item Support
English:
- A recent update to the Paper server recode the Save Item system, which caused Save Item files generated in previous versions to throw errors when read in later versions. This update fixes that issue and encourages users to proactively update their Save Item files to the new format.
中文:
- 此前的更新为 Paper 服务端重置了 Save Item 系统,这导致之前版本生成的 Save Item 文件在后续版本中读取会报错,这个更新修复了这个问题,并引导用户积极的将 Save Item 文件更新到新版本格式。
3.9.0
Jul 12, 2025
Placeholder Improve
- Now if your shop ID includes _ symbol, you can replace them to - symbol to avoid plugin may not parse them correctly.
3.9.0
Jul 5, 2025
3.9.0
Jul 4, 2025
3.9.0
- Added those new built-in placeholders:
- {buy-total-player}
- {buy-total-server}
- {sell-total-player}
- {sell-total-server}
- {last-reset-buy-player}
- {last-reset-buy-server}
- {last-reset-sell-player}
- {last-reset-sell-server}
- For MySQL users: you have to use command /shop updatemysqltable command to update your MySQL table format to new version then restart the server.
- Fixed lastBuyTime and lastSellTime sometimes not saved.
- Fixed cooldownResetTime not saved in some case.
- Fixed item name not display correctly in some case.
- Some other fixes.
3.8.2d
Jun 29, 2025
3.8.2c
Jun 22, 2025
3.8.2c
Jun 11, 2025
Add new option
English:
- 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.
3.8.2b
Jun 4, 2025
3.8.2b
English:
- Fixed bedrock form UI does not work as well.
中文:
- 修复基岩版 Form UI 不能正常工作的问题。