File Details
ItemBan-1.0.0.jar
- R
- May 15, 2026
- 1013.27 KB
- 8
- 1.20.1
- Forge
File Name
ItemBan-1.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
## [1.0.0] - 2026-05-16
### Added
- Initial release of ItemBan
- Blacklist any item from any mod using `modid:item` format
- Automatically remove all recipes for blacklisted items on world load
- Real-time deletion from player inventories, containers, and dropped items
- Wide compatibility with AE2, Create, Sophisticated Backpacks, Storage Drawers, and most storage mods
- Live management commands (require OP level 2):
- `/itemban add <item_id>`
- `/itemban remove <item_id>`
- `/itemban list`
- `/itemban reload`
- Creative mode and OP players are exempt
- Pure server-side mod (clients do not need to install anything)
- Configuration file at `config/ItemBan/blacklist.json`
- Daily audit logs in `logs/ItemBan/`
- Performance optimized (scanning throttled to every 10 ticks)
- Custom mod logo
### Technical
- Licensed under Apache License 2.0
- Built for Minecraft 1.20.1 + Forge 47.3.0+
- No default items blacklisted on first run
- Fluid containers safely excluded from scanning

