Mod

Banned Items

Quick rating

Banned Items

No reviews yet

A lightweight server-side mod that lets operators ban specific items by their full item fingerprint (registry ID + NBT). Banned items are automatically destroyed wherever they appear: inventory, cursor, ground, crafting table, or anvil.

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
Creative Commons Attribution 4.0 International
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Banned Items Mod

NeoForge 21.1.220 | Minecraft 1.21.1 | Server-Side Only

A lightweight server-side mod that lets operators ban specific items by their full item fingerprint (registry ID + all data-components / NBT). Banned items are automatically destroyed wherever they appear: inventory, cursor, ground, crafting table, or anvil.


Commands (requires operator level 2)

Command Description
/banhanditem Ban the item currently in your main hand. Deletes the item from your hand and scans the rest of your inventory for copies. Saves to config immediately.
/unbanhanditem Unban the item currently in your main hand.
/banneditemslist Print all currently banned items to chat.
/reloadbanneditems Reload config/banneditems.json without restarting the server.

How banning works

  1. Hold an item and run /banhanditem.
  2. The mod serialises the full item (item ID + every data-component such as enchantments, custom name, lore, potion effects, etc.) to SNBT and stores it in config/banneditems.json.
  3. From that moment, any item stack that matches both the item type and all data-components is considered banned.
  4. Banning is exact-match: a Diamond Sword with Sharpness V is a different entry from a plain Diamond Sword. This lets you ban specific hacked items without affecting normal ones.

Enforcement

Trigger Action
Inventory sweep (every 1 s) Removes banned items from all 41 inventory slots and the cursor slot
Crafting output Zeroes the result stack so the player receives nothing
Right-click on block / in air Event cancelled; item cannot be used
Left-click / attacking Event cancelled
Item pickup from ground Item entity discarded immediately
Anvil (repair / rename) Output blocked

Config file

config/banneditems.json — a JSON array of SNBT strings.

[
  "{id:\"minecraft:diamond_sword\",count:1}",
  "{id:\"minecraft:tnt\",count:1,components:{\"minecraft:custom_name\":\"{\\\"text\\\":\\\"Super TNT\\\"}\"} }"
]

You can hand-edit this file and run /reloadbanneditems to apply changes without restarting.


Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync