Pr0xyPlayZ
Developer of SurfRPG Server
- Joined
- Aug 3, 2020
- Messages
- 2
Access Overview to our Groups. Can be changed anytime.
So, there you know what access you have
C++:
"admin_colors"
{
"RootAdmin"
{
"flag" "z"
"tag" "[Root Admin] "
"tagcolor" "#9EC34FAA"
"namecolor" "#00CCFF"
"textcolor" "#000000AA"
}
"FullAdmin"
{
"flag" "z"
"tag" "[Full Admin] "
"tagcolor" "#9EC34FAA"
"namecolor" "#00CCFF"
"textcolor" "#000000AA"
}
"Admin"
{
"flag" "abcdefghijkmo"
"tag" "[Admin] "
"tagcolor" "#9EC34FAA"
"namecolor" "#00CCFF"
"textcolor" "#000000AA"
}
"Moderator"
{
"flag" "abcdfgjko"
"tag" "[Moderator] "
"tagcolor" "#9EC34FAA"
"namecolor" "#00CCFF"
"textcolor" "#000000AA"
}
"VIP"
{
"flag" "ao"
"tag" "[VIP] "
"tagcolor" "#9EC34FAA"
"namecolor" "#00CCFF"
"textcolor" "#000000AA"
}
}
- "reservation" "a" //Reserved slots
- "generic" "b" //Generic admin, required for admins
- "kick" "c" //Kick other players
- "ban" "d" //Banning other players
- "unban" "e" //Removing bans
- "slay" "f" //Slaying other players
- "changemap" "g" //Changing the map
- "cvars" "h" //Changing cvars
- "config" "i" //Changing configs
- "chat" "j" //Special chat privileges
- "vote" "k" //Voting
- "password" "l" //Password the server
- "rcon" "m" //Remote console
- "cheats" "n" //Change sv_cheats and related commands
- "root" "z" //Root is a magic access flag that grants all permissions.
So, there you know what access you have