CreativeItemControl

⭐ — (0 endorsements) 📥 185 downloads 📌 v2.0.1 📅 4/16/2026
🟡 Updated this year

By Jamplifier · folia

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/5/2026 📅 Created: 4/16/2026

🔍 Analysis

  • 🏆 #95 of 122 folia mods in this game by downloads

📋 About This Mod

# Issues & Suggestions Visit our (https://discord.gg/simplestudio) for any issues or suggestions! CreativeItemControl is a plugin designed to allow you to prevent playters from obtaining or using impossible items, such as.. - Impossible enchantments - Incompatible (Infinity + mending) - Impossible levels (Sharpness 10) - Incompatible items (Sharpness on a stick) - Custom potions - Potions with custom effects - Attribute Modifiers - Prevent any items with attributre modifiers - Custom components You can also allow specific items with the /cic exclude commmand. Commands: - /cic exclude <id> | Exclude held item from CIC. Id is any name you wish to give it - /cic give <id> | Give yourself or another player (if you have permissions) an excluded item - /cic reload | Reload the plugin config - /cic remove <id> | Remove an excluded item from exclusions list Permissions: ``` cic.bypass.enchantments - Bypass enchantment protections cic.bypass.potions - Bypass potion protections cic.bypass.attributes - Bypass attrribute protections cic.bypass.components - Bypass component protections cic.bypass.* - Bypass all protections cic.give.<id> - Allow a player to give themselves an excluded item cic.admin - Admin commands (/cic exclude, reload, remove), allow /cic give on others ``` Multiple action options for dealing with the items, configurable in the config. <details> <summary>Config.yml</summary> ``` # Creative Item Control Plugin Config # This plugin is designed to give full control over item data to server administrators, especially those # with creative mode worlds or servers config: enabled: true # Is plugin enabled? player-alerts: true # Send a message to the player attempting to get the item alert-cooldown: 1000 # Cooldown (in milliseconds) between each alert message worlds: # Worlds in which the plugin is active - example blacklist: false # If true, above worlds config will act as a blacklist give-cooldown: 0 # Cooldown for /cic give command. cic.admin will bypass this check-dispensers: true # When true, dispensers won't be able to dispense blocked items per-item-permissions: true enchantments: # By default, only regular enchantments and levels will be allowed. # Action to take when impossible enchants are found. Options: # LOWER - Set enchants to the highest possible value for that item # REMOVE - Remove enchantments from the item all-together # DELETE - Delete the item enabled: true # Enable enchantment checks? action: LOWER allow-incompatible: false # Whether or not to allow incompatible enchantments (Sharpness with Smite, Infinity with Mending, etc.) attributes: # By default, no attribute modifying items will be allowed # Action to take when attribute modifiers are found. Options: # REMOVE - Remove the attribute modifiers from the item # DELETE - Delete the item enabled: true action: DELETE potions: enabled: true components: # Deny specific components. List of components can be found here https://minecraft.wiki/w/Data_component_format enabled: false blocked: # List of components to block - minecraft:example_component # ----------------------------- Messages ------------------------------------- messages: alerts: components: '<b><red>Items with custom components are not allowed here!' attributes: '<b><red>Items with attribute modifiers are not allowed here!' enchantments: '<b><red>Items with impossible enchantments are not allowed here!' potions: '<b><red>Custom potions are not allowed here!' commands: exclude: '&aStored {type} as "{id}".' remove: '&aRemoved excluded item "{id}".' listempty: '&eNo excluded items stored.' # Give Command give: '&aGave "{id}" to &f&a{player}.' giveinvalid: '&cNo excluded item found with id "{id}".' giveothers: '&cYou do not have permission to give to other players!' playernotfound: '&cPlayer "{player}" not found.' specifyplayer: '&cSpecify a player: /cic give <id> <player>' invalidworld: '&cYou cannot use this in this world!' oncooldown: '&cYou must wait {time}s before receiving this item again.' noperm: '&cYou do not have permission!' ``` </details> If you have any questions, suggestions, or issues with this plugin, please check out the (discord.gg/simplestudio)

