Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
- 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 on | February 9, 2026 |
|---|---|
| Downloads | 1 |
Platforms
Paper (1.8-1.21.11)
Dependencies
Paper