CustomItemRegistry
CustomItemRegistry
Create your own custom items and recipes, all in-game (or via the files, if that's your fancy)! All items are registered within this plugin, providing an API for plugins to recognize custom items and register their own!
Having problems or issues?❓ Click here for help!💡 | Support me c: | Source code
Purpose
This plugin provides an API for plugins to to register, recognize, and spawn custom items created by server administrators and other plugins (that hook into this plugin).
You can create and register your own items for plugins to use like AbsorptionShields, and spawn them with the exact same name, lore, durability, etc.
There is also auxilliary recipe creation support which is registered directly into the server's recipe store, but this is limited to the crafting table and limitations of the vanilla crafting system.
Commands
- Permissions
- /citem - Name, add lore, or register a new custom item.
- /crecipe - Create a shaped or shapeless recipe for a custom item.
- /cremove - Removes a custom item and all its recipes.
Config
# Should spawned custom item "IDs" be invisible? useInvisibleID: true
Features
- Easily add name and lore to your custom items via the clickable chat prompts (requires Paper or Spigot for clickable prompts, otherwise fallbacks to command-based editing).
- API for plugins, they can
- recognize registered custom items,
- register their own custom items,
- register their own recipes for custom items,
- etc.
- Easily create recipes by placing items in the on-screen "GUI" prompt.
- Recipe creation supports all rectangular sizes of shaped recipes! Recipes can 1x3, 2x2, 1x2, 2x3, etc.
- Compatible with all crafting-related plugins such as FastCraft+ since the recipe is actually registered in the server.
API
Currently resides in the main class. Get the plugin's instance as per usual and call the public methods as you wish. Javadocs are present, will host them soon, but for now they're in the code.
Having problems or issues?❓ Click here for help!💡 | Support me c: | Source code
I seem to be having a problem with imputing the recipe when i put the recipe i want into the crafting grid. it doesnt seem to work. i am unsure weather i have to esc out the crafting grid or do something else.
cheers
can you make a version for 1.11?
In reply to Forge_User_50505097:
You can try the one for 1.12.
In reply to RoboMWM:
Sadly it do not work :/
In reply to Forge_User_50505097:
:c better question is, why are you using such an ancient version..?
will this plugin work for 1.8
In reply to UltraNine:
If you use an older version, maybe.
When you created a new recipe, of a registered item, it is not saved, nor in the recipes.yml file of the plugin, it remains blank, no matter how hard you try.
I already tried deleting the plugin and removed the other plugins, but even so it always happens, I'm in 1.13 and this error makes it impossible to create any crafting, and I do not know how to create a recipe from recipes.yml in the plugin folder .
FYI to page viewers, this occurred on non-paper builds and was resolved in this GitHub issue: https://github.com/MLG-Fortress/CustomItemRecipes/issues/3