
UltimateShop 3.8.2
Free, open source - Flexible features - Best hook eco/item system - Folia support!
1.2.10
Oct 8, 2023
1.2.10
- Now if language message is empty, plugin won't send message to player with blank content.
1.2.7
Oct 8, 2023
1.2.7
- Added dynamic price feature.
- Added math string and placeholder support in amount option which make dynamic price be possible.
- Added min-amount and max-amount option in price and product config.
- Added menu.shop.update option in config.yml, if enable, shop GUI will refresh every second, but make the placeholder displayed in your item Lore be up to data.
1.2.6
Oct 6, 2023
1.2.6
- Fixed sell all click action ignore buy or sell limit.
- Now sell all click action will not active if you don't have product to sell.
- Updated default display-item.add-lore value, it has some problems in past version with buy and sell limit refresh.
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.