alr so i made a rank with skript is this going to work?
options:
NameTagType: NAME TAG#1
NameTagName: "&e&lVip &f&lRank"
NameTagLore: "&6&lRight Click on air" and "&6&lTo claim"
on rightclick on air:
if player is holding {@NameTagType} named {@NameTagName} with lore {@NameTagLore}:
if player has permission "group.vip"
send "{@p} You Already have this rank"
else:
make console execute command "/lp user %player% permission set group.vip"
send "{@p} You Have Claimed Vip Rank. Congrats :D"