EzBlacklist
This helps you easily blacklist stuff with modes destroy, vanish and disable with a few commands.
📖About EzBlacklist
EzBlacklist — quick summary
Purpose: Block/remove specific item types with 3 behaviors (vanish, break, disable). Saves to config.
Commands (usage)
/ezblacklist blacklist <true|false> — add/remove item (e.g. diamond_sword)
/ezblacklist mode <vanish|break|disable> — set behavior
/ezblacklist list — show blacklisted items + current mode
/ezblacklist reload — reload config
Modes (one-line each)
vanish: items silently disappear (removed from world/inventory)
break: items are destroyed and player is notified
disable: use/place/drop/pickup blocked, items left in place (notifications sent)
Permissions
ezblacklist.blacklist (subcommand) — default: op
ezblacklist.mode — default: op
ezblacklist.list — default: op
ezblacklist.reload — default: op
ezblacklist.bypass — exempt from enforcement (not declared in plugin.yml; add if needed)
Config keys (in config.yml)
mode: disable
blacklisted-items: [ ... ] (material names, lowercased)
messages.* (prefix, item-added, item-removed, item-blacklisted, mode-set, invalid-item, invalid-usage, reloaded, blacklist-*)