options:
rank: Usta #Burayı istediğiniz rank yapınız.
hata: &cBu Kaskı giyebilmek için &eUsta &crütbesinde olmalısın! #Bu kısım oyuncu eğer belirtilen rankda değilse altta yazıcak hata mesajıdır.
on sharpsk armor equip:
if event-item is diamond helmet:
if Player has Permission "{@rank}":
else:
cancel event
send "{@hata}" to player
if event-item is diamond chestplate:
if Player has Permission "{@rank}":
else:
cancel event
send "&c{@hata}" to player
if event-item is diamond leggings:
if Player has Permission "{@rank}":
else:
cancel event
send "&c{@hata}" to player
if event-item is diamond boots:
if Player has Permission "{@rank}":
else:
cancel event
send "&c{@hata}" to player