Custom ranks based on RankMe points.
Feature list
CommandsModifiable ranks by a config.
Ranks list with details about every rank.
The rank appears in the scoreboard as a tag.
The rank appears in the chat with the color you have set in the config.
sm_ranks - opens the ranks list menu.
Screenshots
https://imgur.com/a/ncrOwkV

Instalation
RequirementsDrop customRanks.smx to sourcemod/plugins.
Drop ranks.cfg to sourcemod/configs (default ranks).
To make your own ranks:
Example
"Ranks"
{
"RANKNAME1"
{
"Points" "0"
"Color" "WHITE"
}
"RANKNAME2"
{
"Points" "100"
"Color" "YELLOW"
}
"RANKNAME3"
{
"Points" "400"
"Color" "DARK_RED"
}
}
Chat-Processor
RankMe Kento Edition
Download