Item Sanitizer
ModLightweight server side Minecraft mod that removes banned items from player inventories
Type
Mod
Modrinth Downloads
97
Modrinth ID
VYAwjEml
Last Updated
Aug 22, 2026
Description
Item Sanitizer allows server administrators to define a list of blacklisted items in a configuration file
Features:
- Blacklist Enforcement: Automatically removes blacklisted items from players' inventories.
- Player Notifications: Displays a message to players when a blacklisted item is removed.
- Player Whitelist: Allows specific players to use specific blacklisted items via playersWhitelist.
- Configurable: Easily define blacklisted items in the configuration file.
- OP Bypass: Optionally allow server operators to use blacklisted items.
- Dual-Side Sync: Configuration is synced from server to clients, ensuring consistent enforcement.
Use Cases:
- Prevent the use of overpowered or disruptive items in survival or competitive servers.
- Enforce server rules and maintain a balanced gameplay environment.
- Grant specific players access to certain items (e.g., staff members, builders).
Compatibility:
- Compatible with Minecraft 1.20.1 and Forge.
- Requires installation on both server and client for full functionality (blacklist sync and tooltip blocking).
Installation:
- Place the mod's JAR file in the mods folder of both your server and clients.
- Start the server to generate the configuration file.
- Edit the configuration file to define your blacklist and player whitelists.
- Restart the server to apply changes.
Commands:
- /itemsanitizer reload: Reloads the configuration file without restarting the server.
Permissions:
- Server operators (OPs) can bypass item restrictions if enabled in the configuration file.
- Players listed in playersWhitelist can use their whitelisted items regardless of the blacklist.
Configuration:
The configuration file is located at config/itemsanitizer.json. You can define blacklisted items using the blacklistedItems list. Each entry in the list can be either a specific item ID or a pattern using regular expressions.
Example Configuration:
{ "blacklistedItems": [ "minecraft:tnt", "minecraft:tnt_minecart", "!minecraft:.*_spawn_egg", "tfmg:advanced_potato_cannon", "tfmg:segmented_display" ], "allowOpsUseBlacklistedItems": true, "playersWhitelist": { "BuilderSteve": ["minecraft:bedrock", "minecraft:command_block"], "AdminAlex": ["*"] } }- Specific Item: Add the exact item ID (e.g., minecraft:tnt).
- Pattern: Use ! followed by a regular expression to match multiple items (e.g., !minecraft:.*_spawn_egg matches all spawn eggs).
- Player Whitelist: A map of player names to lists of item IDs they are allowed to use despite the blacklist.
- Use "*" as the only entry to allow all items for a specific player.
- Players not listed in playersWhitelist are subject to the normal blacklist rules.
Notes:
- Changes to the configuration file require a server restart or the /itemsanitizer reload command to take effect.
- Ensure the item IDs or patterns are valid to avoid errors.
- The mod must be installed on clients to receive synced configuration and prevent blacklisted items from appearing in tooltips.
Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Jujutsuhope
Orca's Jujutsucraft Addon
Neo AE2 Toogleable View Cell
Neoforge 1.21.1 AE2 Toogleable View Cell , a mod that adds a toggleable view cell to AE2
Player Level Skills (LevelZ Rework)
Player Skills to level up your character and unlock gear/blocks/bonus and more.
VRAM Tweak
VRAM Tweak is a mod that reduces the amount of GPU VRAM used by games.
Synthesizer
Overpowered resource synthesis
Potion of Caring
Adds a new Potion that prevents hostility, and brings mobs closer together.