This is a breaking update, please read carefully if you are updating from 1.x!: The name of this plugin has changed. To preserve any custom items/recipes you've created, you will need to rename a folder inside the "plugins" folder. Rename the folder "CustomItemRecipes" to CustomItemRegistry. Also, delete the old "CustomItemRecipes.jar"
- Refactored name and package to "CustomItemRegistry." All dependent plugins will need to update to work with this...

CustomItemRegistry 2.0.0
Create custom items and recipes, complete with an API!
-
2.0.0
-
1.4.6
- Shades commons-io in jar (since spigot removed theirs in 1.14)
- Uses 1.14 API for material names
-
1.4.5
- Added a workaround for spigot, which broke custom InventoryHolders in 1.13 (this is fixed in recent builds of Paper). Thanks dhgamer.
- File saves occur asynchronously (file saves only occur when adding new items or recipes, so not a huge issue in the first place).
-
1.4.4
- Ensure recipe keys match 1.13 constraints
- Better error messages to debug loading recipes that involve invalid or old 1.12 material names
-
1.4.2
1.13 release.
- Adds some extra error handling if older 1.12 items/recipes fail to load, allowing any remaining items/recipes to continue loading in instead of just flat out quitting.
- Clarified many of the plugin messages.
- Spigot support for the loreizer.
- Prints a message for servers that don't support the loreizer.
-
1.4.1 - More fancy GUI stuff yay
- Clickable "loreizer" prompt - allows for easy modification of item lore, since commands are quite a chore. Simply type /citem lore while holding the item you wish to modify.
- New config option: useInvisibleIDs. Defaults to true (existing behavior).
- Determines whether the ID of a custom item should be visible to the client when spawned.
- Added /citem reregister, to allow overwriting a registered item (note - this does not remove recipes for the old item until...
-
1.3
- Fixed an issue where online players who crafted custom recipes that were removed would cause the server to be unable to save their playerdata.
- API: Removed removeAllRecipesExceptFor
- API: RecipeBlocker has been added to facilitate the ability to "disable" and automatically recipes when it's safe to do so.
- RecipeBlocker will automatically remove all blocked recipes from server when the server is empty -
1.2
- Fixed an issue where using /cremove would cause the server to be unable to save playerdata for players currently on the server.
- Changed API related to removing recipes.