
UltimateShop-Premium 3.6.8
Discount - Sell stick - Bedrock support - AE Support - So many other features!
2.0.1
Mar 27, 2024
2.0.1
- Now custom button will always display after shop products in bedrock UI.
- Now price placeholder is also support PlaceholderAPI's placeholder. This means you can now set price number format for this.
2.0.0
Mar 27, 2024
2.0.0
- Added open_bedrock_menu and shop_bedrock_menu action.
- Added new bedrock players check method: UUID, you can set it in config.yml. You can set FLOODGATE or UUID as possible value.
- Updated default buy more menu file.
- Added sell-all.max-amount option.
- Added sell-all.hide-message option.
- Improved sell all message, now support send message with total earns and item amount.
- Now check-events config section value support multi click types.
- Fixed sell stick dupe problem and {times} placeholder in item does not work well.
- Now when reloading the plugin, all players that open shop GUI will close to avoid some problems.
1.12.10
Mar 24, 2024
1.12.10
- Added open-actions option in menu configs. Now you can set sound for open menu and more.
- Removed debug message for BungeeCord sync.
1.12.8
Mar 16, 2024
1.12.8
- Added use ~ symbol splite random placeholder element, which means pick one random number from X value to Y value. Like 5~100 means pick one random number from 5 to 100.
1.12.7
Mar 16, 2024
1.12.7
- Added math.sacle option at config.yml. Default to 2, which means all values related to numbers are rounded to two decimal places.
1.12.6
Mar 8, 2024
1.12.6
- Improved plugin performance in some case.
- Improved the speed of obtaining third-party plugin items.
1.12.5
Mar 7, 2024
1.12.5
- Now placeholder.click.enabled option is default set to false to save server performance when you are using MythicMobs and MMOItems hook item. Both plugins are spend much server resource to generate item than vanilla items.
- Now if placeholder.click.enabled option is set to false, {buy-click} and {sell-click} placeholder will still display default success buy/sell message instead of empty message in previous version.
- Removed double hook item check. Becuase our NBT check method has been used for months and no one said it has problems, so now we remove the second hook item check way and only use NBT check method for now. This will also improve plugin performance in some case.
- Now sell all menu will apply select-more.max-amount value in config.yml, which means player no longer can sell tons of same item in one time to avoid server tps down in some case (like hook item, and you use ANY or ALL price mode).
1.12.4
Mar 6, 2024
1.12.4
- Fixed plugin print error at console when try use wrong menu ID arg in /shop menu command.
1.12.3
Feb 25, 2024
1.12.3
- Breaking config change: Renamed display-item.add-displayname option to display-item.add-name option.
- Now plugin won't auto add item name at first of add-name option value. You have to use new placeholder {item-name} inside the option to display item name.
- New display-item.add-name default value is: '&f{item-name} x{amount}'
1.12.1
Feb 18, 2024
1.12.1
- Improved plugin performance in some case.
- Fixed products ANY and CLASSIC_ANY mode sometimes take more than 1 product when selling.
1.11.2
Feb 4, 2024
1.11.2
- Added bedrock.hide option in buttons config.
- Fixed when using NeigeItems plugin will never try hide empty display name button.
1.11.1b
Feb 2, 2024
1.11.1b
- Fixed incorrect calculate result when simultaneously use {buy-times-server} and {sell-times-server}.