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

EzShops

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

843
2

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.).

EzShops 2.2.0

release31 января 2026 г.
  • Added toggle in configuration to disable player-shop protection
# When true, other players cannot open or break player shop chests/signs.
# Set to false to allow other players to open the chest and break the sign.
protection-enabled: true
  • Added automated testing in Github project
  • Added CI to run feature and unit tests when pull request is created in Github project
  • Added CI to validate YML configuration files in Github project

EzShops 2.1.3

release30 января 2026 г.
  • Fixed typing quantity in chat for creating new /playershop
  • Fixed typing price in chat for creating new /playershop

EzShops 2.1.2

release29 января 2026 г.
  • Improved pagination logic
  • Added preserve-last-row option to preserve the row with actions for the actions only
  • Added pagination documentation
  • Added command autocomplete for configured price-ids to show when using /shop buy <material> and /shop sell <material>

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

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
Опубликован:2 месяца назад
Обновлён:2 недели назад
Главная