Buyable ranks
Let players buy different ranks
Make sure vault is installed in your server and enabled in PowerRanks
/pr addbuyablerank <target_rank> <buyable_rank>
rank
or target_rank
is the rank where the buyable_rank
will assign tobuyable_rank
the rank that shows up in /pr rankup
For example, let the Member rank buy Vip for the price 399:
/pr addbuyablerank Member Vip
This will add Vip to Member's buyable rank
Then when a player with the rank
Member
does /pr rankup
it will show the Vip
rank in there.To change the cost of that Vip rank use
/pr setbuycost Vip <cost>
Example:
/pr setbuycost Vip 399
Permission: powerranks.cmd.rankup
Description: Show a clickable interface for players to buy ranks from
Permission: powerranks.cmd.buyrank
Description: Show a chat-based interface for players to buy ranks from
Permission: powerranks.cmd.addbuyablerank
Description: Add a rank to the buyable list of a rank
Permission: powerranks.cmd.delbuyablerank
Description: Remove a rank from the buyable list of a rank
Permission: powerranks.cmd.setbuycost
Description: Set the buy cost of a rank
Permission: powerranks.cmd.setbuydescription
Description: Set the description of a buyable rank
Permission: powerranks.cmd.setbuycommand
Description: Set the command that will be executed after that rank is bought
Last modified 1yr ago