Перейти к содержимому
Mineforgian

CustomCrafting

Easily create custom recipes via an in-game GUI, including Crafting, Cooking, Smithing, etc. Use advanced config features to merge/copy NBT from ingredients to results, and run Extensions on recipe completion.

Загрузки
209K
Подписчики
285
Обновлён
22 июня 2026 г.
Лицензия
GPL-3.0-or-later

Опубликован 22 июня 2023 г.

Java 16, Spigot, and WolfyUtils are required!


bStats Servers Spiget Downloads Spiget Stars

recipe_types customization advanced_settings dependencies_updates getting started

  • Make sure your server is running Java 17 or later​
  • Install WolfyUtils in the plugins folder​
  • Download & Install the CustomCrafting jar file into the plugins folder​
  • Start the server​
  • Run /cc and start creating recipes via the GUI​

Below you'll find the basic information about the plugin to get going.
For more detailed information, tutorials, and information about advanced features, visit the wiki on GitHub.

Commands

/cc — Opens the GUI of CustomCrafting
Alias: /customcrafting
Permission: customcrafting.cmd.studio​

Command Options

/cc <_option_>

reload — Reloads the plugin data including items, recipes, languages, and GUIs.
Permission: customcrafting.cmd.reload

lockdown — Toggles the lockdown mode. When enabled, all custom recipes are locked and disabled.
Permission: customcrafting.cmd.lockdown

give — Gives a player the specified custom item
Permission: customcrafting.cmd.give​

Recipe Book

The Recipe Book is designed to help your players browse the custom recipes.
You can configure categories for your recipes, create filters that filter recipes by type, etc. and sort recipes.
In the main menu (/cc) you can find the Recipe Editor on the bottom right, that allows you to add new categories/filters, and edit existing ones.
By the time of writing, the GUI is still a work in progress, and some features are only configurable by editing the recipe_book.conf!

GUI Permission: customcrafting.inv.recipe_book.*​

/recipes — Opens the Recipe Book
Permission: customcrafting.cmd.recipes

Recipe Book Item

The plugin provides a recipe book item by default, that opens the recipe book on right-click. Permission: customcrafting.item.recipe_book

Vanilla, Advanced & Elite Crafting Recipes

There are 3 types of custom crafting recipes.
Vanilla, Advanced and Elite Workbench recipes.

Vanilla Recipes

The vanilla recipes can be easily created via the Workbench option on the Main Menu They are compatible with the Vanilla and Advanced Workbench.

Advanced Recipes

Similar to the Vanilla recipes, but can only be crafted in the advanced crafting table.
The advanced crafting table is provided as a default item by the plugin and has particle effects when placed down. It has a vanilla crafting menu and all vanilla recipes can be crafted inside of it. ​ They are created via the same menu in the Recipe Creator, and the Advanced Crafting Table condition must be added & enabled.

How to get the Advanced Workbench:

/cc give <player> customcrafting:advanced_crafting_table
or via the default recipe

Elite Recipes

[This Feature is still in Beta]

Elite Crafting Tables have a custom inventory GUI with different sized crafting grids (2x2 - 6x6).

The Recipes are created via the Elite Crafting Table menu in the Recipe Creator GUI.

How to create an Elite Crafting Table:

Other than the Advanced Workbench, you need to create your own.

To do that, you need to create an item via the Item-Creator (You can use any Block Item)
There you will find the Elite Workbench option on the second page.

After you saved the item, you can get the item via /cc give and create a recipe for it if you like.

In order to use the Elite Workbench, you need these permissions:

customcrafting.inv.crafting.crafting_grid3
customcrafting.inv.crafting.crafting_grid4
customcrafting.inv.crafting.crafting_grid5
customcrafting.inv.crafting.crafting_grid6
customcrafting.inv.crafting.recipe_book​

Ченджлог

5.0-alpha.4.0.0Альфа26.2 · 22 июня 2026 г.

CustomCrafting v5 Alpha 4

v5 is a complete rewrite and redesign of the entire plugin and recipe structure.
It adds features and improvements that were not possible in v4.

In recent times, Minecraft has changed a lot, new modding/plugin platforms have emerged or separated themselves from their original project.
It's now a major task to make plugins/mods work across various platforms, each with their own different API.

With the removal of obfuscation, using and building against the Minecraft internals has become way easier. It is for that reason that with v5 CC focuses on building features on top of the Minecraft internals instead of platform-specific APIs. To keep compatibility, the goal of v5 is to integrate into each platform as best as possible (like Events, Listeners, Third-party Plugins/Mods), while keeping most of its codebase platform-agnostic.

