Compatibility
Minecraft: Java Edition
1.21–1.21.7
1.20.2–1.20.6
Platforms
Creators
Details
Licensed GPL-3.0-only
Published 5 months ago
Updated 5 months ago
ItemsBlocker
Description
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.
Features
- Item Blocking: Add/remove items from the blocked list.
- Enchantment Blocking: Block enchantments, optionally specifying a minimum level.
- Potion Effect Blocking: Block potion effects, optionally specifying a minimum level.
- Netherite Crafting Blocking: Enable/disable smithing of netherite items.
Commands
/blockeror/itemsblocker- Main command alias. Requires theitemsblocker.commandpermission.
Subcommands
/blocker help: Displays the list of available commands.
Item Management
/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.
Enchantment Management
/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.
Potion Effect Management
/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.
Netherite Crafting Management
/blocker netherite <true|false>: Enables/disables blocking of netherite item smithing.
Permissions
itemsblocker.command: Permission to use plugin commands.itemsblocker.bypass: Permission to bypass all item blocks.