# Issues & Suggestions

Visit our (https://discord.gg/simplestudio) for any issues or suggestions!

CreativeItemControl is a plugin designed to allow you to prevent playters from obtaining or using impossible items, such as.. - Impossible enchantments - Incompatible (Infinity + mending) - Impossible levels (Sharpness 10) - Incompatible items (Sharpness on a stick) - Custom potions - Potions with custom effects - Attribute Modifiers - Prevent any items with attributre modifiers - Custom components

You can also allow specific items with the /cic exclude commmand.

Commands: - /cic exclude | Exclude held item from CIC. Id is any name you wish to give it - /cic give | Give yourself or another player (if you have permissions) an excluded item - /cic reload | Reload the plugin config - /cic remove | Remove an excluded item from exclusions list

Permissions:

``` cic.bypass.enchantments - Bypass enchantment protections cic.bypass.potions - Bypass potion protections cic.bypass.attributes - Bypass attrribute protections cic.bypass.components - Bypass component protections cic.bypass.* - Bypass all protections

cic.give. - Allow a player to give themselves an excluded item cic.admin - Admin commands (/cic exclude, reload, remove), allow /cic give on others ```

Multiple action options for dealing with the items, configurable in the config.

Config.yml

``` # Creative Item Control Plugin Config # This plugin is designed to give full control over item data to server administrators, especially those # with creative mode worlds or servers

config: enabled: true # Is plugin enabled? player-alerts: true # Send a message to the player attempting to get the item alert-cooldown: 1000 # Cooldown (in milliseconds) between each alert message

worlds: # Worlds in which the plugin is active - example blacklist: false # If true, above worlds config will act as a blacklist

give-cooldown: 0 # Cooldown for /cic give command. cic.admin will bypass this

check-dispensers: true # When true, dispensers won't be able to dispense blocked items

per-item-permissions: true

enchantments: # By default, only regular enchantments and levels will be allowed. # Action to take when impossible enchants are found. Options: # LOWER - Set enchants to the highest possible value for that item # REMOVE - Remove enchantments from the item all-together # DELETE - Delete the item enabled: true # Enable enchantment checks? action: LOWER allow-incompatible: false # Whether or not to allow incompatible enchantments (Sharpness with Smite, Infinity with Mending, etc.)

attributes: # By default, no attribute modifying items will be allowed # Action to take when attribute modifiers are found. Options: # REMOVE - Remove the attribute modifiers from the item # DELETE - Delete the item enabled: true action: DELETE

potions: enabled: true

components: # Deny specific components. List of components can be found here https://minecraft.wiki/w/Data_component_format enabled: false blocked: # List of components to block - minecraft:example_component

# ----------------------------- Messages ------------------------------------- messages: alerts: components: 'Items with custom components are not allowed here!' attributes: 'Items with attribute modifiers are not allowed here!' enchantments: 'Items with impossible enchantments are not allowed here!' potions: 'Custom potions are not allowed here!'

commands: exclude: '&aStored {type} as "{id}".' remove: '&aRemoved excluded item "{id}".' listempty: '&eNo excluded items stored.' # Give Command give: '&aGave "{id}" to &f&a{player}.' giveinvalid: '&cNo excluded item found with id "{id}".' giveothers: '&cYou do not have permission to give to other players!' playernotfound: '&cPlayer "{player}" not found.' specifyplayer: '&cSpecify a player: /cic give ' invalidworld: '&cYou cannot use this in this world!' oncooldown: '&cYou must wait {time}s before receiving this item again.'

noperm: '&cYou do not have permission!'

```

If you have any questions, suggestions, or issues with this plugin, please check out the (discord.gg/simplestudio)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Jamplifier
Version
2.0.1
Downloads
185
Endorsements
0
Category
folia
Created
4/16/2026
Updated
8/5/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does CreativeItemControl support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of CreativeItemControl?

Version 2.0.1, published 2026-08-05 with 185 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await