Plugin that allows administrators to block specific items, enchantments, and potion effects.
ItemsBlocker is a Minecraft plugin that allows administrators to block specific items, enchantments, and potion effects. The plugin provides a set of commands to manage these restrictions.
All commands require the itemsblocker.command permission.
/block/blocker/itemsblocker/blocker help: Displays the list of available commands./blocker item add <item>: Adds an item to the blocked list (e.g., /blocker item add DIAMOND_SWORD)./blocker item remove <item>: Removes an item from the blocked list./blocker item list: Displays the list of blocked items./blocker enchantment add <enchantment_name> [level]: Adds an enchantment to the blocked list (e.g., /blocker enchantment add sharpness 2).<enchantment_name>: The name of the enchantment (use Minecraft names, e.g., sharpness, efficiency).[level] (Optional): The minimum enchantment level to block. Default: 1./blocker enchantment remove <enchantment_name>: Removes an enchantment from the blocked list./blocker enchantment list: Displays the list of blocked enchantments and their levels./blocker potion add <potion_effect_name> [level]: Adds a potion effect to the blocked list (e.g., /blocker potion add strength 2).<potion_effect_name>: The name of the potion effect (use Minecraft names, e.g., speed, strength).[level] (Optional): The minimum potion effect level to block. Default: 1./blocker potion remove <potion_effect_name>: Removes a potion effect from the blocked list./blocker potion list: Displays the list of blocked potion effects and their levels./blocker netherite <allow|block>: Allows/blocks netherite item smithing.itemsblocker.command: Permission to use plugin commands.itemsblocker.bypass: Permission to bypass all item blocks.