
Take full control over what items players can use on your server.
Take full control over what items players can use on your server
ItemBlocker is a lightweight, powerful plugin that lets you block specific items from being used, crafted, picked up, and more. Perfect for controlling overpowered items, preventing griefing, or creating custom gameplay experiences.
Block items in 7 different ways - prevent crafting, picking up, dropping, using, placing blocks, equipping armor, and moving items in containers. Each action can be toggled independently for maximum flexibility.
Players get clear feedback when they try to use blocked items, with built-in cooldown system to prevent message spam. All messages are fully customizable with color codes.
Switch between English and Polish instantly, or create your own language file. Perfect for international servers.
/ib add <item> or /ib addhand for the item in your hand/ib remove <item>/ib check <item>Give VIP players or staff the ability to bypass blocks with itemblocker.bypass permission. Works with any permission plugin (LuckPerms, PermissionsEx, etc.)
Optimized event handling ensures your server runs smoothly even with hundreds of blocked items. Tested on servers with 100+ concurrent players.
Update your config and reload with /ib reload - no server restart needed. Change languages, modify blocked items, or adjust settings on the fly.
plugins/ folder/ib add <item> to block itemsplugins/ItemBlocker/All commands support tab completion:
/ib add <item> - Block an item
/ib remove <item> - Unblock an item
/ib addhand - Block item in hand
/ib list - Show all blocked items
/ib check <item> - Check if item is blocked
/ib reload - Reload configuration
/ib help - Show help
Aliases: /itemblocker, /blocker
itemblocker.* - Full access
itemblocker.add - Add blocked items
itemblocker.remove - Remove blocked items
itemblocker.bypass - Bypass all blocks (VIP/Staff)
itemblocker.reload - Reload config
itemblocker.list - View blocked items
Simple config.yml:
# Language (en/pl)
language: "en"
# Block actions
block-actions:
crafting: true
pickup: true
drop: true
use: true
place: true
armor: true
inventory: true
# Bypass permission
bypass-permission:
enabled: true
Customize messages:
All messages are fully customizable with color codes in languages/messages_en.yml and messages_pl.yml
Block dangerous items:
/ib add TNT
/ib add BEDROCK
/ib add COMMAND_BLOCK
Block item in hand:
/ib addhand
Grant VIP bypass (LuckPerms):
/lp group vip permission set itemblocker.bypass true
Perfect for survival servers, minigames, custom gamemodes, and more!