Managing ranks is a core feature of BloxPro, it is how you configure the bot to your server’s group ranks.
First of all, when you are starting, you will need to initialise the ranks from the group into the database.
This copies all your ranks from your group and puts them in your discord server ready to be configured.
Any time you make any changes to the ranks in your Roblox group, you will need to update them with a different command
In comparison to the init command, this command just checks the differences between your database and the roblox group, and makes the required changes.
You can then view a rank or all your ranks
Rank Configuration
To configure your ranks in the group, you can use these commands
Allows you to lock one or more ranks from auto promotion. Players cannot be auto promoted to that rank by a bot if it is locked.
Exact same as the previous command, it just unlocks it instead.
This sets the minumum XP required for a rank. If the user has more XP than this they will be promoted to this rank
/rank addmedal [rank id] [medal id]
Bind’s a medal to a rank, if a user gets to this rank, they will recieve a medal (they will only recieve this medal once)
/rank removemedal [rank id] [medal id]
This will remove a ranks medal.
/rank prefix [rank id] (prefix)
This will add a prefix to rank, this prefix will be given to a users nickname when they do /getroles. You can remove a prefix by leaving the prefix input empty
You must set up your nickname format correctly for the prefix to be displayed
To bind your ranks to a discord role, you can add roles to the rank
/rank addrole [Rank ID] [@Role]
Then you can remove roles from ranks
/rank removerole [Rank ID] [@Role]