I have a little thing that i dont know how to solve it.
Made my own kit system and i want to give player a chain chestplate, but it wont work.
I allready tried chainmail but it still doesnt work.
Does anybody know how i can fix it?
My skript:
Made my own kit system and i want to give player a chain chestplate, but it wont work.
I allready tried chainmail but it still doesnt work.
Does anybody know how i can fix it?
My skript:
code_language.skript:
if arg 1 is "default":
send "{@PVP} &a&lDefault &7kit selected" to arg 2
clear arg 2's inventory
play raw sound "note.pling" at arg 2 with pitch 1 volume 0.1
give 1 stone sword of unbreaking 1, sharpness 1 to arg 2
give 1 bow of unbreaking 1 to arg 2
give 8 arrow to arg 2
equip arg 2 with iron Helmet of unbreaking 1
equip arg 2 with chainmail ChestPlate of unreaking 1
equip arg 2 with leather Leggings of unbreaking 1
equip arg 2 with leather Boots of unbreaking 1