so i have this skript here
command /enchant [<text>] [<integer>]:
permission: op
trigger:
if arg-1 is "sharpness":
if arg-2 is 1:
set lore of player's tool to "&7Sharpness I ||new line"
send "&7Add Sharp 1 To Held Item!" to player
it works fine except it doesnt add the lore to the item im holding? any help as to why?
command /enchant [<text>] [<integer>]:
permission: op
trigger:
if arg-1 is "sharpness":
if arg-2 is 1:
set lore of player's tool to "&7Sharpness I ||new line"
send "&7Add Sharp 1 To Held Item!" to player
it works fine except it doesnt add the lore to the item im holding? any help as to why?