[C#] [LR] Module Tag 1.1.0
Posted: Wed Feb 25, 2026 12:05 am
[C#] [LR] Module - Tag is a module for the Levels Ranks plugin. This module assigns clan tags to players based on their rank.
[C#] [Levels Ranks] Core
Metamod:Source
CounterStrikeSharp
Variables
1. Install [C#] [Levels Ranks] Core
2. Download [C#] [LR] Module - Tag
3. Unzip the archive and upload it to the game server
4. Configure settings_tags.yml
5. Restart the server
https://hlmod.net/resources/c-lr-module ... 1/download
Each ID in the config is an ID from settings_ranks.yml.{
"LR_Tags": {
"Tags": {
"access": "1", // Разрешить ли игрокам отключать Клан-Тег [ 0 - нет, 1 - да ]
// Количество рангов здесь должно соответствовать кол-ву рангов в ( addons\counterstrikesharp\configs\plugins\LevelsRanks\settings_ranks.json )
// Все ранги тут следует располагать в порядке возрастания, начиная от 1 и заканчивая тем количеством, которое вы настроили
"1": {
"tag": "[Rank 1]" // Клан-Тег, который будет высвечиваться у игрока с самым первым званием
},
"2": {
"tag": "[Rank 2]"
},
"3": {
"tag": "[Rank 3]"
},
"4": {
"tag": "[Rank 4]"
},
"5": {
"tag": "[Rank 5]"
},
"6": {
"tag": "[Rank 6]"
},
"7": {
"tag": "[Rank 7]"
},
"8": {
"tag": "[Rank 8]"
},
"9": {
"tag": "[Rank 9]"
},
"10": {
"tag": "[Rank 10]"
},
"11": {
"tag": "[Rank 11]"
},
"12": {
"tag": "[Rank 12]"
},
"13": {
"tag": "[Rank 13]"
},
"14": {
"tag": "[Rank 14]"
},
"15": {
"tag": "[Rank 15]"
},
"16": {
"tag": "[Rank 16]"
},
"17": {
"tag": "[Rank 17]"
},
"18": {
"tag": "[Rank 18]"
}
}
}
}
Requirements{
"menu.toggle_tag": "Включить/Выключить клан-тег",
"chat.tag_enabled": "{DarkRed}[LR] {White}Клан-тег {Green}включен{White}.",
"chat.tag_disabled": "{DarkRed}[LR] {White}Клан-тег {DarkRed}отключен{White}."
}
[C#] [Levels Ranks] Core
Metamod:Source
CounterStrikeSharp
Variables
1. Install [C#] [Levels Ranks] Core
2. Download [C#] [LR] Module - Tag
3. Unzip the archive and upload it to the game server
4. Configure settings_tags.yml
5. Restart the server
https://hlmod.net/resources/c-lr-module ... 1/download