That is where scafall comes in. Scafall allows for the creation of cross-platform APIs, which other mods and plugins may use, and makes it easier to link platform-specific implementations together.

However, all of this comes with a variety of new challenges, so going forward, CustomCrafting will only support the latest Minecraft version!

TLDR

  • CustomCrafting v5 builds features on top of Minecraft internals directly
  • Only supports the latest Minecraft version
  • Requires the scafall library/mod See releases here
  • Provides a cross-platform API

Brand-new Wiki

With the release of v5 on Modrinth comes a brand-new wiki, available at:
https://wolfyscript.github.io/CustomCrafting/

The new wiki provides many visual improvements and is managed using git now, making it easier to maintain than the old GitHub wiki.

Fabric Server Support

v5 introduces support for Fabric servers. Server-side-only mods allow vanilla clients to connect to the Fabric server, so similar to Spigot, players don't need to install any client mods.

The Fabric implementation provides many benefits compared to the Spigot/Paper implementation. It integrates custom recipes that have a vanilla counterpart directly into the vanilla recipe mechanism, this means better integration with existing mods and improved recipe book support.

Separate Paper Version

Starting with this update, there is going to be a separate customcrafting and scafall jar file for paper specifically. If you are using Paper, you should use that to benefit from the improvements and extra features.

Currently, that extra includes only the Stonecutter recipe support, which is missing in the Spigot version.

New Features

v5 introduces some major overhauls to the resource loading and recipe structure.

Configure Resources and Load Order

Sources define where resources are loaded from (Local directory, H2, SQLite, MySQL, etc.).
Backup destinations define where backups will get saved when created. (local directory or zip file)

New & Improved Recipes

v5 expands the functionality of all recipe types. Especially the ones that had a bit of a lacklustre feature set in v4.

Tip This version adds some default recipes that showcase some of the new features. They'll get loaded on startup and can be found here in the v5 branch

Improved Anvil Recipes

  • Rename Options (formatted, pre and suffix, cost, repair cost)
  • Durability Combination Options (bonus, ratio combination)
  • Item Repair Options (cost per item, enchants)
  • Enchanting Options (preserve, upgrade cost, conflict cost, and more...)

Improved Grindstone Recipes

  • Enchant Removal Options
  • Enchant Merge Options
  • Durability Combination Options
  • Repair Cost Options

Improved Recipe Items

  • Full SNBT support for vanilla item stacks
  • Support for DataFixerUpper via version property

Improved Command Result Action

  • Full command context support
    • Target Selectors @p, @n, @r, @a, @e, @s
    • Target Selector arguments
  • and basically anything else from vanilla commands

Advanced Ingredients

This update introduces new Ingredient options that allow configuring how they are matched and/or consumed.
These options are optional and use defaults that make them behave like they do in vanilla.
Options all have their own Registry, so third-party plugins/mods can register their custom behaviour for each option type.

Matching Options

These options specify how the Ingredient choices are matched against the source stack in the inventory.

Consumption Options

Specifies how the Ingredient is consuming the source stack when the result is collected or produced.

Error Tracking

CustomCrafting uses error tracking to assist in the maintenance of the plugin/mod. The Error tracking integration makes issues/errors more visible and provides insight on how well the plugin/mod functions in production.
Which in return enables far quicker bug fixes and improvements than previously possible.
More information on the wiki.

5.0-alpha.4.0.0Альфа26.2 · 22 июня 2026 г.

CustomCrafting v5 Alpha 4

v5 is a complete rewrite and redesign of the entire plugin and recipe structure.
It adds features and improvements that were not possible in v4.

In recent times, Minecraft has changed a lot, new modding/plugin platforms have emerged or separated themselves from their original project.
It's now a major task to make plugins/mods work across various platforms, each with their own different API.

With the removal of obfuscation, using and building against the Minecraft internals has become way easier. It is for that reason that with v5 CC focuses on building features on top of the Minecraft internals instead of platform-specific APIs. To keep compatibility, the goal of v5 is to integrate into each platform as best as possible (like Events, Listeners, Third-party Plugins/Mods), while keeping most of its codebase platform-agnostic.

That is where scafall comes in. Scafall allows for the creation of cross-platform APIs, which other mods and plugins may use, and makes it easier to link platform-specific implementations together.

However, all of this comes with a variety of new challenges, so going forward, CustomCrafting will only support the latest Minecraft version!

TLDR

  • CustomCrafting v5 builds features on top of Minecraft internals directly
  • Only supports the latest Minecraft version
  • Requires the scafall library/mod See releases here
  • Provides a cross-platform API

Brand-new Wiki

With the release of v5 on Modrinth comes a brand-new wiki, available at:
https://wolfyscript.github.io/CustomCrafting/

