
UltimateShop 3.8.2
Free, open source - Flexible features - Best hook eco/item system - Folia support!
1.10.3
Jan 27, 2024
1.10.3
- Huge improve to the price placeholder display, now if similar price will be merged to display.
- Before your product has 2 prices and it will display like: 5 coins, 2 coins, now: 7 coins.
- Fixed player can drag item into gui by shift left click item which has been fixed 1.5.1 but now it was rediscovered again because 1.8.0 GUI rewrite.
- Improved CLASSIC_ANY mode product will display only 1 picked price instead of print all available price.
- Added replace-new-line-symbol option. If you don't want to use the new line symbol (;;) in the chat box after using it, you need to replace it with this option.
1.10.0
Jan 23, 2024
1.10.0
- 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.
- Added support for sell suspicious sand/gravel which includes loot item.
- Now GUI title will also support use PlaceholderAPI's placeholder.
1.9.9
Jan 20, 2024
1.9.9
- Now you can set add-lore option per product. Which means you can set different price, stock display format for different products.
- Added bStats.
1.9.7
Jan 18, 2024
1.9.7
- Price is now display sorted by it's ID instead of random sort.
- Added ";;" symbol as new line in placeholder, useful for some people want to display price in multi lines.
1.9.6
Jan 15, 2024
1.9.6
-
Improved the buy more menu. In the past, buying and sellling were done using the same button in buy more menu, and players may have accidentally purchased so many items due to incorrect left clicking (because left click is buy, right click is sell by default). Now this issue has been resolved.The buy more menu now distinguishes between purchase confirmation items and sellling confirmation items, as you can see examples on the wiki.
1.9.4
Jan 14, 2024
1.9.4
- Fixed can not get player cache if player joined the server when server is not fully started.
1.9.3
Jan 13, 2024
1.9.3
- No longer package EasySQL project, plugin will auto download it after first load. UltimateShop is now 300kb+ smaller than before!
- Added menu.use-component-title option in config.yml. (Paper only)
- Added font option in each menu configs, this option is default to hide and if enabled plugin will use the new font as menu title. (Paper only)
- Added menu.sell-all.black-slots option, can set which slot can not place the item player want to sell.
- Added multi page support for choose shop GUI and choose product GUI in GUI Editor.
1.9.2
Jan 12, 2024
1.9.2
- Breaking cache system change:
- Changed player cache map to ConcurrentHashMap which is thread safe.
- Keep the operation of deleting player cache until the end to fixed plugin sometimes say "Can not save player xxx data".
1.9.0
Jan 10, 2024
1.9.0
- Technically speaking, UltimateShop now uses BigDecimal instead of the previous double type data to calculate the price of products. For decimal calculations, UltimateShop's current calculations will be more accurate.
- GUI Editor now supports edit the items included in the product, and also create new items for products.
- GUI Editor now supports delete the items and the display item included in the product.
- Fixed MMOItems item always being parse item ID to "" in GUI Editor.
1.8.11
Jan 9, 2024
1.8.11
- Fixed plugin auto remove unbreakable flag when try get item from hook item plugins.