Update itembuilder.md
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user