1.4.3
- Fixed database connect issue.
1.4.2
- Added new action: sound. (Thanks iKiwo)
- Now display-item lore will not display buy-more button line if this shop didn't enable buy-more feature in settings.
- Now buy-limits-conditions and sell-limits-conditions are optional, you can set default value only by this way.
1.4.1
- Added PlaceholderAPI support in item display and lore.
- Plugin will drop unavailable sell items form sell all GUI if player inventory is full.
1.3.0
- Added sell all GUI and sell all command.
- Fixed select amount GUI's amount always be 1 with buy-or-sell click action.
1.2.11
- Added RoyaleEconomy price support.
1.2.10
- Now if language message is empty, plugin won't send message to player with blank content.
1.2.9
- Added crunch math calculate support.
1.2.8
- Added more error catcher, make plugin can still work even there has error.
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
- 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
- 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 - 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
- Make buy(or sell)-limits.global option optional, this means you can now not use server limit.
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 - 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
- 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
- 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.1
- Fixed duplicate bug related to buy more menu.
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!