The new wiki provides many visual improvements and is managed using git now, making it easier to maintain than the old GitHub wiki.

Fabric Server Support

v5 introduces support for Fabric servers. Server-side-only mods allow vanilla clients to connect to the Fabric server, so similar to Spigot, players don't need to install any client mods.

The Fabric implementation provides many benefits compared to the Spigot/Paper implementation. It integrates custom recipes that have a vanilla counterpart directly into the vanilla recipe mechanism, this means better integration with existing mods and improved recipe book support.

Separate Paper Version

Starting with this update, there is going to be a separate customcrafting and scafall jar file for paper specifically. If you are using Paper, you should use that to benefit from the improvements and extra features.

Currently, that extra includes only the Stonecutter recipe support, which is missing in the Spigot version.

New Features

v5 introduces some major overhauls to the resource loading and recipe structure.

Configure Resources and Load Order

Sources define where resources are loaded from (Local directory, H2, SQLite, MySQL, etc.).
Backup destinations define where backups will get saved when created. (local directory or zip file)

New & Improved Recipes

v5 expands the functionality of all recipe types. Especially the ones that had a bit of a lacklustre feature set in v4.

Tip This version adds some default recipes that showcase some of the new features. They'll get loaded on startup and can be found here in the v5 branch

Improved Anvil Recipes

  • Rename Options (formatted, pre and suffix, cost, repair cost)
  • Durability Combination Options (bonus, ratio combination)
  • Item Repair Options (cost per item, enchants)
  • Enchanting Options (preserve, upgrade cost, conflict cost, and more...)

Improved Grindstone Recipes

  • Enchant Removal Options
  • Enchant Merge Options
  • Durability Combination Options
  • Repair Cost Options

Improved Recipe Items

  • Full SNBT support for vanilla item stacks
  • Support for DataFixerUpper via version property

Improved Command Result Action

  • Full command context support
    • Target Selectors @p, @n, @r, @a, @e, @s
    • Target Selector arguments
  • and basically anything else from vanilla commands

Advanced Ingredients

This update introduces new Ingredient options that allow configuring how they are matched and/or consumed.
These options are optional and use defaults that make them behave like they do in vanilla.
Options all have their own Registry, so third-party plugins/mods can register their custom behaviour for each option type.

Matching Options

These options specify how the Ingredient choices are matched against the source stack in the inventory.

Consumption Options

Specifies how the Ingredient is consuming the source stack when the result is collected or produced.

Error Tracking

CustomCrafting uses error tracking to assist in the maintenance of the plugin/mod. The Error tracking integration makes issues/errors more visible and provides insight on how well the plugin/mod functions in production.
Which in return enables far quicker bug fixes and improvements than previously possible.
More information on the wiki.

5.0-alpha.4.0.0Альфа26.2 · 22 июня 2026 г.

CustomCrafting v5 Alpha 4

v5 is a complete rewrite and redesign of the entire plugin and recipe structure.
It adds features and improvements that were not possible in v4.

In recent times, Minecraft has changed a lot, new modding/plugin platforms have emerged or separated themselves from their original project.
It's now a major task to make plugins/mods work across various platforms, each with their own different API.

With the removal of obfuscation, using and building against the Minecraft internals has become way easier. It is for that reason that with v5 CC focuses on building features on top of the Minecraft internals instead of platform-specific APIs. To keep compatibility, the goal of v5 is to integrate into each platform as best as possible (like Events, Listeners, Third-party Plugins/Mods), while keeping most of its codebase platform-agnostic.

That is where scafall comes in. Scafall allows for the creation of cross-platform APIs, which other mods and plugins may use, and makes it easier to link platform-specific implementations together.

However, all of this comes with a variety of new challenges, so going forward, CustomCrafting will only support the latest Minecraft version!

TLDR

  • CustomCrafting v5 builds features on top of Minecraft internals directly
  • Only supports the latest Minecraft version
  • Requires the scafall library/mod See releases here
  • Provides a cross-platform API

Brand-new Wiki

With the release of v5 on Modrinth comes a brand-new wiki, available at:
https://wolfyscript.github.io/CustomCrafting/

The new wiki provides many visual improvements and is managed using git now, making it easier to maintain than the old GitHub wiki.

Fabric Server Support

v5 introduces support for Fabric servers. Server-side-only mods allow vanilla clients to connect to the Fabric server, so similar to Spigot, players don't need to install any client mods.

The Fabric implementation provides many benefits compared to the Spigot/Paper implementation. It integrates custom recipes that have a vanilla counterpart directly into the vanilla recipe mechanism, this means better integration with existing mods and improved recipe book support.

