UnlimitedRecipes
About UnlimitedRecipes
Hello all ! I present you my plugin, which I hope for it is going to serve you: it is about an alternative of modding, which allows you to create craft recipes and furnace recipes.
And this is a pretty example of what the plugin can do :D

Configuration
There is 3 config files, one for the global config, an other for crafting recipes and last is for furnace recipes. I'll not explain how to, but you can configure recipes directly by theses files but I recommand that only for advanced users wich they know what are they doing.
Commands & Permissions
here (you can use ingame command /ur help [page])
How to create recipes
To create a new recipe you just have to take the wanted result in your main hand (you can customise it like name, lores, enchantments, unbreakability (and more ...) with commands), and use the "/ur create" command (see commands page above). Once you used the command you will be able to configure the shape (if shaped recipe) and the ingredients of the recipe. When you finished, just press the green wool to save the new recipe.

That's all ! You can test it and enjoy :D (I confess that my bow is a little strong, but it's coool)
The recipe will give you EXACTLY the block/item that you have in hand during the registration (it could be a written book, an enchanted stuff, a potion, an item with customized name/lore, what you want...)
Blacklisting Items
You can define a "blacklisted_items" list in the 'config.yml' (you can also use commands to do this, see below), it delete all the default recipes for this item (before loading custom recipes). It will delete all the furnace and crafting recipes.
#Exemple config enableBlackList: true blacklisted_items: - WORKBENCH

Have fun ! :)
Limitations
Minecraft is powerful but at this point there is some limits:
- You can't ask to have a certain amount of item at one slot
- You can't ask to have an item with a custom name/lore at one slot
Updates
Un update feature is included, you can disable it if you want in the 'config.yml' with:
enableUpdateChecking: true # or false to disable enableUpdateDownloading: true # or false to disable
For a support request or any suggestion, open a ticket
Don't hesitate to make a comment :)
PS: I'm French, you can talk to me in french :)
-
View User Profile
-
Send Message
Posted Oct 3, 2013@cecelebeaux
Anyone?
-
View User Profile
-
Send Message
Posted Sep 23, 2013Can you make this plugin support Rpgitem?
-
View User Profile
-
Send Message
Posted Sep 21, 2013First thing I want to say is that this mod is awesome, and that your dedication, @Xx_tomcraft_xX, is mind blowing. Lots of people throwing out lots of demands, but not many thank yous, so on behalf of everyone here, THANK YOU. You've made our server a lot more fun! :D
I do have a question though. I'm trying to create a specific sword recipe and it's not working. Here's the markup:
Players will need to craft this sword in order to obtain mob heads for other craft projects. The problem is when I do this at the craft table:
I get no output at all. There is a space before and after the ingredient on rows 1 and 3 in the config file, and as far as I can tell that's the only way mentioned to create empty slots in the recipe. Even if I mark this a shapeless recipe there is no result.
I have also tried changing the placement of the ingredients, tried it with no spaces (everything flush left). No change.
I get no errors when I /ur reload, so there's no major syntax problem, and all recipes that have all slots filled work fine, even a new torch recipe using bones instead of sticks works (shapeless), I'm just not getting anything out of this or similar recipes... I've had the same problem with a nametag recipe which has one ingredient in the center on the bottom so it's particular to the spacing issue, not this specific recipe.
Any guidance in this area would be massively appreciated :D Tremendous thanks in advance to anyone who can help!
-
View User Profile
-
Send Message
Posted Sep 20, 2013You can add permissions to the ovens too?
-
View User Profile
-
Send Message
Posted Sep 17, 2013@Xx_tomcraft_xX
Thank you Xx_tomcraft_xX :-) you're awesome
-
View User Profile
-
Send Message
Posted Sep 15, 2013I seen all yours comments. I work at that
-
View User Profile
-
Send Message
Posted Sep 11, 2013Is it possible to create custom Items with this plugin?
-
View User Profile
-
Send Message
Posted Sep 10, 2013@notcam45
Yes this would be huge. Slabs, saplings, various items. Would open up a huge resource :)
-
View User Profile
-
Send Message
Posted Sep 9, 2013Please allow us to craft items with colons in the IDs. Currently you cannot.
-
View User Profile
-
Send Message
Posted Sep 8, 2013@pilvimaa
I'm actually having the same trouble. I upload the jar file but it doesn't create a directory, which means it doesn't create a crafting.yml or furnace.yml
Do you think you could send mea copy of each as if they were new so I can get on with my server or something? lol
-
View User Profile
-
Send Message
Posted Sep 7, 2013-
View User Profile
-
Send Message
Posted Aug 31, 2013@UniwseDeadkilla
Loads just fine for me. You probably have some setting wrong.
-
View User Profile
-
Send Message
Posted Aug 30, 2013crafting.yml doesn't load :\ hope you can get this fixed.
-
View User Profile
-
Send Message
Posted Aug 30, 2013Made some more bug reports. Vanilla recipes stop working in some cases.
-
View User Profile
-
Send Message
Posted Aug 29, 2013Please add brewing recipes.
-
View User Profile
-
Send Message
Posted Aug 29, 2013Updating to 1.7.7.
-
View User Profile
-
Send Message
Posted Aug 29, 2013@fuzyfeet
Second this. Custom lore would be awesome.
And what is the status on those bug fixes? :-I
-
View User Profile
-
Send Message
Posted Aug 26, 2013@Xx_tomcraft_xX
Could you possibly add the ability to add custom lore to recipes?
-
View User Profile
-
Send Message
Posted Aug 22, 2013Custom names do not work with furnace recipies. I made opened a ticket.
Also, when do you think you have time to fix the bugs? It's been a while now.
They are kind of serious show stoppers for me. I use UnlimitedRecipies to make items with color code in their name, for example "&fStake" - which looks normal but since you can't use anvil to rename items with colors I have now unique item that I can handle with other code any way I want so that items have custom behaviour when used.
But UnlimitedRecipes is really important for me in this process and because of the bugs in 1.7.6 all I can do now is sit on my hands and wait.
-
View User Profile
-
Send Message
Posted Aug 14, 2013I have an idea, how to get the CustomName by BlockBreak.
You can lookup by blockplace, have the block a custom name, and save it than to a HashMap<Location, String>. At BlockBreakEvent, you lookup in the Hasmap if an block is available for this Location,String..
Sorry for my English.. :/ Any Questions? -> Comment