Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Shadow48402

Advanced shop plugin with all your server shop needs - Free to use

Report EzShops?

Release
2.2.2

Shadow48402 released EzShops version 2.2.2 on February 9, 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: []

Information

Published onFebruary 9, 2026
Downloads1

Platforms

Paper Paper (1.8-1.21.11)

Dependencies