{"id":86947,"date":"2026-06-05T02:12:20","date_gmt":"2026-06-04T23:12:20","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/itemcraft\/"},"modified":"2026-06-05T02:12:20","modified_gmt":"2026-06-04T23:12:20","slug":"itemcraft","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/itemcraft\/","title":{"rendered":"ItemCraft"},"content":{"rendered":"<p># \ud83d\udcd8 ItemCraft \u2013 Complete Usage Guide (v1.4.1)<\/p>\n<p>&#8212;<\/p>\n<p># 1\ufe0f\u20e3 Installation<\/p>\n<p>1. Download the .jar file<br \/>\n2. Place it inside:<br \/>\n   plugins\/<br \/>\n3. Start your server<br \/>\n4. (Optional) Install FancyHolograms for hologram support<\/p>\n<p>Requirements:<br \/>\n&#8211; Paper \/ Spigot 1.21+<br \/>\n&#8211; Java 21<\/p>\n<p>&#8212;<\/p>\n<p># 2\ufe0f\u20e3 Creating a New Recipe<\/p>\n<p>## Step 1 \u2013 Open the Editor GUI<\/p>\n<p>Command:<br \/>\n  \/ic<\/p>\n<p>Required permission:<br \/>\n  itemcraft.editor<\/p>\n<p>&#8212;<\/p>\n<p>## Step 2 \u2013 Set Ingredients<\/p>\n<p>The GUI looks like a vanilla crafting table:<\/p>\n<p>  [ 3&#215;3 Crafting Grid ]  \u2192  [ Result Slot ]<\/p>\n<p>&#8211; Drag items into the 3&#215;3 grid<br \/>\n&#8211; You can use custom amounts (e.g., 32 gold in one slot)<br \/>\n&#8211; Place the output item in the Result slot<\/p>\n<p>&#8212;<\/p>\n<p>## Step 3 \u2013 Set Craft Limit<\/p>\n<p>Use the &#8220;Max crafts&#8221; button:<\/p>\n<p>&#8211; Left Click \u2192 +1<br \/>\n&#8211; Shift + Left \u2192 +10<br \/>\n&#8211; Right Click \u2192 -1<br \/>\n&#8211; Shift + Right \u2192 -10<\/p>\n<p>Important:<br \/>\n  0 = Unlimited crafting<\/p>\n<p>&#8212;<\/p>\n<p>## Step 4 \u2013 Choose Limit Mode<\/p>\n<p>Use the &#8220;Limit Mode&#8221; button.<\/p>\n<p>There are 2 modes:<\/p>\n<p>GLOBAL<br \/>\n&#8211; Entire server can craft the recipe X times total<br \/>\n&#8211; Stored in: globaldata.yml<\/p>\n<p>PER_PLAYER<br \/>\n&#8211; Each player can craft the recipe X times individually<br \/>\n&#8211; Stored in: playerdata.yml<\/p>\n<p>You can switch modes freely before saving.<\/p>\n<p>&#8212;<\/p>\n<p>## Step 5 \u2013 Save the Recipe<\/p>\n<p>Click &#8220;Save&#8221;.<\/p>\n<p>You will be prompted to enter a recipe ID in chat.<\/p>\n<p>Example:<br \/>\n  legend_sword<\/p>\n<p>The file will be created in:<br \/>\n  plugins\/ItemCraft\/recipes\/legend_sword.yml<\/p>\n<p>&#8212;<\/p>\n<p># 3\ufe0f\u20e3 Opening a Recipe Manually<\/p>\n<p>Command:<br \/>\n  \/ic open <id><\/p>\n<p>Example:<br \/>\n  \/ic open legend_sword<\/p>\n<p>Required permission:<br \/>\n  itemcraft.open<\/p>\n<p>&#8212;<\/p>\n<p># 4\ufe0f\u20e3 Binding a Recipe to a Block<\/p>\n<p>## Bind<\/p>\n<p>Look at a block and run:<\/p>\n<p>  \/ic gan <id><\/p>\n<p>Example:<br \/>\n  \/ic gan legend_sword<\/p>\n<p>That block becomes a custom crafting block.<\/p>\n<p>Required permission:<br \/>\n  itemcraft.bind<\/p>\n<p>&#8212;<\/p>\n<p>## Unbind<\/p>\n<p>Look at the block and run:<\/p>\n<p>  \/ic removegan<\/p>\n<p>Required permission:<br \/>\n  itemcraft.unbind<\/p>\n<p>&#8212;<\/p>\n<p># 5\ufe0f\u20e3 Crafting via Block<\/p>\n<p>Once a block is bound:<\/p>\n<p>&#8211; Right-click the block<br \/>\n&#8211; The custom crafting GUI opens<br \/>\n&#8211; The system will:<br \/>\n  &#8211; Check materials<br \/>\n  &#8211; Check craft limit<br \/>\n  &#8211; Remove required items<br \/>\n  &#8211; Give output<\/p>\n<p>&#8212;<\/p>\n<p># 6\ufe0f\u20e3 FancyHolograms Support<\/p>\n<p>If FancyHolograms is installed:<\/p>\n<p>&#8211; A hologram is automatically created when binding a block<br \/>\n&#8211; \/ic reload refreshes holograms<br \/>\n&#8211; Can be enabled\/disabled in config.yml<\/p>\n<p>Safe fallback:<br \/>\nIf FancyHolograms is not installed, plugin works normally without holograms.<\/p>\n<p>&#8212;<\/p>\n<p># 7\ufe0f\u20e3 Reloading the Plugin<\/p>\n<p>Command:<br \/>\n  \/ic reload<\/p>\n<p>This reloads:<br \/>\n&#8211; config<br \/>\n&#8211; language files<br \/>\n&#8211; recipes<br \/>\n&#8211; bindings<br \/>\n&#8211; holograms<\/p>\n<p>Permission required:<br \/>\n  itemcraft.reload<\/p>\n<p>&#8212;<\/p>\n<p># 8\ufe0f\u20e3 File Structure<\/p>\n<p>plugins\/ItemCraft\/<br \/>\n \u251c\u2500\u2500 config.yml<br \/>\n \u251c\u2500\u2500 lang\/<br \/>\n \u251c\u2500\u2500 recipes\/<br \/>\n \u251c\u2500\u2500 bindings.yml<br \/>\n \u251c\u2500\u2500 playerdata.yml<br \/>\n \u2514\u2500\u2500 globaldata.yml<\/p>\n<p>Each recipe is stored in its own YAML file.<\/p>\n<p>&#8212;<\/p>\n<p># 9\ufe0f\u20e3 Permissions<\/p>\n<p>itemcraft.editor<br \/>\nitemcraft.open<br \/>\nitemcraft.bind<br \/>\nitemcraft.unbind<br \/>\nitemcraft.reload<br \/>\nitemcraft.help<\/p>\n<p>&#8212;<\/p>\n<p># \ud83d\udd12 Security &#038; Protection<\/p>\n<p>The GUI is fully protected:<\/p>\n<p>&#8211; No shift-click exploit<br \/>\n&#8211; No drag exploit<br \/>\n&#8211; No hotbar swap exploit<br \/>\n&#8211; No stealing decorative items<br \/>\n&#8211; Safe data saving<br \/>\n&#8211; Automatic reload handling<\/p>\n<p>&#8212;<\/p>\n<p># \ud83c\udfaf Example Setup<\/p>\n<p>Recipe:<br \/>\n&#8211; 1 Diamond Block<br \/>\n&#8211; 32 Gold<br \/>\n&#8211; Result: Netherite Ingot<br \/>\n&#8211; Max crafts: 50<br \/>\n&#8211; Mode: GLOBAL<\/p>\n<p>After saving:<\/p>\n<p>  \/ic gan legend_block<\/p>\n<p>Now the entire server can craft it only 50 times total.<\/p>\n<p>&#8212;<\/p>\n<p>If you need:<\/p>\n<p>&#8211; A short summary version<br \/>\n&#8211; SEO optimized description<br \/>\n&#8211; A professional GitHub README<br \/>\n&#8211; A formatted Modrinth wiki page<br \/>\n&#8211; A Discord announcement post<\/p>\n<p>Just tell me which one you want.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ItemCraft allows you to create fully custom crafting recipes using a crafting-table style GUI, limit how many times a recipe can be crafted (globally or per-player), and bind recipes to blocks with optional FancyHolograms support.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"itemcraft","_minecraft_project_id":"z9Ff9uno","_minecraft_author":"Keran1234","_minecraft_license":"MIT","_minecraft_downloads":30,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"itemcraft.zip","_minecraft_size_bytes":41586,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:08:11.903241Z","_minecraft_date_created":"2026-03-02T22:42:18.905565Z","_minecraft_date_modified":"2026-02-28T13:48:51.156858Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/itemcraft","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-04T23:12:21+00:00","_minecraft_import_hash":"68033328f7808f81e73175d53e497a05","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,88,89,90,127,129,123],"mod_loader":[130,132,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-86947","mod","type-mod","status-publish","hentry","mod_category-bukkit","mod_category-equipment","mod_category-game-mechanics","mod_category-optimization","mod_category-paper","mod_category-spigot","mod_category-technology","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ItemCraft - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/itemcraft\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ItemCraft - Minecraft\" \/>\n<meta property=\"og:description\" content=\"ItemCraft allows you to create fully custom crafting recipes using a crafting-table style GUI, limit how many times a recipe can be crafted (globally or per-player), and bind recipes to blocks with optional FancyHolograms support.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/itemcraft\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcraft\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcraft\\\/\",\"name\":\"ItemCraft - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-04T23:12:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcraft\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcraft\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemcraft\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"ItemCraft\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ItemCraft - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/itemcraft\/","og_locale":"en_US","og_type":"article","og_title":"ItemCraft - Minecraft","og_description":"ItemCraft allows you to create fully custom crafting recipes using a crafting-table style GUI, limit how many times a recipe can be crafted (globally or per-player), and bind recipes to blocks with optional FancyHolograms support.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/itemcraft\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemcraft\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/itemcraft\/","name":"ItemCraft - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-04T23:12:20+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemcraft\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/itemcraft\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemcraft\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"ItemCraft"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/86947","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=86947"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=86947"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=86947"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=86947"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}