ItemCraft

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 137 downloads ๐Ÿ“Œ v1.4.1 ๐Ÿ“… 3/2/2026
๐ŸŸก Updated this year

By Keran1234 ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 2/28/2026 ๐Ÿ“… Created: 3/2/2026

๐Ÿ” Analysis

  • ๐Ÿ† #289 of 1224 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

โœ… 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

# ๐Ÿ“˜ 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
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

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.

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š 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

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by Keran1234 ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods