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"
Question
FadedBlue_
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:
Edited by FadedBlue_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"
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now