
Description
๐ซ ItemsBanned
Take full control over restricted items on your Minecraft Forge server.
ItemsBanned is a powerful server administration mod for Minecraft Forge 1.20.1 that allows server operators to ban, manage and control specific vanilla or modded items.
Ban exactly the items you want using their registry IDs, manage them through commands or an administration interface, and decide whether server operators can bypass restrictions.
โจ Features
๐ซ Ban Any Item
ItemsBanned supports both vanilla and modded items.
Examples:
minecraft:elytra
alexscaves:nuclear_bomb
kaleidoscope_tavern:wine
Each item is handled individually.
Banning:
alexscaves:nuclear_bomb
will not automatically ban other items from Alex's Caves.
๐ฅ๏ธ Administration Interface
Use:
/itemsbanned
to open the administration interface.
The GUI displays only currently banned items, including their original icons.
This also works with items added by other mods.
Pagination is included for large ban lists.
The interface is designed to stay clean and simple. 
๐ฆ Modded Item Support
ItemsBanned uses Minecraft and Forge registry IDs, allowing items from other mods to be managed without requiring individual compatibility patches.
"minecraft:deepslate_diamond_ore"
โ๏ธ Configuration
Configuration is stored in:
config/itemsbanned/banned-items.json
Example:
{
"allowOpsToUseBannedItems": true,
"bannedItems": [
"minecraft:elytra",
"alexscaves:nuclear_bomb"
]
}
๐ OP Bypass
You can choose whether server operators are allowed to use banned items.
Allow OPs:
"allowOpsToUseBannedItems": true
Restrict OPs:
"allowOpsToUseBannedItems": false
Administrative commands remain restricted to server operators.
๐ ๏ธ Commands
| Command | Description |
|---|---|
/itemsbanned |
Opens the administration interface |
/itemsbanned reload |
Reloads the configuration |
/itemsbanned invsee <player> |
Opens another player's inventory |
/itemsbanned remove <player> |
Removes banned items from a player's inventory |
๐ All ItemsBanned commands are restricted to server operators.
๐ Container Protection
ItemsBanned can detect banned items inside Minecraft inventories and containers.
Supported examples include:
- ๐ฆ Chests
- ๐ข๏ธ Barrels
- ๐ซ Shulker Boxes
- ๐ฅ Furnaces
- ๐๏ธ Structure loot
- โ๏ธ Modded machines
- ๐ฆ Modded containers
When an unauthorized player attempts to obtain a banned item, ItemsBanned handles the restriction directly from the server.
๐งฐ Modded Containers
Banned items can be controlled even when they originate from modded structures or containers.
๐ Ground Items
Banned items can also be detected when players attempt to pick them up from the world.
This prevents restricted items from simply being dropped and transferred to another player.
โ๏ธ Blocks
Items corresponding to blocks can also be banned.
ItemsBanned checks exact registry IDs.
For example:
minecraft:diamond_ore
and:
minecraft:diamond
are treated as two completely different entries.
Banning one does not automatically ban the other.
๐ ๏ธ Crafting Protection
Players cannot obtain a banned item simply by crafting it.
Only the resulting banned item is restricted.
Recipe ingredients are not automatically added to the banned-item list.
๐ Player Inventory Inspection
Operators can inspect another player's inventory using:
/itemsbanned invsee <player>
This is useful for moderation and locating restricted items.
Administrators can also remove all currently banned items from a player with:
/itemsbanned remove <player>
๐งช Example
Suppose you want to restrict the Nuclear Bomb from Alex's Caves.
Run:
/itemsbanned ban alexscaves:nuclear_bomb
or add:
{
"allowOpsToUseBannedItems": true,
"bannedItems": [
"alexscaves:nuclear_bomb"
]
}
The restriction applies specifically to:
alexscaves:nuclear_bomb
without affecting other Alex's Caves items.
๐ Configuration Reload
After manually editing:
config/itemsbanned/banned-items.json
you can apply your changes with:
/itemsbanned reload
No server restart is required.
๐ Compatibility
| Component | Support |
|---|---|
| Minecraft 1.20.1 | โ |
| Forge | โ |
| Vanilla Items | โ |
| Modded Items | โ |
| Modded Containers | โ |
| OP Bypass | โ |
| JSON Configuration | โ |
๐ฅ Installation
Server
- Install Minecraft Forge 1.20.1.
- Download ItemsBanned.
- Place the
.jarinside:
mods/
- Start your server.
- Configure your banned items.
- Use
/itemsbannedto manage the mod.
Example file name:
itemsbanned-1.1.0-forge-1.20.1.jar
โ Requirements
- Minecraft: 1.20.1
- Forge: 47.x
- Java: 17
๐จโ๐ป Author
Developed by Berxx
๐ License
All Rights Reserved
Copyright ยฉ Berxx.
ItemsBanned and its source code are the property of its author.
Without explicit permission from the author, you may not:
- Redistribute the mod as your own work.
- Republish modified versions.
- Sell the mod.
- Sell the source code.
- Re-upload compiled or modified versions to other platforms.
- Remove or replace the original author attribution.
- Redistribute substantial portions of the source code.
- Include the mod in commercial or paid distributions without permission.
Downloading and using ItemsBanned does not transfer ownership or intellectual property rights.
All rights not expressly granted remain reserved by Berxx.
โ ๏ธ Disclaimer
Minecraft is a trademark of Mojang Studios.
ItemsBanned is an independent project and is not affiliated with, sponsored by, or officially endorsed by Mojang Studios or Microsoft.


