
UltimateShop 3.9.4c
Free, open source - Flexible features - Best hook eco/item system - Folia support!
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.12.0b
Feb 9, 2024
1.12.0b
- This version bring 2 new features for premium version:
- BungeeCord Sync.
- Rotate Shop.
- For free version users, you can consider this update has those changes:
- Now products will also support use conditions option.
- Now placeholder conditions will also support use built-in placeholder.
1.11.1b
Feb 2, 2024
1.11.1b
- Fixed incorrect calculate result when simultaneously use {buy-times-server} and {sell-times-server}.
1.11.0
Feb 2, 2024
1.11.0
- Fixed the issue where the values of buy times and sell times were always greater than the configured median by 1.
- Fixed the issue of incorrect display of GUI/chat prices.
- Fixed the issue of using buy more price calculation incorrectly in dynamic pricing.
- Improved command tab tip. Now it will show help full command usage.
- Improved buy/sell methods performance, now it maybe 30% faster than before.
1.10.3
Jan 27, 2024
1.10.3
- Huge improve to the price placeholder display, now if similar price will be merged to display.
- Before your product has 2 prices and it will display like: 5 coins, 2 coins, now: 7 coins.
- Fixed player can drag item into gui by shift left click item which has been fixed 1.5.1 but now it was rediscovered again because 1.8.0 GUI rewrite.
- Improved CLASSIC_ANY mode product will display only 1 picked price instead of print all available price.
- Added replace-new-line-symbol option. If you don't want to use the new line symbol (;;) in the chat box after using it, you need to replace it with this option.
1.10.0
Jan 23, 2024
1.10.0
- Let us say Hello to adventure component. Start from this version, UltimateShop will fully support text using component format, including:
- Message send by our plugins.
- Item from our plugins.
- GUI title in our plugins.
- The component support use custom font, style, click(hover) event and so on. It's more modern but not easy to use.
- Legacy color format is still support if you didn't enable use-component option in config.yml.
- Added support for sell suspicious sand/gravel which includes loot item.
- Now GUI title will also support use PlaceholderAPI's placeholder.