#Get the NBT of an ItemStack.
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Is there a way to get the NBT data of an item in like a HashMap format? I'm making custom models for my plugin and i need the CustomModelData nbt tag of a Firework Star from an item.
the custom model data is exposed through the API
declaration: package: org.bukkit.inventory.meta, interface: ItemMeta
oh i thought i would have to use NMS