π οΈItems
Everything regarding creating/modifying Items
Item Builder
ItemStack stack = ItemBuilder.item(Material.GRASS_BLOCK)
.name(TextStyle.style("<#eecb4e><bold>Custom Block</bold>"))
.lore(TextStyle.style(
"<#685a5e><bold>INTERESTING BLOCK</bold>",
"<#685a5e>Made with an",
"<#eecb4e>ItemBuilder"
))
.build();Last updated
