DP-CustomCrafting
Custom recipe creation and production plugin
📖About DP-CustomCrafting
Example Video : Coming soon!
This plugin allows server owners to easily create and manage custom crafting recipes on their Minecraft server.
Enable players to craft new and unique items beyond the standard Minecraft recipes, expanding your server’s gameplay with special crafts for custom items or previously uncraftable materials – all without complicated setup or configuration!
- Create unlimited custom crafting recipes with your own defined ingredients and output items
- Support for both shaped and shapeless recipes to fit any crafting pattern
- Use custom ingredients (specific item types, names, or lore) as recipe components
- Intuitive in-game GUI to design and edit recipes without manual file editing
- Optional PlaceholderAPI integration for displaying crafting-related information
- All DP-Plugins require the
DPP-Coreplugin - The plugin will not work if
DPP-Coreis not installed - You can download
DPP-Corehere: Click me!
1️⃣ Place the DPP-Core plugin and this plugin file (DP-CustomCrafting-*.jar) into your server’s plugins folder
2️⃣ Restart the server, and the plugin will be automatically enabled
3️⃣ If needed, you can open and modify config.yml and plugin.yml to customize settings
config.yml: Manages basic plugin settings and message options
❗ Some commands require admin permission (dpcc.admin)
Command List and Examples
| Command | Permission | Description | Example |
|---|---|---|---|
/dpcc createcategory <categoryName> |
dpcc.admin | Create a new category | /dpcc createcategory MagicItems |
/dpcc createrecipe <categoryName> <recipeName> |
dpcc.admin | Create a new recipe inside a category | /dpcc createrecipe MagicItems FireWand |
/dpcc recipeitem <categoryName> <recipeName> |
dpcc.admin | Set recipe ingredients (opens recipe item GUI) | /dpcc recipeitem MagicItems FireWand |
/dpcc setresultitem <categoryName> <recipeName> |
dpcc.admin | Set the recipe result item | /dpcc setresultitem MagicItems FireWand |
/dpcc setresultamount <categoryName> <recipeName> <amount> |
dpcc.admin | Set the recipe result amount | /dpcc setresultamount MagicItems FireWand 3 |
/dpcc setresultweight <categoryName> <recipeName> |
dpcc.admin | Set the recipe result weight | /dpcc setresultweight MagicItems FireWand |
/dpcc opencategory <categoryName> |
None | Open the category inventory (recipe list GUI) | /dpcc opencategory MagicItems |
/dpcc reload |
dpcc.admin | Reload the config | /dpcc reload |
❗Notes when using commands
- Category names and recipe names support Korean and English, but spaces are not allowed
- Most settings are handled through in-game GUI (ingredients / result setup)
setresultitemtypically uses the item you are holding as the result item- Admin commands require OP status or the
dpcc.adminpermission
- No external API integrations are used
- https://discord.gg/JnMCqkn2FX
- If you have any questions or issues, please contact your server administrator
- Suggestions for new features or improvements are always welcome