Voxel Shop beta is live. Expect occasional bugs. Learn more  
UltimateShop-Premium icon

UltimateShop-Premium 4.6.0

Discont - Daily Shop - Stock - Custom Dynamic Price Formula - Support Most Popular Plugins

Page 1 2 3 4 ... 17
4.3.2 Mar 19, 2026
Improve
  • Fixed boss bar color codes in Spigot servers.
  • API improves.
4.3.1 Mar 11, 2026
Improve
  • Added require-conditions option for single thing config.
  • Added {amount} placeholder support in buy-conditions and sell-conditions.
4.3.0 Mar 10, 2026
Menu Improve Update

English:

  • A new settings.menu-settings option has been added to the shop configuration.You can configure all menu-related settings here. The menu settings defined in this section only apply to this specific shop, allowing you to create independent menu configurations for the shop without needing to create a separate menu configuration file.
  • Item(product) buttons and normal buttons now support the display-conditions option, which allows you to define conditions for when they should be displayed.Additionally, the layout option in the menu configuration now supports displaying different items or buttons depending on whether the display-conditions are satisfied.

中文:

  • 在商店配置中新增了 settings.menu-settings 选项,你可以在这里设置所有与菜单配置有关的选项,这里设置的菜单选项只在这个商店有效,可以单独为这个商店设置独立的菜单配置,而不需要单独创建新的菜单配置文件。
  • 商品按钮和普通按钮支持设置 display-conditions 选项设置显示条件,并且菜单配置的 layout 选项新增根据 display-conditions 满足情况显示不同的商品或者按钮。
4.2.13 Mar 9, 2026
Fix
  • Fixed default transport shop name does not exist in language file.
  • Fixed some bedrock form UI input tip does not translate in language file.
4.2.12 Feb 26, 2026
Improve
  • Added math support in placeholder condition.
4.2.11 Feb 26, 2026
Improve
  • Added hide-message option in product config section.
  • Added force-display-fail-message option in config.yml file. Default to false.
  • By default, we will auto force display fail message to make sure player know whether they have successfully clicked the product button.
  • If set to false, we will not force display fail message and you can also use hide-message option in shop configs to hide the fail messages.
4.2.10 Feb 19, 2026
Improve
  • Added fail-type option support in fail-actions section.
  • Fixed plugin can not load at Paper-1.17.1 version.
4.2.9 Feb 16, 2026
Improve
  • If player client language does not exist in your plugin language file, it will use default language file instead of the en_US.yml file.
4.2.8 Feb 12, 2026
Improve
  • Added CMI support for sell chest hologram.
4.2.7 Feb 11, 2026
Sell Chest Improve
  • Please note: Sell chest placed before you update to this version require player replace them again to make them contine work.
  • The logic for searching sell chests has been optimized. Each time a player places a sell chest, it will be recorded within the chunk, rather than traversing every block's title entity as in previous versions.
  • Fixed sell chest does not work after restart the server in some case.
  • Fixed sell chest does not work in spawn chunk.
  • Added sell.sell-chest.enabled option in config.yml file, if you do not need this feature and want to has better performance, you can try disable this option.
4.2.6 Feb 4, 2026
Fix
  • Fixed COOLDOWN_CUSTOM reset mode does not reset data in some case.
4.2.5 Jan 27, 2026
Fix
  • Fixed {amount} used in give/take actions return 0.0 in some case.
  • If {amount} returns an integer, it will no longer include a decimal point.
4.2.4 Jan 17, 2026
Fix
  • Fixed NPE issue when use multi item as price and didn't set placeholder option for them.
4.2.3 Jan 11, 2026
Improve
  • ​​Added new action: action_bar.
  • Added support for use built-in placeholder in lang placeholder.
4.2.2 Jan 8, 2026
Fix
  • Fixed language option in config.yml does not work since 4.2.0.
4.2.1 Jan 7, 2026
Major Update
  • Added sell chest feature.
    • Added /shop givesellchest command.
    • This feature is still in early alpha.
  • ItemFormat Update: Added those item component support:
    • attribute->each single attribute modifier->display-mode and display text
    • equippable->can-be-sheared and shear-sound
    • damage-type (Require 1.21.11)
    • kinetic-weapon (Require 1.21.11)
    • minimum-attack-charge (Require 1.21.11)
    • piercing-weapon (Require 1.21.11)
    • swing-animation (Require 1.21.11)
    • use-effects (Require 1.21.11)
    • attack-range-key (Require 1.21.11)
  • component option in ItemFormat now require Paper 1.21.6+ version instead of previous 1.21.5+ version.
  • Added debuild-item-method option in config.yml file.
    • component option inside ItemFormat now can be parse into yml format by setting this option to true.
    • This feature is still in early alpha.
4.2.0c-Sell Chest Test 2
  • Improved sell chest codes.
Sell Chest Test

English:

  • For use in production environment: please download version 4.2.0-Alpha.
  • This version incorporates content related to the sell chest, which is still in the early experimental stage. Please refrain from using this version in a production environment.
  • Use the command /shop givesellchest to obtain the sell chest.
  • If the server is installed with the DecentHolograms plugin, we will also support displaying holograms on the sell chest.
  • An example file of sell chests: UltimateShop/plugin/src/main/resources/sell_chests/A.yml at master · ManyouTeam/UltimateShop

中文:

4.2.0 Jan 3, 2026
Language Update

English:
A brand new year has arrived, and I can't wait to share with you the first major update of UltimateShop for 2026:

  • The per player language feature has been added, which allows you to determine the language displayed by the plugin based on the language of different players' clients.
  • The advanced message format feature has been added, allowing you to display not only messages in the regular chat box, but also support for action bars, titles, boss bars, and sounds.
  • The language placeholder featurefeature has been added, allowing for the display of customized language texts for different client languages.

中文:
全新的一年已经到来,我迫不及待的想向您分享 UltimateShop 的2026年第一个主要更新:

  • 新增了per player language功能,该功能允许您根据不同玩家的客户端的语言决定插件显示不同的语言。
  • 新增了advanced message format功能,允许您不仅显示普通的聊天框中的消息,还支持action bar,title,boss bar和sound。
  • 新增language placeholder功能,可以为不同客户端语言显示不同的自定义语言文本。
4.1.6 Dec 28, 2025
Stable version for 4.1
  • This version has ended the Alpha testing status since version 4.1.0 and is expected to be the last version in 2025.
  • Fixed the issue of errors when downloading MariaDB drivers.
Page 1 2 3 4 ... 17
Sign in
$12.00 USD
Sign in to purchase, save this product to your cart, and keep downloads tied to your account.
Stripe