It makes custom recipes, but has a lot of issues and lack of features along with strange quirks and no explanations. Firstly, it adds a hidden lore line to registered items as an 'ID' for some reason, even though it does not use it to verify recipes. Players can make your custom item with just the base item material, even if your recipe was using specific lores in the materials. Secondly, the plugin cannot be reloaded in-game, making for very annoying constant restarting if you want to modify any recipes or registered items. Final point, there is no documentation, permissions, or user-friendly configuration. It also broadcasts the creation of new recipe creation to all players online for some reason.
I have been looking for a good custom item recipe plugin that supported my needs for some time. I have done some testing with this plugin and it seems to meet all of my needs (custom name, lore, attributes, etc.). I am interested in using the API but do not have the time at the moment to test it out. So i will update my review later once I have tested the API.
There is one problem, I am getting a null error when using /citem lore.
[19:12:54 INFO]: Daniel_return issued server command: /citem lore
[19:12:54 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'citem' in plugin CustomItemRecipes v1.4.1
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:651) ~[spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1386) [spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1221) [spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_131]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.sendMessage(Lnet/md_5/bungee/api/chat/BaseComponent;)V
at com.robomwm.customitemrecipes.CustomItems.loreizerPrompt(CustomItems.java:251) ~[?:?]
at com.robomwm.customitemrecipes.CustomItems.onCommand(CustomItems.java:96) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.12.1.jar:git-Spigot-da42974-8f47214]
... 15 more
Yea, I guess spigot doesn't support BaseComponents in player#sendMessage. I'll try to fix this for next release - but in the meantime it works with Paper.
Version: 1.2
Great plugin! Does what it says. Nice and clean no mess! This will be used regularly for me and it's great that it's free! Thanks Robo!