
ItemGator
Prevent players from having/using specific items until they have a certain tag!
Screenshots

About this Mod
Looking for an easy way to prevent players from having anything to do with an item until they've made it further through progression? Then look no further! ItemGator allows you to use datapack-style recipes in order to prevent players from being able to have an item until some other process - be it an FTB Quest Reward, a Per-Tick mcfunction or some other means - adds a tag to the player.
When the tag isn't present on the player, the item will turn into whatever item is defined as a substitute and all of the data for the original item will be stored on the substitute as NBT.
When the tag is present, the mod will use that NBT data on the item to revert it back to its original form, allowing you to push the use of an item to a later time.
Datapack examples:
Disallow access to an entire mod until the tag test123 is given to the player
In this example, the mod Immersive Engineering is being gated from any player that doesn't have the tag test123. When a player without that tag obtains any Immersive Engineering item, it'll turn into a stick until they are granted that tag.
{
"type": "itemgator:mod",
"mod": "immersiveengineering",
"substitute": { "item": "minecraft:stick" },
"tag": "test123"
}
Disallow an item or item tag until the tag test123is given to the player
In this example, any minecraft:planks will be turned into a stick until the player is granted the tag test123:
{
"type": "itemgator:ingredient",
"input": { "tag": "minecraft:planks" },
"substitute": { "item": "minecraft:stick" },
"tag": "test123"
}
Available Versions
How to Install ItemGator on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set forge Loader
In the panel under "Egg", select the forge loader and matching Minecraft version (1.20.1).
Install Mod
Open the mod browser in the dashboard and search for "ItemGator". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.20.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
ItemGator server crashes on startup – what to do?
Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.
Is ItemGator compatible with forge?
ItemGator officially supports forge for Minecraft 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with ItemGator – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if ItemGator consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install ItemGator with just one click on your server.