Recipe Creator

Works in 1.7.2
This plugin will give you complete control over Bukkit's Recipe system. With it you can create, edit and remove recipes from the server (Including default recipes) directly in game!
All you need to do, is download the ".jar" file, put it in your plugins directory, and start your server! The first time you run the plugin it will generate all the recipe files for the system, and then put itself in place of the default recipe system :)
Notes:
- I have had such an overwhelming amount of requests. Ohmahgoodness. Thank you you guys :). Please keep in mind that I am the only developer on this project. I will be doing my best to meet each of these requests to the best of my ability, In due time. Please, keep adding more! I will try my best to keep up to date with them, and keep this project as 'user developed' as possible :). Thank you again. If you would like faster development, and more updates, please send a donation to further the development process :). You can find the donate link above.
- This plugin is currently written solely to manipulate bukkits recipe system, and not other systems recipe enhancements. That will be a future add on, however, I am currently working alone trying to fix all of the current issues, and add needed things. Integration with other plugins recipe enhancements has taken a back seat until I resolve all other issues with the plugin. It shouldn't be long before I start integrating it. I apologize for the delay :3
- I am currently working on implementing a fully visual user interface for this plugin. It should be available in the next update. In this update, all recipes will be edited, viewed, and created using a crafting table environment. :)
V2.0
- Version 2.0 is soon coming. On top of fixing all of the issues in previous versions, it incorporates a new method of recipe creation / editing and a new feature to view a live example of a recipe. This version is taking long to update due to many bugs that already needed to be fixed, on top of new ones. I assure you I am working on it, and it should be out soon. This plugin is far from dead, it's just taking a while to get the stable update working. I have a few incomplete builds with pieces missing, that are functional, but not ready to be released. And this new recipe handling system is not the only new feature. 2.0 will also have Economy handling for putting a price on recipes, as well as a full system re-write on the main plugin, which fixed a lot of the bugs.
If you'd like a preview of the system in version 2.0, you can take a look here: Recipe Creator 2.0 Preview
Video Tutorial
Adding A Recipe
The first thing you're going to need to know about adding a recipe, is how to use the Recipe Construction Zones in your inventory.
![]() | Red - Shaped Recipe Construction Zone Blue - Shapeless Recipe Construction Zone Green - Recipe Result Zone |
To create a shaped recipe (Only craftable in a Crafting Table, and must follow a specific pattern), Construct the recipes shape within the Shaped Recipe Construction Zone, and put the output for the recipe in the Recipe Result Zone. Next, Close your inventory and type in
/recipe add shaped
The system will create the Shaped Recipe, Assign it a new Recipe-Id, and reload the server's recipes. You can now test it out on the server :). Alternately, to create a shapeless recipe, repeate the process using the Shapeless Recipe Construction Zone instead, and the command /recipe add shapeless
Recipe Control
There are several way's in which you can control recipes. First, I will explain the /recipe lookup and /recipe info commands. To explain these commands, We will go through the process of removing a recipe from the server.
First, What's the recipe's Recipe-Id?.. To find this, we need to know the item we want to find the recipe for. For example, If you want to find the Item-Id's for all recipe's that output Iron Ore, You would do
/recipe lookup iron_ore
It will output all of the Recipe Id's assigned to Iron Ore. Now, You can get detailed information on each of those recipes by doing,
/recipe info <recipe-id>
Once you assure it's the right recipe (By checking the information from /recipe info) You can remove it by doing
/recipe remove <recipe-id>
After it reloads the recipes, the recipe will be removed from the server :)
Commands / Permissions
- /recipe add [shaped/shapeless]
- Adds a recipe to the game
- Permission associated with: recipecreator.add.shaped / recipecreator.add.shapeless
- Information: Defaults to Shaped
- /recipe remove
- Removes a recipe from the system
- Permission associated with: recipecreator.remove
- /recipe info <recipe-id>
- Retrieves detailed information about the recipe
- Permission associated with: recipecreator.info
- /recipe lookup <ITEM_NAME>
- Retrieves all recipe's associated with the specified item
- Permission associated with: recipecreator.lookup
- /recipe permissions <enable / disable>
- Enables or disables crafting recipe permissions on the server
- Permission associated with: recipecreator.permissioncontrol
- /recipe reload
- Reloads all of the recipes for the server (In case of an issue with recipe-id's)
- Permission associated with: recipecreator.reload
- /recipe reset
- Resets all recipes for the server to default bukkit recipes
- Permission associated with: recipecreator.reset
- /recipe help
- Displays command help for commands that the player has permission to use
Other Permissions
- recipecreator.recipes.* - Access to all recipes while permissions are enabled
Crafting Permissions
Along side the other plugin permissions, Each recipe has it's own permission. An example would be recipecreator.recipes.WOOD
You can find a recipes permission by doing /recipe info <recipe-id>.
These permissions can be enabled or disabled using /recipe permissions <enable/disable>
Download
V1.5
ChangeLog
- Fixed Furnace Recipes
- Removed unnessecary Shape information
- Modified /recipe info command
- Recipes updated to Increment 5 (Each time the recipe increment is updated, all custom recipes will be removed upon first load)
Older Versions
If you're looking for an older version of Recipe Creator, You can find it Here
To Do
- Fix Enchanted Books
- Add Penalty / Reward control for recipes
- Decrease recipe load time
- Possible sql implimentation
Source Code
Thanks to PoopYou for getting me started with plugin coding!





-
View User Profile
-
Send Message
Posted Oct 7, 2012@thefiscster510
I have tried that, but there's lots of errors... (I use ubuntu) Is there any other way to update java? Please this plugin is so great and I want to use it.
-
View User Profile
-
Send Message
Posted Oct 6, 2012@Braveras
Read the Error Handling Section
@coolo1 As of now, no. But I may add that in the future.
-
View User Profile
-
Send Message
Posted Oct 6, 2012Any way to make shapeless recipes?
-
View User Profile
-
Send Message
Posted Oct 6, 2012My server dont load this plugin. Error:
23:59:59 [SEVERE] Could not load 'plugins/Recipe.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/thefiscster510/recipe/Main : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:154) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:223) at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:572) at org.bukkit.Bukkit.reload(Bukkit.java:183) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:21) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:498) at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:490) at net.minecraft.server.DedicatedServer.ai(DedicatedServer.java:249) at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:214) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: java.lang.UnsupportedClassVersionError: me/thefiscster510/recipe/Main : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:634) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) at java.net.URLClassLoader.access$000(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:212) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:143) ... 14 more
Please, HEEEELPPP! :)
-
View User Profile
-
Send Message
Posted Oct 5, 2012@WingedSpear
you can use noitem which you can set up so you cannot have permissions to craft the item..a little different than removing the recipes but it still stops from being craft able.
-
View User Profile
-
Send Message
Posted Oct 5, 2012@WingedSpear
I'm working on disabling craftbukkit recipes. But it's quite difficult haha
-
View User Profile
-
Send Message
Posted Oct 5, 2012If u add a config for disable specific vanilla recipes ill use ur plugin, i like this, have CraftBook but that feature dont work so good get
-
View User Profile
-
Send Message
Posted Oct 4, 2012@Faldonboy
I don't know what you're talking about.. You put a new recipe in the config, and you can make it in the crafting table. That's all it is. :3
@CeramicTitan
Thanks man!
@slenky
I honestly don't know. I've never done anything spout related.
-
View User Profile
-
Send Message
Posted Oct 4, 2012Can i create recipes for More Materials Spout plugin?
-
View User Profile
-
Send Message
Posted Oct 4, 2012This is awesome! :) great job!
-
View User Profile
-
Send Message
Posted Oct 4, 2012How do you handle the recipes ingame? I've been using RecipeManager for a long time now but my biggest problem is how it handles the custom recipes ingame, it uses virtual items that cause huge duplication problems with several other plugins.
-
View User Profile
-
Send Message
Posted Oct 3, 2012@jpell1221
I fixed the ID support. It should be working as of v0.8 :)
-
View User Profile
-
Send Message
Posted Oct 3, 2012@jpell1221
I'm fixing that now :) Sorry for the inconvenience.
-
View User Profile
-
Send Message
Posted Oct 3, 2012@thefiscster510
hmmm i tried doing 98:3 for the new stone and it would not work
Newstone:
Output: 98:3
Output-Amount: 1
ShapeChars:
- A
- B
- C
CharMats:
- COBBLESTONE
- STONE
- null
Shape-1: CAC
Shape-2: ABA
Shape-3: CAC
-
View User Profile
-
Send Message
Posted Oct 3, 2012@thefiscster510
yeahhhhh!!!!!
-
View User Profile
-
Send Message
Posted Oct 3, 2012@jpell1221
No problem :) And also, I added ID support in v0.5
-
View User Profile
-
Send Message
Posted Oct 3, 2012@thefiscster510
yeah that would make it work ha thanks
-
View User Profile
-
Send Message
Posted Oct 3, 2012@jpell1221
Did you remove the comments in the config? Cause it's all commented out.. And in your log you should see "Recipe Example Added!"
-
View User Profile
-
Send Message
Posted Oct 3, 2012@thefiscster510
it does not create the chainmail with the example recipe =/
-
View User Profile
-
Send Message
Posted Oct 3, 2012nice!!!