Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
EzBlacklist — quick summary Purpose: Block/remove specific item types with 3 behaviors (vanish, break, disable). Saves to config. Commands (usage) /ezblacklist blacklist <item> <true|false> — add/remove item (e.g. diamond_sword)</item> /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-*)


