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"
isUnbreakable = true
addLore {
+ "This sword is truly special."
+ "Try it!"
+"This sword is truly special."
+"Try it!"
}
customModel = 1001
flag(ItemFlag.HIDE_UNBREAKABLE)