▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/EzShops
EzShops

EzShops

Advanced shop menus with smart pricing, sign trading, and API integrations

1.7K
4

EzShops 2.3.1

release26 марта 2026 г.

EzShops 2.3.0

release25 марта 2026 г.

New /pricingadmin command

  • Added new /pricingadmin command for managing the shop prices
    • Added /pricingadmin set <item> <price> subcommand with ezshops.pricing.admin.set permission for setting the price of an item in the shop
    • Added /pricingadmin reset <item> subcommand with ezshops.pricing.admin.reset permission for resetting the dynamic pricing of an item in the shop
    • Added /pricingadmin resetall subcommand with ezshops.pricing.admin.resetall permission for resetting all dynamic prices of the shop

New /shop <category> subcommand

  • Added /shop <category> subcommand to open category GUIs directly
  • Added missing configurable messages

What's Changed

New Contributors

Full Changelog: https://github.com/ez-plugins/EzShops/compare/2.2.3...2.3.0

EzShops 2.2.3

release2 марта 2026 г.

This version is for so far untested. Use 2.2.2 as stable version for now.

Changes

  • (#34) Added buy price discount boost for EzBoost integration (by matheusherman)
  • (#35) Added multi language not-in-rotation message
  • (#35) Added new check for each buy/sell feature and if item is not available, but sometimes is in rotation send this new message instead of actually still buy/selling.

EzShops 2.2.2

release10 февраля 2026 г.
  • New NBT filter options for sell prevention ( by @matheusherman in #27 )
    • Added NBT data whitelist
    • Added NBT data blacklist

Default config.yml settings

sell:
  # Ignore items with NBT (custom tags/metadata) during /sellhand and /sellinventory
  # When enabled, only plain items without NBT will be sold.
  # For example: if you have a "Supreme Bone" (with NBT) and normal bones,
  # only the normal bones will be sold when using /sellinventory.
  # Default: false
  ignore-items-with-nbt: false

  # NBT tag filter for more granular control
  # Mode: 'off', 'whitelist', or 'blacklist'
  #   - 'off' (default): Ignore the filter, use ignore-items-with-nbt setting only
  #   - 'whitelist': Only allow items with NBT tags in the whitelist
  #   - 'blacklist': Block items with NBT tags in the blacklist
  nbt-filter:
    mode: "off"
    whitelist: []
    blacklist: []

EzShops 2.2.1

release8 февраля 2026 г.
  • Added item-type option to make it easier to prevent normal shop execution
    • ITEM — Default. The player receives the configured ItemStack when they buy the item.
    • COMMAND — The player is charged and pricing/dynamic effects are applied, but no ItemStack is given. Any configured on-buy commands (or buy-commands) will be executed.
    • NONE — The player is charged and pricing/dynamic effects are applied, but no ItemStack is given and no commands are executed. Useful for non-physical purchases (tokens, permissions, etc.).

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x1.13.x1.12.x1.11.x1.10.x1.9.x1.8.x1.7.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:3 месяца назад
Обновлён:2 недели назад
Главная