Hey, I'm getting an error whenever I throw out an item from my inventory with my plugin. Error: https://hastebin.com/epotuzapej.pl Code: https://hastebin.com/negeziquho.cs Any ideas?
ItemStack itemhelmet = event.getCurrentItem(); ItemMeta metahelmet = itemhelmet.getItemMeta(); itemhelmet is null
To add onto that you must not be doing that in your classes Resist and Health as well since they are also throwing the error. Add a null check on the item