
UltimateShop 3.6.8
Free, open source - Flexible features - Best hook eco/item system - Folia support!
1.2.5
Oct 6, 2023
1.2.5
- Added NeigeItems support.
- Reworked on display item lore, now use the new format, and will solve sometimes you don't want make some lines display problem.
1.2.4
Oct 6, 2023
1.2.4 - Sell all, buy-or-sell click action, and fixes!
- Moved /shop createshop and /shop createproduct command to /shopadmin command.
- Now buy and sell click action won't active if you haven't set buy or sell prices in buy more menu.
- Added sell-all click action, default use Q key to use it!
- Added buy-or-sell click action, this will useful for sell only products.
- Added display-name option in product configs, help you change product name in {product} placeholder.
- Now {amount} built-in placeholder can be used in {click} built-in placeholder.
- Fixed data not saved after server close when using database.
- Fixed price check system has problem with easy prices feature.
1.2.3
Oct 5, 2023
1.2.3
- Make buy(or sell)-limits.global option optional, this means you can now not use server limit.
1.2.2
Oct 5, 2023
1.2.2 - Default configs, improved buy more menu buttons, and so on!
- Added 1000+ lines default shop configs for use!
- Added new built-in placeholder: {shop} and {shop-menu}, you can use them in actions option. You can use them to add back to shop button at buy more menu.
- Now buy more menu display item won't have product info at it's lore.
- Updated display item modify lore to hex color.
- Removed unused debug messages.
1.2.1
Oct 5, 2023
1.2.1 - Plugin release, lots of bugs fixed!
- Removed lower case support in hook-plugin option.
- Removed limits option, use buy-limits and sell-limits instead.
- Now plugin won't spam error messages, we set a cooldown for them.
- Fixed auto reset limit system does not work well.
- Fixed sell-limits-reset-mode option does not work well.
- Fixed server use times placeholder will display "-" after server restart first purchase.
- Fixed ultimateshop.quickbuy and ultimateshop.quicksell permission check.
- Fixed player use times data always be reset to 0.
- Fixed PEconomy and RedisEconomy does not support in products option.
- Improved open shop menu, now old inventory will not be close.
- Added debug mode.
1.2.0
Oct 4, 2023
1.2.0
- Breaking config change: Make display item buy-limit and sell-limit option split to buy-limit-player and buy-limit-server (sell-limit-player and sell-limit-server).
- This will helpful for some users who want to use player limit only, now server limit will not displaied if you didn't set server limit.
- Added buttons option in shops config, you can now add custom buttons in shop menus.
1.1.2
Oct 4, 2023
1.1.2
- Added PlaceholderAPI support in product amount option, like:
E:
products:
1:
material: STONE
amount: '%player_health%'
price-mode: ANY
product-mode: ALL
buy-prices:
1:
economy-type: exp
amount: 1
start-apply: 0
placeholder: '1 Exp'
sell-prices:
1:
economy-type: exp
amount: 1
start-apply: 0
placeholder: '1 Exp'
1.1.0
Sep 20, 2023
1.1.0
- Added RedisEconomy price support.
- Now plugin won't spam 'Loaded menu: buy-more.yml' in console.
- UltimateShop now end early development, we are now in BETA time!
1.0.13
Sep 19, 2023
1.0.13
- Added softdepend things in plugin.yml to fix plugin will get error if plugin is loaded before hooked plugins.
1.0.12
Sep 17, 2023
1.0.12
- Improved display-item section, now you can only set display-item without must have products in shop item configs.
1.0.11
Sep 15, 2023
1.0.11
- Fixed {buy-limit-server} and {sell-limit-server} displays wrong info.
- Fixed sell-limits section does not work well.
- Updated default files.
1.0.9-Early Alpha
Sep 8, 2023
1.0.9-Early Alpha
- Added display-item.modify-lore for shop product configs, default to true, if set false, we won't add any info onto display item lore (like price, limits info).
- Fixed display-item.lore option in shop products configs does not work well.
1.0.6
Sep 6, 2023
1.0.6
- Fixed a duplicate bug about buy more menu.
- Fixed player can sell item if sell-prices does not exist.
- This version recodes prices system, maybe lead to other new problems, if you found it, please report it to me!
1.0.2
Jun 21, 2023
1.0.2
- Fixed data not saved in database. (That is the lib author problem, not me
. )