plugin in question here calls ItemStack#setType to DIAMOND_PICKAXE, to call getDrops using the tool and getting the right drops. replacing that with new ItemStack(DIAMOND_PICKAXE) avoided this issue
https://spark.lucko.me/#YnTs0gpbw1

we should be able to avoid the reparsing here, doesnt seem necessary
plugin in question here calls ItemStack#setType to DIAMOND_PICKAXE, to call getDrops using the tool and getting the right drops. replacing that with new ItemStack(DIAMOND_PICKAXE) avoided this issue
https://spark.lucko.me/#YnTs0gpbw1

we should be able to avoid the reparsing here, doesnt seem necessary