#Ranks

1 messages · Page 1 of 1 (latest)

potent turtle
#

Theres the first rank called Civilis and the second is riteris but when i click to rankup it says i have higher
click_commands:
- '[takemoney] 500' # Take 500 from the player
- '[console] rankup' # Promote the player on the "rankup" track.
click_requirement:
requirements:
no_rank: # This requirement will check if the player has vip or a higher rank, and if they do, it won't allow them to click this item.
type: '!has permission'
permission: 'group.riteris'
deny_commands:
- '[message]&cYou already own this or a higher rank!'
- '[close]'
money: # This requirement will check if the player has 500$ and if they don't, it won't allow them to click this item.
type: has money
amount: 500
deny_commands:
- '[message]&cYou don't have enough money!'
- '[close]'

long vector
#

you're checking if the player does NOT have the group riteris, which I'm guessing is the rank you're upgrading to