
UltimateShop 3.6.8
Free, open source - Flexible features - Best hook eco/item system - Folia support!
2.8.6
Oct 13, 2024
2.8.6
- Added /shop givesaveitem command.
- Added new save item method, this new method can 100% save item data, no data will lose. (Paper and 1.15+ server only)
- Added paper-api.skull and paper-api.save-item option in config.yml file.
2.8.5
Oct 1, 2024
2.8.5
- Fixed possible issue when using PlaceholderAPI's extension.
- Little improved the performance of cache system.
2.8.2
Sep 26, 2024
2.8.2
- Updated default shop configs to avoid sell price is higher than buy price in dynamic price.
2.8.1
Sep 19, 2024
2.8.1
- 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)
2.8.0
Sep 16, 2024
2.8.0
- Added new price/product type: Free and Custom.
- Added give-actions option for each single product and price.
- By this update, UltimateShop almost all custom item and economy plugins! For more info, please view plugin Wiki.
2.7.4
Sep 8, 2024
2.7.4
- 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.
2.7.0
Aug 24, 2024
2.7.0
- Added new give item method: SMART.
- Updated default buy more menu config, it will display item amount now.
- Added inventory full check for SMART give item method.
- Fixed {status} placeholder display in sell all and sell stick message.
2.6.4
Aug 20, 2024
2.6.4
- Fixed sell stick will disappear in sometimes. (Premium version only)
- Fixed -m conditional symbol does not work correctly when disable buy-more option in product configs.
- Updated default config.yml file.
2.5.7
Aug 9, 2024
Small fixes
- Fixed old placeholderapi extansion format does not work after 2.5.6.
- Fixed plugin print error when using command tab complete in some case.
2.5.6
Aug 6, 2024
PlaceholderAPI Extension Update
- Fixed {buy-server-limits} display sell server limits and {sell-server-limits) display buy server limits in PlaceholderAPI extension.
- Added new format into PlaceholderAPI extension to allow you use PlaceholderAPI extansion's placeholder in our plugin.
2.5.4
Aug 3, 2024
Small fixes
- Fixed when use geneerateitemformat command, plugin sometimes print error in 1.21 version.
2.5.1
Jul 24, 2024
Action Update
- Added action prefix! You can now set action prefix to make this action only run with specifed click type, like only left click can active this action.
- Added fail-actions for menus and products! If you fail to buy/sell product or fail to meet the condition of a button, the fail action will run! You can use it play fail sound!
- Now buy-actions, sell-actions and fail-actions will auto merge shop config's general value and product config's value to make actions system more easy to use. (Like put sound at shop general configs, then put command at product configs, no need to copy sound action to all product's buy and sell actions!)
- Added custom click event in shop GUI, you can set action in custom click event, like setting shift left click to buy one stack of the product instead of open buy more menu. (Premium version only)
- Fixed default fish shop does not generate when first start the plugin.
- Fixed default main menu has wrong symbol in fish shop item lore.
- Now if all display-item-conditions do not meet the condition, we will auto hide the button instead of put a stone at GUI.