Skip to content

ItemJson

Ghost_chu edited this page May 14, 2019 · 1 revision

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

saveJsonfromNMS

Save to json use NMS.

String json = ItemJson.saveJsonfromNMS(bukkitItemStack);
Clone this wiki locally