
UltimateShop-Premium 3.6.8
Discount - Sell stick - Bedrock support - AE Support - So many other features!
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.
1.8.8
Dec 31, 2023
1.8.8
- Fixed plugin will "eat" player's item in sell all GUI.
- Fixed price check problem encountered while detecting newer versions of MMOItems.
- This lead to if your server has MMOItems, plugin will has item price check problem with EcoItems, EcoArmor, NeigeItems.
- Improved /shop editor drag-item-to-set action.
1.8.7
Dec 29, 2023
1.8.7
- Removed GamePoints price hook, use CoinsEngine instead.
- Added null catcher for player cache.
1.8.6
Dec 28, 2023
1.8.6
- Added new action: entity_spawn.
- Spawn a zombie: entity_spawn: ZOMBIE
- Spawn a zombie at specified location: entity_spawn: ZOMBIE;;world;;0;;0;;0
- Fixed enchants option in Item Format does not support upper case.
1.8.5
Dec 24, 2023
1.8.5
- Added new option for Item Format, it is "add-lore"!
- "add-lore" option is similar to "lore", but this option will add extra lore at the end of the item instead of replace the item existed lore.
- Now "material" option in Item Format support the item that did not exist in server jar.
- Fixed GUI listener did not unregister after player close the UI.
1.8.4
Dec 23, 2023
1.8.4
- Removed /shopadmin commands. Include those commands below:
- /shopadmin createshop
- /shopadmin createproduct
- /shopadmin setproductbuyprice
- /shopadmin setproductsellprice
- Those commands are now be replaced to /shop editor command.
- New command: /shop editor.
- Required permission: ultimateshop.editor
- For now, shop editor can only change general settings in shop configs, it can not add/modify/delete product in shop, we will add those feature at next update, we just want invite everyone to help us testing shop editor with this simply change.
- If we found no problems or fixed all problems about shop editor, we will start begin add more features to shop editor.
- In-game GUI Editor is premium version feature.
- Improved language system.
- Now if plugin find your language file missing some keys, plugin will auto generate default value for it so you no need to manually update langauge file anymore.
- Now message.yml can be deleted after first load, if you delete it, plugin will generate new language file after next load. (not reload)
- Reworked GUI system, now it's codes are more clear.
1.8.3-Alpha
Dec 14, 2023
Snapshot
1.8.3-Alpha
Please carefully note that this is ALPHA version of UltimateShop, for production environment, please use 1.8.2 version which can be found and downloaded at Updates button at plugin page.
- Removed /shopadmin commands. Include those commands below:
- /shopadmin createshop
- /shopadmin createproduct
- /shopadmin setproductbuyprice
- /shopadmin setproductsellprice
- Those commands are now be replaced to /shop editor command.
- New command: /shop editor.
- Required permission: ultimateshop.editor
- For now, shop editor can only change general settings in shop configs, it can not add/modify/delete product in shop, we will add those feature at next update, we just want invite everyone to help us testing shop editor with this simply change.
- If we found no problems or fixed all problems about shop editor, we will start begin add more features to shop editor.
1.8.1
Nov 24, 2023
1.8.1
- Fixed player can not drag items in sellall UI.
- Also rework inventory manager codes.
- Now /shop quickbuy and /shop quicksell command can also be used in console with need put extra <player> arg at the end of the command, like /shop quickbuy test A Player1.
1.8.0
Nov 22, 2023
1.8.0
- Plugin size is 100kb+ smaller than now.
- Enchants and stored-enchants option in item format support third-plugin enchantments now.
1.7.12
Nov 10, 2023
1.7.12
- Now display-name option in product configs will also apply on display item.
1.7.11
Nov 10, 2023
1.7.11
- Added NeigeItems translate hook.
- Now plugin will auto translate vanilla item display name in shop if you have NeigeItems installed.
- Download NeigeItems here: Releases · ankhorg/NeigeItems-Kotlin (github.com)
1.7.10
Nov 9, 2023
1.7.10
- Fixed plugin sometimes get error when using /shop setbuytimes or /shop setselltimes.
- Fixed plugin data lose after using /shop reload.
1.7.9
Nov 6, 2023
1.7.9
- Added math support for amount option in Item Format.
- Fixed condition check issue.
1.7.8
Nov 5, 2023
1.7.8
- Improved bedrock GUI.
- Added info GUI, which will able display product info and let players choose whether they should buy or sell.
- Added -b suffix for display-item.add-lore, lines end with this will not display for bedrock players.
1.7.7
Nov 4, 2023
1.7.7
- Now menu option in shop configs is optional, you can now not set menu for a shop.
- Now plugin won't generate buy more menu for products that didn't enable buy-more option.
1.7.6
Nov 4, 2023
1.7.6
- Fixed use /shop reload will lead to server data lose.
- Added auto-save feature.
- Removed unused debug message.
- Make data save be async, also rework data save system.