{"id":86919,"date":"2026-06-05T02:10:16","date_gmt":"2026-06-04T23:10:16","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/"},"modified":"2026-06-05T02:10:16","modified_gmt":"2026-06-04T23:10:16","slug":"itemblocker","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/","title":{"rendered":"ItemBlocker"},"content":{"rendered":"<p># \ud83d\udee1\ufe0f ItemBlocker<\/p>\n<p align=\"center\">\n  <img decoding=\"async\" alt=\"Paper\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/supported\/paper_vector.svg\"><br \/>\n  <img decoding=\"async\" alt=\"Purpur\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/supported\/purpur_vector.svg\"><br \/>\n  <img decoding=\"async\" alt=\"Spigot\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/supported\/spigot_vector.svg\"><br \/>\n  <img decoding=\"async\" alt=\"GitHub\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/available\/github_vector.svg\"><br \/>\n  <img decoding=\"async\" alt=\"Modrinth\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/available\/modrinth_vector.svg\"><br \/>\n  <img decoding=\"async\" alt=\"Hangar\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/available\/hangar_vector.svg\">\n<\/p>\n<p align=\"center\">\n  <strong>Clean, detailed, and flexible item restrictions for modern Minecraft servers.<\/strong><br \/>\n  <br \/>\n  Block items, smithing results, enchantments, potion effects, inventory movement, hopper movement, and more on Minecraft 1.21.x, 26.1.\n<\/p>\n<p>## \u2728 What Is ItemBlocker?<\/p>\n<p>ItemBlocker is a plugin for server owners who want strong control over items without turning configuration into chaos.<\/p>\n<p>It is built around a simple idea: keep one clear `default` section for global restrictions, then add `presets` for survival, events, minigames, worlds, or special modes when you need more specific rules.<\/p>\n<p>That means you can do things like:<\/p>\n<p>&#8211; block TNT everywhere on the server<br \/>\n&#8211; block Elytra only in one preset<br \/>\n&#8211; block Smithing results like netherite tools<br \/>\n&#8211; block specific enchantments from a chosen level<br \/>\n&#8211; block potion effects instead of blocking every single potion item manually<br \/>\n&#8211; stop restricted items from being moved through inventories or hoppers<\/p>\n<p>## \ud83e\udde0 How ItemBlocker Works<\/p>\n<p>ItemBlocker is split into a few clean layers:<\/p>\n<p>&#8211; \ud83c\udf0d `default` is your always-available global section<br \/>\n&#8211; \ud83d\uddc2\ufe0f `presets` let you create separate groups of rules<br \/>\n&#8211; \ud83d\udce6 `items` let you block specific materials and actions<br \/>\n&#8211; \u2728 `enchantments` let you block enchants from a chosen minimum level<br \/>\n&#8211; \ud83e\uddea `potions` let you block potion effects from a chosen minimum level<br \/>\n&#8211; \ud83d\udcac `reason` lets you define the message players should understand<\/p>\n<p>In practice, that means you are not limited to &#8220;item yes or no&#8221;. You can decide:<\/p>\n<p>&#8211; what is blocked<br \/>\n&#8211; where it is blocked<br \/>\n&#8211; how it is blocked<br \/>\n&#8211; why the player sees that restriction<\/p>\n<p>## \ud83c\udf0d Default Section<\/p>\n<p>The `default` section lives in `blocked-items.yml` and acts as the global base for the whole server.<\/p>\n<p>Use it when a restriction should always exist unless you intentionally manage something differently with presets.<\/p>\n<p>Inside `default`, you can configure:<\/p>\n<p>&#8211; \ud83d\udcac one global `reason`<br \/>\n&#8211; \u2728 blocked `enchantments`<br \/>\n&#8211; \ud83e\uddea blocked `potions`<br \/>\n&#8211; \ud83d\udce6 blocked `items`<\/p>\n<p>This is the best place for things like:<\/p>\n<p>&#8211; admin-only items<br \/>\n&#8211; dangerous survival shortcuts<br \/>\n&#8211; overpowered enchants<br \/>\n&#8211; potion effects you never want players to keep<\/p>\n<p>## \ud83d\uddc2\ufe0f Presets<\/p>\n<p>Presets live in `presets.yml` and are the main tool for grouped restrictions.<\/p>\n<p>Each preset can have its own:<\/p>\n<p>&#8211; \ud83d\udcdd `description`<br \/>\n&#8211; \ud83d\udcac `reason`<br \/>\n&#8211; \ud83c\udf0d preset `worlds`<br \/>\n&#8211; \u2728 enchantment rules<br \/>\n&#8211; \ud83e\uddea potion rules<br \/>\n&#8211; \ud83d\udce6 item rules<\/p>\n<p>### \ud83d\udccc Important preset behavior<\/p>\n<p>&#8211; A preset can be active only in selected worlds.<br \/>\n&#8211; An item inside that preset can also have its own `worlds` filter.<br \/>\n&#8211; If you want the same item to behave differently in different places, use different presets instead of trying to overload one rule.<\/p>\n<p>## \ud83c\udf10 Worlds And Targeting<\/p>\n<p>ItemBlocker lets you decide where rules apply in two places:<\/p>\n<p>&#8211; \ud83c\udf0d on the preset itself<br \/>\n&#8211; \ud83d\udce6 on the individual item rule<\/p>\n<p>### `worlds: all`<\/p>\n<p>This means the rule works in every world.<\/p>\n<p>### `worlds: world,world_nether`<\/p>\n<p>This means the rule is only active in those listed worlds.<\/p>\n<p>### `in:default` and `in:<preset>`<\/p>\n<p>This decides which target you are editing or showing with commands.<\/p>\n<p>Examples:<\/p>\n<p>&#8220;`text<br \/>\n\/ib block TNT in:default<br \/>\n\/ib block ELYTRA in:survival<br \/>\n\/ib show TNT in:default<br \/>\n\/ib show potion strength in:survival<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udce6 Item Rules<\/p>\n<p>Item rules are the core of the plugin.<\/p>\n<p>Every item rule answers two questions:<\/p>\n<p>1. Which actions should be blocked?<br \/>\n2. In which worlds should that rule work?<\/p>\n<p>Each item can have one rule per target, and that rule can contain:<\/p>\n<p>&#8211; \u2699\ufe0f `actions`<br \/>\n&#8211; \ud83c\udf0d `worlds`<\/p>\n<p>You can target an item directly by material name or use `hand` to use the item from the player&#8217;s main hand.<\/p>\n<p>Examples:<\/p>\n<p>&#8220;`text<br \/>\n\/ib block TNT<br \/>\n\/ib block hand actions:use,drop in:survival<br \/>\n\/ib edit ELYTRA worlds:world<br \/>\n\/ib unblock BEDROCK in:default<br \/>\n&#8220;`<\/p>\n<p>## \u2694\ufe0f Item Actions<\/p>\n<p>ItemBlocker supports the following actions:<\/p>\n<p>&#8211; \ud83d\udee0\ufe0f `crafting` &#8211; blocks getting the result of a crafting recipe<br \/>\n&#8211; \ud83d\udce5 `pickup` &#8211; blocks picking the item up from the ground<br \/>\n&#8211; \ud83d\udce4 `drop` &#8211; blocks throwing the item out of inventory<br \/>\n&#8211; \ud83d\uddb1\ufe0f `use` &#8211; blocks normal use of the item<br \/>\n&#8211; \ud83e\uddf1 `place` &#8211; blocks placing blocks and special placeable items<br \/>\n&#8211; \ud83e\ude96 `armor` &#8211; blocks equipping wearable items<br \/>\n&#8211; \ud83c\udf92 `inventory` &#8211; blocks moving restricted items through inventories and containers<br \/>\n&#8211; \ud83d\udd04 `hopper` &#8211; blocks moving restricted items with hoppers<br \/>\n&#8211; \ud83d\udd28 `smithing` &#8211; blocks smithing-table results for that item<\/p>\n<p>### \ud83d\udee0\ufe0f `crafting`<\/p>\n<p>Use this when players should be able to own an item in some other way, but should not be allowed to craft it.<\/p>\n<p>### \ud83d\udce5 `pickup`<\/p>\n<p>Use this when players should not be able to pick an item up from the ground at all.<\/p>\n<p>### \ud83d\udce4 `drop`<\/p>\n<p>Use this when players should keep the item out of circulation and not throw it around.<\/p>\n<p>### \ud83d\uddb1\ufe0f `use`<\/p>\n<p>Use this when the item should exist, but should not be usable in normal right-click behavior.<\/p>\n<p>### \ud83e\uddf1 `place`<\/p>\n<p>Use this when an item should not be placed into the world.<\/p>\n<p>This also covers special placement-style items, not only plain blocks. That makes it useful for things like:<\/p>\n<p>&#8211; boats<br \/>\n&#8211; rafts<br \/>\n&#8211; minecarts<br \/>\n&#8211; item frames<\/p>\n<p>### \ud83e\ude96 `armor`<\/p>\n<p>Use this when wearable items should not be equipped.<\/p>\n<p>ItemBlocker also enforces armor restrictions when needed, so blocked armor is not only stopped on click but can also be removed from equipped slots when players join or change worlds.<\/p>\n<p>### \ud83c\udf92 `inventory`<\/p>\n<p>Use this when restricted items should not be moved through GUI inventories and containers.<\/p>\n<p>This helps with:<\/p>\n<p>&#8211; chest movement<br \/>\n&#8211; shift-click transfers<br \/>\n&#8211; drag operations<br \/>\n&#8211; number-key swaps<br \/>\n&#8211; offhand swaps into inventory UIs<br \/>\n&#8211; double-click collection behavior<\/p>\n<p>### \ud83d\udd04 `hopper`<\/p>\n<p>Use this when you want to stop automation from moving the item.<\/p>\n<p>That makes hopper-based bypasses much harder.<\/p>\n<p>## \ud83d\udd28 Smithing Restrictions<\/p>\n<p>`smithing` is a normal item action in ItemBlocker, not a separate weird subsystem.<\/p>\n<p>That means you can block smithing results the same way you block any other action:<\/p>\n<p>&#8220;`text<br \/>\n\/ib block NETHERITE_SWORD actions:smithing<br \/>\n\/ib block DIAMOND_CHESTPLATE actions:smithing in:survival<br \/>\n&#8220;`<\/p>\n<p>### What this is good for<\/p>\n<p>&#8211; \u26cf\ufe0f blocking netherite upgrades<br \/>\n&#8211; \ud83d\udee1\ufe0f blocking armor trim results<br \/>\n&#8211; \ud83e\uddf0 blocking specific final smithing products without blocking the entire base item<\/p>\n<p>### Why it is useful<\/p>\n<p>You may want players to:<\/p>\n<p>&#8211; own a diamond chestplate<br \/>\n&#8211; move it normally<br \/>\n&#8211; use it normally<br \/>\n&#8211; but still not create the smithing-table result<\/p>\n<p>That is exactly what `actions:smithing` is for.<\/p>\n<p>## \u2728 Enchantment Restrictions<\/p>\n<p>Enchantment rules let you block enchants by minimum level.<\/p>\n<p>Example:<\/p>\n<p>&#8220;`text<br \/>\n\/ib block enchantment sharpness level:2<br \/>\n\/ib block enchantment mending level:1 in:survival<br \/>\n&#8220;`<\/p>\n<p>### How enchantment rules work<\/p>\n<p>&#8211; \u2728 `sharpness: 2` means Sharpness II and higher are blocked<br \/>\n&#8211; \u2728 `mending: 1` means any Mending is blocked<br \/>\n&#8211; \u2728 rules can live in `default` or inside a preset<\/p>\n<p>### What ItemBlocker checks<\/p>\n<p>Enchantment restrictions are used in two important ways:<\/p>\n<p>&#8211; \ud83e\ude84 they can block enchanting-table offers and enchanting results<br \/>\n&#8211; \ud83d\udce6 they can also block items that already contain a blocked enchantment<\/p>\n<p>That second part is especially useful, because it means the plugin does not only stop future enchanting. It also reacts when players try to use or move items that already carry blocked enchants.<\/p>\n<p>Stored enchantments are also checked, so enchanted books are covered too.<\/p>\n<p>### Good examples<\/p>\n<p>&#8211; block `mending` on a hardcore preset<br \/>\n&#8211; allow `sharpness 1` but block `sharpness 2+`<br \/>\n&#8211; disable `infinity` only in survival worlds<\/p>\n<p>## \ud83e\uddea Potion Effect Restrictions<\/p>\n<p>Potion rules work similarly to enchantment rules: they use a minimum level.<\/p>\n<p>Example:<\/p>\n<p>&#8220;`text<br \/>\n\/ib block potion strength level:2<br \/>\n\/ib block potion speed level:2 in:survival<br \/>\n&#8220;`<\/p>\n<p>### How potion rules work<\/p>\n<p>&#8211; \ud83e\uddea `strength: 2` means Strength II and higher are blocked<br \/>\n&#8211; \ud83e\uddea `speed: 2` means Speed II and higher are blocked<br \/>\n&#8211; \ud83e\uddea rules can be global or preset-based<\/p>\n<p>### What ItemBlocker actually blocks<\/p>\n<p>Potion rules target the effect itself.<\/p>\n<p>That means ItemBlocker can stop:<\/p>\n<p>&#8211; potion effects being applied to a player<br \/>\n&#8211; blocked effects remaining active when a player joins<br \/>\n&#8211; blocked effects remaining active when a player changes worlds<\/p>\n<p>### Important note<\/p>\n<p>Potion-effect restrictions are not the same thing as item restrictions.<\/p>\n<p>If you block `strength: 2`, the plugin blocks the Strength II effect itself. If you also want to block the potion item from being used, picked up, or moved, you should combine that with normal item rules.<\/p>\n<p>## \ud83d\udcac Reasons, Source Info, And Player Feedback<\/p>\n<p>Each target can define a `reason`, and that reason is used in the block message shown to players.<\/p>\n<p>This makes the plugin feel much cleaner in real use, because players do not only see &#8220;blocked&#8221;. They can also understand why.<\/p>\n<p>Examples:<\/p>\n<p>&#8211; `&#8221;&#038;cThis item is blocked globally by the server team.&#8221;`<br \/>\n&#8211; `&#8221;&#038;cThis item is disabled on survival worlds.&#8221;`<\/p>\n<p>ItemBlocker can also show the source of the restriction, so players or staff can understand whether the block came from:<\/p>\n<p>&#8211; `default`<br \/>\n&#8211; a specific preset<\/p>\n<p>There is also a message cooldown in `config.yml`, which helps avoid chat spam when players keep trying the same blocked action.<\/p>\n<p>## \ud83e\uddf0 Command Flow<\/p>\n<p>The modern command flow is built around a small set of clear commands:<\/p>\n<p>&#8211; \ud83d\udfe2 `\/ib block` &#8211; create a rule or merge into an existing one<br \/>\n&#8211; \ud83d\udfe1 `\/ib edit` &#8211; change only the parts you provide<br \/>\n&#8211; \ud83d\udd34 `\/ib unblock` &#8211; remove a rule<br \/>\n&#8211; \ud83d\udd0d `\/ib show` &#8211; inspect one item, preset, enchantment, or potion rule<br \/>\n&#8211; \ud83d\udccb `\/ib list` &#8211; list configured items, presets, enchantments, potions, or a target<br \/>\n&#8211; \ud83d\uddc2\ufe0f `\/ib preset` &#8211; manage presets<br \/>\n&#8211; \ud83d\udd04 `\/ib reload` &#8211; reload plugin files<\/p>\n<p>Aliases:<\/p>\n<p>&#8211; `\/ib`<br \/>\n&#8211; `\/blocker`<\/p>\n<p>### \ud83d\udccc Default command behavior<\/p>\n<p>&#8211; If you create a new item rule and do not provide `actions:`, it defaults to `all`.<br \/>\n&#8211; If you create a new item rule and do not provide `worlds:`, it defaults to `all`.<br \/>\n&#8211; If you do not provide `in:`, the target is `default`.<br \/>\n&#8211; `block` merges into an existing rule instead of blindly replacing it.<br \/>\n&#8211; `edit` requires the rule to already exist and only replaces the fields you pass.<br \/>\n&#8211; Enchantment and potion rules default to level `1` if you do not provide a higher level.<\/p>\n<p>## \ud83e\uddea Command Examples<\/p>\n<p>### \ud83d\udce6 Item examples<\/p>\n<p>&#8220;`text<br \/>\n\/ib block TNT<br \/>\n\/ib block hand actions:use,drop in:survival<br \/>\n\/ib block DIAMOND_CHESTPLATE actions:smithing<br \/>\n\/ib edit TNT worlds:world_nether<br \/>\n\/ib edit ELYTRA actions:use,inventory in:survival<br \/>\n\/ib unblock COMMAND_BLOCK in:event<br \/>\n\/ib show TNT<br \/>\n\/ib show TNT in:default<br \/>\n\/ib list items<br \/>\n\/ib list items in:survival<br \/>\n&#8220;`<\/p>\n<p>### \u2728 Enchantment examples<\/p>\n<p>&#8220;`text<br \/>\n\/ib block enchantment sharpness level:2<br \/>\n\/ib block enchantment mending level:1 in:survival<br \/>\n\/ib unblock enchantment mending in:survival<br \/>\n\/ib show enchantment sharpness<br \/>\n\/ib show enchantment infinity in:survival<br \/>\n\/ib list enchantments<br \/>\n\/ib list enchantments in:survival<br \/>\n&#8220;`<\/p>\n<p>### \ud83e\uddea Potion examples<\/p>\n<p>&#8220;`text<br \/>\n\/ib block potion strength level:2<br \/>\n\/ib block potion speed level:2 in:survival<br \/>\n\/ib unblock potion strength in:default<br \/>\n\/ib show potion speed<br \/>\n\/ib show potion speed in:survival<br \/>\n\/ib list potions<br \/>\n\/ib list potions in:survival<br \/>\n&#8220;`<\/p>\n<p>### \ud83d\uddc2\ufe0f Preset examples<\/p>\n<p>&#8220;`text<br \/>\n\/ib preset list<br \/>\n\/ib preset create survival<br \/>\n\/ib preset show survival<br \/>\n\/ib preset edit survival description Main survival restrictions<br \/>\n\/ib preset edit survival reason &#038;cThis item is disabled on survival worlds.<br \/>\n\/ib preset edit survival worlds world,world_nether<br \/>\n\/ib preset delete event<br \/>\n&#8220;`<\/p>\n<p>## \u2699\ufe0f Configuration Files<\/p>\n<p>ItemBlocker uses three main files:<\/p>\n<p>&#8211; `config.yml`<br \/>\n&#8211; `blocked-items.yml`<br \/>\n&#8211; `presets.yml`<\/p>\n<p>### \u2699\ufe0f `config.yml`<\/p>\n<p>This file controls general plugin behavior.<\/p>\n<p>What you can set here:<\/p>\n<p>&#8211; \ud83c\udf10 plugin language<br \/>\n&#8211; \ud83d\udcac message cooldown<br \/>\n&#8211; \ud83d\udd10 whether bypass permissions are enabled<br \/>\n&#8211; \ud83d\udd11 the global bypass permission node<br \/>\n&#8211; \ud83e\udde9 whether per-action bypass permissions are enabled<br \/>\n&#8211; \ud83c\udff7\ufe0f the permission prefix for per-action bypasses<\/p>\n<p>Supported built-in languages:<\/p>\n<p>&#8211; `en`<br \/>\n&#8211; `pl`<br \/>\n&#8211; `de`<br \/>\n&#8211; `es`<br \/>\n&#8211; `fr`<br \/>\n&#8211; `it`<\/p>\n<p>### \ud83c\udf0d `blocked-items.yml`<\/p>\n<p>This file contains the global `default` section.<\/p>\n<p>What you can set here:<\/p>\n<p>&#8211; \ud83d\udcac default reason<br \/>\n&#8211; \u2728 global enchantment thresholds<br \/>\n&#8211; \ud83e\uddea global potion thresholds<br \/>\n&#8211; \ud83d\udce6 global item rules<\/p>\n<p>Example:<\/p>\n<p>&#8220;`yml<br \/>\ndefault:<br \/>\n  reason: &#8220;&#038;cThis item is blocked globally by the server team.&#8221;<\/p>\n<p>  enchantments:<br \/>\n    sharpness: 2<br \/>\n    mending: 1<\/p>\n<p>  potions:<br \/>\n    strength: 2<\/p>\n<p>  items:<br \/>\n    TNT:<br \/>\n      actions: all<br \/>\n      worlds: all<\/p>\n<p>    BEDROCK:<br \/>\n      actions: all<br \/>\n      worlds: all<\/p>\n<p>    NETHERITE_SWORD:<br \/>\n      actions:<br \/>\n        &#8211; smithing<br \/>\n      worlds: all<br \/>\n&#8220;`<\/p>\n<p>### \ud83d\uddc2\ufe0f `presets.yml`<\/p>\n<p>This file contains grouped restrictions.<\/p>\n<p>What you can set here for each preset:<\/p>\n<p>&#8211; \ud83d\udcdd description<br \/>\n&#8211; \ud83d\udcac reason<br \/>\n&#8211; \ud83c\udf0d preset worlds<br \/>\n&#8211; \u2728 enchantment thresholds<br \/>\n&#8211; \ud83e\uddea potion thresholds<br \/>\n&#8211; \ud83d\udce6 item rules<\/p>\n<p>Example:<\/p>\n<p>&#8220;`yml<br \/>\npresets:<br \/>\n  survival:<br \/>\n    description: &#8220;Main survival restrictions.&#8221;<br \/>\n    reason: &#8220;&#038;cThis item is disabled on survival worlds.&#8221;<br \/>\n    worlds:<br \/>\n      &#8211; world<br \/>\n      &#8211; world_nether<\/p>\n<p>    enchantments:<br \/>\n      infinity: 1<\/p>\n<p>    potions:<br \/>\n      speed: 2<\/p>\n<p>    items:<br \/>\n      COMMAND_BLOCK:<br \/>\n        actions: all<br \/>\n        worlds: all<\/p>\n<p>      ELYTRA:<br \/>\n        actions:<br \/>\n          &#8211; use<br \/>\n          &#8211; inventory<br \/>\n        worlds: all<\/p>\n<p>      NETHERITE_PICKAXE:<br \/>\n        actions:<br \/>\n          &#8211; smithing<br \/>\n        worlds: all<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>ItemBlocker includes both management permissions and bypass permissions.<\/p>\n<p>### \ud83e\uddf0 Management permissions<\/p>\n<p>&#8220;`text<br \/>\nitemblocker.*<br \/>\nitemblocker.use<br \/>\nitemblocker.add<br \/>\nitemblocker.remove<br \/>\nitemblocker.edit<br \/>\nitemblocker.list<br \/>\nitemblocker.reload<br \/>\nitemblocker.info<br \/>\nitemblocker.preset<br \/>\nitemblocker.enchantment<br \/>\nitemblocker.potion<br \/>\n&#8220;`<\/p>\n<p>### \ud83d\udeaa Global bypass<\/p>\n<p>&#8220;`text<br \/>\nitemblocker.bypass<br \/>\n&#8220;`<\/p>\n<p>This bypasses every ItemBlocker restriction.<\/p>\n<p>### \ud83e\udde9 Per-action bypass permissions<\/p>\n<p>&#8220;`text<br \/>\nitemblocker.bypass.crafting<br \/>\nitemblocker.bypass.pickup<br \/>\nitemblocker.bypass.drop<br \/>\nitemblocker.bypass.use<br \/>\nitemblocker.bypass.place<br \/>\nitemblocker.bypass.armor<br \/>\nitemblocker.bypass.inventory<br \/>\nitemblocker.bypass.hopper<br \/>\nitemblocker.bypass.smithing<br \/>\nitemblocker.bypass.enchantment<br \/>\nitemblocker.bypass.potion<br \/>\n&#8220;`<\/p>\n<p>This is useful when you want staff or special ranks to ignore only selected checks instead of the whole plugin.<\/p>\n<p>## \ud83d\ude80 Quick Start<\/p>\n<p>1. Put the jar into `plugins\/`.<br \/>\n2. Start the server once.<br \/>\n3. Open `config.yml` and choose your language and bypass setup.<br \/>\n4. Add global restrictions in `blocked-items.yml`.<br \/>\n5. Create grouped restrictions in `presets.yml` if needed.<br \/>\n6. Run `\/ib reload`.<br \/>\n7. Test your blocked items, enchantments, potion effects, and presets in game.<\/p>\n<p>## \ud83d\udce5 Download<\/p>\n<p>&#8211; Modrinth: https:\/\/modrinth.com\/plugin\/itemblocker<br \/>\n&#8211; Hangar: https:\/\/hangar.papermc.io\/kuqk\/ItemBlocker<br \/>\n&#8211; Spigot: https:\/\/www.spigotmc.org\/resources\/itemblocker.131418\/<br \/>\n&#8211; GitHub: https:\/\/github.com\/kuqk\/ItemBlocker<\/p>\n<p>## \u2705 Compatibility<\/p>\n<p>&#8211; \u2615 Java 21+<br \/>\n&#8211; \ud83e\udde9 Folia, Paper, Purpur, and Spigot<br \/>\n&#8211; \ud83c\udfae Minecraft `1.21.x` `26.1`<\/p>\n<p>## \ud83d\udcdc License<\/p>\n<p>GPL-3.0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Block items, smithing, enchantments, potion effects, inventory movement, hopper movement, and more.<\/p>\n","protected":false},"featured_media":86920,"template":"","meta":{"_minecraft_slug":"itemblocker","_minecraft_project_id":"klHgtaeR","_minecraft_author":"kuqk","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":508,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"itemblocker.zip","_minecraft_size_bytes":455378,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T10:31:42.024100Z","_minecraft_date_created":"2025-12-18T00:19:47.798122Z","_minecraft_date_modified":"2026-04-05T16:11:17.580543Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/itemblocker","_minecraft_icon_attachment_id":86920,"_minecraft_imported_at":"2026-06-04T23:10:17+00:00","_minecraft_import_hash":"2f2044972e2b803bac9ec6ab005461c4","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[125,89,127,128,129,92],"mod_loader":[131,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83],"class_list":["post-86919","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-folia","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ItemBlocker - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ItemBlocker - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Block items, smithing, enchantments, potion effects, inventory movement, hopper movement, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/supported\/paper_vector.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemblocker\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemblocker\\\/\",\"name\":\"ItemBlocker - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemblocker\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemblocker\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/itemblocker-icon-7f95851406b24bf62ce1951f01c18e6985893fed_96.webp\",\"datePublished\":\"2026-06-04T23:10:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemblocker\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemblocker\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemblocker\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/itemblocker-icon-7f95851406b24bf62ce1951f01c18e6985893fed_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/itemblocker-icon-7f95851406b24bf62ce1951f01c18e6985893fed_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemblocker\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"ItemBlocker\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ItemBlocker - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/","og_locale":"en_US","og_type":"article","og_title":"ItemBlocker - Minecraft","og_description":"Block items, smithing, enchantments, potion effects, inventory movement, hopper movement, and more.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/supported\/paper_vector.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/","name":"ItemBlocker - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/itemblocker-icon-7f95851406b24bf62ce1951f01c18e6985893fed_96.webp","datePublished":"2026-06-04T23:10:16+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/itemblocker-icon-7f95851406b24bf62ce1951f01c18e6985893fed_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/itemblocker-icon-7f95851406b24bf62ce1951f01c18e6985893fed_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemblocker\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"ItemBlocker"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/86919","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/86920"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=86919"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=86919"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=86919"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=86919"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}