cRecipes
This project is not abandonned! I just had to no time updating and adding all the feature requests. I will try to make a big update once 1.7 bukkit is out!
cRecipes
cRecipes is a server plugin made for the Catharos Minecraft Server that allows custom recipes. Yes there are a lot of plugins that are allowing you to add various recipes. But why cRecipes then? This time the plugin not only allows you to add recipes, it also adds two main functions: Custom block names and drops.
Changelog
Configuration and How-To
Features
Besides custom recipes (shaped, shapeless and furnace) cRecipes features:
- Custom block item names
- Custom block drops
- Per-Item permissions including customizable error message
- Color support for both, item names and lords
- Can overwrite vanilla recipes!
Commands
The goal of this plugin is to not have over-complicated configurations and commands. That's why there is only one command: /creload. Use it to reload the configuration files and all custom recipes
To-Do list
- Enchantments
- Custom books
Version 1.0.6 - In development (not yet released)!
- Add extra items that can be given to the player upon successful crafting
- Added option to keep the original item names (use "set-name: false" in the recipe config)
- Added the xp and lvl messages
- IMPORTANT FIX: Custom blocks in protected regions are no longer destroyable!
- Fixed drop-related bugs
- Finally fixed and implemented a working updater!
Updated the resource https://www.spigotmc.org/resources/crecipes-reloaded.54144/ if anyone interrested. I'm using cRecipes for ages :)
Any ETA on a 1.7 version? Thanks.
@FlOppythp
Yes it can! Please look into the How-To section.
When next stabile build?
No problem i gathered as much from your posts below that you are busy.
I can work around these issues for now, it does pretty much all i need it to for now.
Enjoy your other plugins! :D
@mjksull
Thank you for posting all these messages - from developer to developer: it always helps if people notify you about bugs and glitches, doesn't it? :D
I am working on some other stuff for our server at the moment. When I am ready with it, i will recode cRecipes once again to fix all the bugs (right now the recipes are stored very badly) that the people came up with - This could take me a few weeks though (not the actual coding part, but finishing my other plugins first) :(
Sorry gonna keep posting these as i find them, seeing as im heavily testing this plugin right now.
Please dont take this as me being obnoxious im a developer myself and I know I would want to know any problems with my work.
When shift clicking an item to go into a furnace that uses a crecipes recipe it does not put the item into the furnace slot however it does start the smelting process, you can then take the smelted output from of the furnace and be left with a ghost of the pre smelted item in your inv, clicking this ghost item removes it so its not duping which is good, just a tweak to the shift click handling by the looks of it.
Ok i figured it out myself, this should probably be added to the help page:
When using block ids with meta data you need to encapsulate them with apostrophes so:
becomes:
This needs to be done everywhere you use this format (in furnace input and output for an example)
Great mod but it seems it does not support metadata correctly, i have some custom items from a mod using ID 27004.
now if i use that id it works, if i however use 27004:1 or 27004:2 it does not and treats the ingredients as air, so:
with a shape of
will allow the item to be created with an empty crafting grid. This occurs in all areas of the recipes.yml (so as an ingredient or the output in shaped, shapeless and furnace)
Also your updater really only needs to check on server startup not every 20 mins as is currently the case.
The above is all in your latest build from jenkins btw.
@x_clucky
I made an experimental build: http://build.catharos.de/job/cRecipes/44/ Tell me if it works for you. This could brake everything or fix everything :/
@Dinastya
@x_clucky
I am busy developing other plugins and I also have some other website jobs in the queue. I will try to look into this asap - the paper arrow stuff is a bug since the very beginning. I need to look into this.
As am I. I'm still encountering the bug causing normal crafting recipes to create custom crafting recipes.
For example, i have a custom recipe for "paper arrows" and when players try to craft normal arrows, it gives them paper arrows. Onto my 6th custom recipe plugin since my server started...
It's been like 3 weeks now and still no fix :(
Guess i will have to find another crafting plugin again.
Really hope you could fix it soon or at least tell your working on it or not.
Like the multiple items and the experience bugs. They really need to be fixed.
How is the experience bug fix coming along?
@edric12
Please tell me in full sentences what you would like to have added. I have no idea what you mean :(
Check my file might help you :)
http://pastebin.com
so use:
And for exact block names check javadocs:
http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
@SpaceEmotion
Ah alright :)
Hope you can fix the multiple items and experience bug :)
@xeNiumw0w
Good idea, i will try to add them IF possible...
@Dinastya
Had some school stuff now i have time again ;D