Update itembuilder.md

This commit is contained in:
Jakob K
2021-05-14 18:26:49 +02:00
committed by GitHub
parent 036d03f97e
commit c861914c1b

View File

@@ -14,8 +14,8 @@ val sword = itemStack(Material.GOLDEN_SWORD) {
name = "${KColors.GOLD}Magic Sword" name = "${KColors.GOLD}Magic Sword"
isUnbreakable = true isUnbreakable = true
addLore { addLore {
+ "This sword is truly special." +"This sword is truly special."
+ "Try it!" +"Try it!"
} }
customModel = 1001 customModel = 1001
flag(ItemFlag.HIDE_UNBREAKABLE) flag(ItemFlag.HIDE_UNBREAKABLE)