RecipeLookup
This server mod allows players to search how to craft items! Have you ever been in game and you suddenly need an item but can't for the life of you remember the recipe? Looking recipes up on the wiki is just too much of an effort but you have to waste your valuable playing time on it anyway.
But wait, what if the server you're playing on has RecipeLookup?
Simply type /recipe followed by the item name and bang it pops up!
But what if there's more than one recipe for the same item?
RecipeLookup simply rotates through all of the possible combinations if showing recipes in a workbench menu is enabled, otherwise it has a simple command structure to view the different recipes!
But what if I have a plugin to add custom recipes?
RecipeLookup is hooked into the Bukkit API for recipes, so all recipes added correctly should be there!
I've seen lots of plugins like this. What makes this one better than the others?
- It uses Bukkit API commands to look up recipes, making it more lightweight and faster than some other soloutions. This also makes it update to new recipes as soon as they are edited.
- The plugin was developed primarily for OniCraft so it was designed to be lightweight as to not lag a server with a large user base, while still having cool features.
- RecipeLookup will scroll through all possible recipes for the items you specify!
-
View User Profile
-
Send Message
Posted Aug 31, 2017i wrote a similar plugin, with localized searches and some additional features
https://dev.bukkit.org/projects/recipe-search
-
View User Profile
-
Send Message
Posted Aug 31, 2017Throws an error whenever a player logs in but still works in 1.12. Thank you. =)
-
View User Profile
-
Send Message
Posted Sep 11, 2015How do you ensure that players cannot take items from the recipe window, and if a new type of click event is added to minecraft (like when pressing q to drop items was added, or when control+shift was added), would this plugin be exploitable for a free infinite source of anything, or would it have to be updated to be kept safe?
-
View User Profile
-
Send Message
Posted Jun 5, 2015EH! Nag author: 'meiamsome' of 'RecipeLookup' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
-
View User Profile
-
Send Message
Posted May 20, 2015for customizing ... i discover a very easy way to get global string names .... you can do
String globalName = CraftItemStack.asNMSCopy(myItemStack).a();
-
View User Profile
-
Send Message
Posted Apr 20, 2015this plugin looks good, but i found some problems:
-
View User Profile
-
Send Message
Posted Feb 9, 2015I'm just found your plugin I just installed it on Spigot 1.8. It seems to work fine but some of the icons are pink and black checkered boxes. like for an anvil the iron blocks are those pink and black checkered boxes
-
View User Profile
-
Send Message
Posted Jul 14, 2014i would like to try to make a translation
is there any way to link your <craftbukkit dir>/plugins/CustomItems/items.yml <=> <minecraft appdata>/.minecraft/assets/virtual/legacy/lang/es_ES.lang or any other lang file????
-
View User Profile
-
Send Message
Posted Jul 14, 2014@AT_HE
Hey, you can customize the names using the following command:
/itemnames set <current name> <new name>
For example:
itemnames set bread pan
Sorry I cannot offer any better way of localizing than this at the moment.
RE: update to 1.7/1.8 the plugin should work fine for both versions, as far as I'm aware
-
View User Profile
-
Send Message
Posted Jul 14, 2014hi .. i like to try your plugin, seems to be very efficient
is there any way to work with localized minecraft installations ? .. i have a spanish server and would like to type some like "/recipe pan" instead "/recipe bread"
can later versions display furnace/alchemy stand/anvil/etc recipes in its own interface?
will you update to 1.7/1.8 minecraft versions?
-
View User Profile
-
Send Message
Posted Jun 27, 2014@Absentee23
Just alias it off through CommandHelper or through bukkit's command alias system
-
View User Profile
-
Send Message
Posted May 4, 2014As a heads up, this plugin maker likes to hide bronie commands in their plugins.
Had to chat filter /) and /] (which return "[\ Have a pony-filled day") because we don't have a choice to turn them off and don't want our server associated with it.
-
View User Profile
-
Send Message
Posted Apr 28, 2014Is there a permission? I want only certain people to have /recipe
-
View User Profile
-
Send Message
Posted Mar 21, 2014Ya should implement a way to change the name of the item names in the recipe list :P just sayin :P
-
View User Profile
-
Send Message
Posted Jan 23, 2014Is there a way to make a book which on rightclick it starts scrolling through every Custom Item Recipe ?
-
View User Profile
-
Send Message
Posted Jan 2, 2014@meiamsome
I've noticed the same.
Only issue actually that I've been having is that users are able to take items out of the window. It stays in their inventory until they use it. Once its placed of course it goes away... The only exception to this is with a pickaxe.
firstly: they are unable to /recipe pickaxe but when they /recipe while holding a diamond pickaxe, it allows them to take the pickaxe out of the window and use it. Free diamond pickaxe!
-
View User Profile
-
Send Message
Posted Jan 2, 2014@MisterMystery
Should be working fine for 1.7, although some of the names may be a bit off.
-
View User Profile
-
Send Message
Posted Jan 2, 2014Any chance of a 1.7 update?
-
View User Profile
-
Send Message
Posted Dec 29, 2013@OldPrelude
Yeah, it does. It's how it names the items & interprets various different names. Sorry if that shocked you.
Re: Source, that can be found here: https:github.com/meiamsome/RecipeLookup
-
View User Profile
-
Send Message
Posted Dec 27, 2013It seems this plugin creates a new folder called CustomItems???