Separate Paper Version

Starting with this update, there is going to be a separate customcrafting and scafall jar file for paper specifically. If you are using Paper, you should use that to benefit from the improvements and extra features.

Currently, that extra includes only the Stonecutter recipe support, which is missing in the Spigot version.

New Features

v5 introduces some major overhauls to the resource loading and recipe structure.

Configure Resources and Load Order

Sources define where resources are loaded from (Local directory, H2, SQLite, MySQL, etc.).
Backup destinations define where backups will get saved when created. (local directory or zip file)

New & Improved Recipes

v5 expands the functionality of all recipe types. Especially the ones that had a bit of a lacklustre feature set in v4.

Tip This version adds some default recipes that showcase some of the new features. They'll get loaded on startup and can be found here in the v5 branch

Improved Anvil Recipes

  • Rename Options (formatted, pre and suffix, cost, repair cost)
  • Durability Combination Options (bonus, ratio combination)
  • Item Repair Options (cost per item, enchants)
  • Enchanting Options (preserve, upgrade cost, conflict cost, and more...)

Improved Grindstone Recipes

  • Enchant Removal Options
  • Enchant Merge Options
  • Durability Combination Options
  • Repair Cost Options

Improved Recipe Items

  • Full SNBT support for vanilla item stacks
  • Support for DataFixerUpper via version property

Improved Command Result Action

  • Full command context support
    • Target Selectors @p, @n, @r, @a, @e, @s
    • Target Selector arguments
  • and basically anything else from vanilla commands

Advanced Ingredients

This update introduces new Ingredient options that allow configuring how they are matched and/or consumed.
These options are optional and use defaults that make them behave like they do in vanilla.
Options all have their own Registry, so third-party plugins/mods can register their custom behaviour for each option type.

Matching Options

These options specify how the Ingredient choices are matched against the source stack in the inventory.

Consumption Options

Specifies how the Ingredient is consuming the source stack when the result is collected or produced.

Error Tracking

CustomCrafting uses error tracking to assist in the maintenance of the plugin/mod. The Error tracking integration makes issues/errors more visible and provides insight on how well the plugin/mod functions in production.
Which in return enables far quicker bug fixes and improvements than previously possible.
More information on the wiki.

4.19.1.0Релиз1.21.6, 1.21.7, 1.21.8 · 21 сентября 2025 г.

🐛 Fixes

  • fix: paper method call breaking spigot compat (details)
  • fix: null player data in gui (details)
  • fix: only need to check lockdown once (details)
  • fix: possible npe in CraftListener ItemsAdder fix (details)
  • fix: make sure lists returned by recipe registry are immutable (details)

⚙️ Build & CI/CD

  • build: add 1.21.4 to the modrinth supported versions (details)
4.19.0.2Релиз1.21.6, 1.21.7, 1.21.8 · 4 сентября 2025 г.

🐛 Fixes

  • fix: remove outdated protocol recipe packet filter (details)

⚙️ Build & CI/CD

  • build: remove protocollib dependency (details)
  • build: trying to get github actions to work... again... (details)
  • build: force gradle v8.13. trying github actions to work... again... again... (details)
4.19.0.1Релиз1.21.5 · 24 апреля 2025 г.

🐛 Fixes

  • fix: set default CCPlayerData when not yet available (details)
  • fix: skip protocollib features when disabled due to errors (details)

⚙️ CI/CD

  • ci: fix commit details link pointing to wrong repo (details)
4.19.0Релиз1.21.5 · 15 апреля 2025 г.

🚧 Breaking Changes

  • refactor!: update to WU 4.19 & remove deprecated code (details)

🧪 Tests

  • test: update test servers to 1.21.5 (details)

⚙️ CI/CD

  • ci: add changelog generation (details)
  • ci: remove misc from changelog (details)
  • ci: create release as draft (details)
4.18.5Релиз1.21.4 · 26 марта 2025 г.

What's Changed

  • Merge PR by @petulikan1 with Bug Fixes, 1.21.4 Support, and more in #407
  • Add first GitHub workflows to start automating the release to Modrinth

Warning! Versions Before 1.21.4 - Not Supported Anymore!

From this update onward, WolfyUtils and CustomCrafting will only support the latest Minecraft version, including drops (minor versions)!
This will allow me to keep up with the new Minecraft update schedule, and concentrate on new features/bug fixes instead of compatibility.
LTS versions, with backported bug fixes, for the previous Minecraft version will be available to Premium. More info about it soon.

New Contributors

Full Changelog: https://github.com/WolfyScript/CustomCrafting/compare/v4.17-beta.5...v4.18.5

Комментарии

Загружаем…