We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A class allow covert ItemStack to Json pass the NMS
Use this covert item json can use to send Tellraw, but in BukkitCommons, you can use TellrawJson to directly create by ItemStack
Save to json use NMS.
String json = ItemJson.saveJsonfromNMS(bukkitItemStack);