Cannot invoke "org.bukkit.inventory.ItemStack.hasItemMeta()" because "this.craftDelegate" is null
ssomar1607 opened this issue ยท 3 comments
Here is the error : https://pastebin.com/BdsYzT5J
My code : id = NBT.get(item, UtilNBTAPI.getID);
public class UtilNBTAPI {
public static final Function<ReadableItemNBT, String> getID = (ReadableItemNBT nbt) -> {
return nbt.getString("EI-ID");
};
}
Can you check why it appears pls.
Don't hesitate if you have questions.
Thank you,
Ssomar
That looks like a broken item? The error is inside Paper. Do you perhaps extend ItemStack to try to create custom items or something like that?