ItemCraft
๐ก Updated this year๐ Analysis
- ๐ #289 of 1224 bukkit mods in this game by downloads
๐ About This Mod
# ๐ ItemCraft โ Complete Usage Guide (v1.4.1) --- # 1๏ธโฃ Installation 1. Download the .jar file 2. Place it inside: plugins/ 3. Start your server 4. (Optional) Install FancyHolograms for hologram support Requirements: - Paper / Spigot 1.21+ - Java 21 --- # 2๏ธโฃ Creating a New Recipe ## Step 1 โ Open the Editor GUI Command: /ic Required permission: itemcraft.editor --- ## Step 2 โ Set Ingredients The GUI looks like a vanilla crafting table: โ - Drag items into the 3x3 grid - You can use custom amounts (e.g., 32 gold in one slot) - Place the output item in the Result slot --- ## Step 3 โ Set Craft Limit Use the "Max crafts" button: - Left Click โ +1 - Shift + Left โ +10 - Right Click โ -1 - Shift + Right โ -10 Important: 0 = Unlimited crafting --- ## Step 4 โ Choose Limit Mode Use the "Limit Mode" button. There are 2 modes: GLOBAL - Entire server can craft the recipe X times total - Stored in: globaldata.yml PER_PLAYER - Each player can craft the recipe X times individually - Stored in: playerdata.yml You can switch modes freely before saving. --- ## Step 5 โ Save the Recipe Click "Save". You will be prompted to enter a recipe ID in chat. Example: legend_sword The file will be created in: plugins/ItemCraft/recipes/legend_sword.yml --- # 3๏ธโฃ Opening a Recipe Manually Command: /ic open <id> Example: /ic open legend_sword Required permission: itemcraft.open --- # 4๏ธโฃ Binding a Recipe to a Block ## Bind Look at a block and run: /ic gan <id> Example: /ic gan legend_sword That block becomes a custom crafting block. Required permission: itemcraft.bind --- ## Unbind Look at the block and run: /ic removegan Required permission: itemcraft.unbind --- # 5๏ธโฃ Crafting via Block Once a block is bound: - Right-click the block - The custom crafting GUI opens - The system will: - Check materials - Check craft limit - Remove required items - Give output --- # 6๏ธโฃ FancyHolograms Support If FancyHolograms is installed: - A hologram is automatically created when binding a block - /ic reload refreshes holograms - Can be enabled/disabled in config.yml Safe fallback: If FancyHolograms is not installed, plugin works normally without holograms. --- # 7๏ธโฃ Reloading the Plugin Command: /ic reload This reloads: - config - language files - recipes - bindings - holograms Permission required: itemcraft.reload --- # 8๏ธโฃ File Structure plugins/ItemCraft/ โโโ config.yml โโโ lang/ โโโ recipes/ โโโ bindings.yml โโโ playerdata.yml โโโ globaldata.yml Each recipe is stored in its own YAML file. --- # 9๏ธโฃ Permissions itemcraft.editor itemcraft.open itemcraft.bind itemcraft.unbind itemcraft.reload itemcraft.help --- # ๐ Security & Protection The GUI is fully protected: - No shift-click exploit - No drag exploit - No hotbar swap exploit - No stealing decorative items - Safe data saving - Automatic reload handling --- # ๐ฏ Example Setup Recipe: - 1 Diamond Block - 32 Gold - Result: Netherite Ingot - Max crafts: 50 - Mode: GLOBAL After saving: /ic gan legend_block Now the entire server can craft it only 50 times total. --- If you need: - A short summary version - SEO optimized description - A professional GitHub README - A formatted Modrinth wiki page - A Discord announcement post Just tell me which one you want.
# ๐ ItemCraft โ Complete Usage Guide (v1. 4. 1)
# 1๏ธโฃ Installation
1. Download the .jar file 2. Place it inside: plugins/ 3. Start your server 4. (Optional) Install FancyHolograms for hologram support
Requirements: - Paper / Spigot 1. 21+ - Java 21
# 2๏ธโฃ Creating a New Recipe
## Step 1 โ Open the Editor GUI
Command: /ic
Required permission: itemcraft.editor
## Step 2 โ Set Ingredients
The GUI looks like a vanilla crafting table:
[ 3x3 Crafting Grid ] โ [ Result Slot ]
- Drag items into the 3x3 grid
- You can use custom amounts (e.g., 32 gold in one slot)
- Place the output item in the Result slot
## Step 3 โ Set Craft Limit
Use the "Max crafts" button:
- Left Click โ +1
- Shift + Left โ +10
- Right Click โ -1
- Shift + Right โ -10
## Step 4 โ Choose Limit Mode
Use the "Limit Mode" button.
There are 2 modes:
GLOBAL - Entire server can craft the recipe X times total - Stored in: globaldata.yml
PER_PLAYER - Each player can craft the recipe X times individually - Stored in: playerdata.yml
You can switch modes freely before saving.
## Step 5 โ Save the Recipe
Click "Save".
You will be prompted to enter a recipe ID in chat.
Example: legend_sword
The file will be created in: plugins/ItemCraft/recipes/legend_sword.yml
# 3๏ธโฃ Opening a Recipe Manually
Command:
/ic open
Example: /ic open legend_sword
Required permission: itemcraft.open
# 4๏ธโฃ Binding a Recipe to a Block
Look at a block and run:
/ic gan
Example: /ic gan legend_sword
That block becomes a custom crafting block.
Required permission: itemcraft.bind
Look at the block and run:
/ic removegan
Required permission: itemcraft.unbind
# 5๏ธโฃ Crafting via Block
Once a block is bound:
- Right-click the block
- The custom crafting GUI opens
- The system will:
- - Check materials
- - Check craft limit
- - Remove required items
- - Give output
# 6๏ธโฃ FancyHolograms Support
If FancyHolograms is installed:
- A hologram is automatically created when binding a block
- /ic reload refreshes holograms
- Can be enabled/disabled in config.yml
Safe fallback: If FancyHolograms is not installed, plugin works normally without holograms.
# 7๏ธโฃ Reloading the Plugin
Command: /ic reload
This reloads: - config - language files - recipes - bindings - holograms
Permission required: itemcraft.reload
# 8๏ธโฃ File Structure
plugins/ItemCraft/ โโโ config.yml โโโ lang/ โโโ recipes/ โโโ bindings.yml โโโ playerdata.yml โโโ globaldata.yml
Each recipe is stored in its own YAML file.
# 9๏ธโฃ Permissions
itemcraft.editor itemcraft.open itemcraft.bind itemcraft.unbind itemcraft.reload itemcraft.help
# ๐ Security & Protection
The GUI is fully protected:
- No shift-click exploit
- No drag exploit
- No hotbar swap exploit
- No stealing decorative items
- Safe data saving
- Automatic reload handling
# ๐ฏ Example Setup
Recipe: - 1 Diamond Block - 32 Gold - Result: Netherite Ingot - Max crafts: 50 - Mode: GLOBAL
After saving:
/ic gan legend_block
Now the entire server can craft it only 50 times total.
If you need:
- A short summary version
- SEO optimized description
- A professional GitHub README
- A formatted Modrinth wiki page
- A Discord announcement post
Just tell me which one you want.
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- Keran1234
- Version
- 1.4.1
- Downloads
- 137
- Endorsements
- 0
- Category
- bukkit
- Created
- 3/2/2026
- Updated
- 2/28/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- equipment, game-mechanics, technology
๐ง 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 ItemCraft 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 ItemCraft?
Version 1.4.1, published 2026-02-28 with 137 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await