// Custom Chat Colors is written by Dr. McKay (http://www.doctormckay.com) // Simple Chat Colors (Redux) is written by Antithasys // The configuration is very similar, so I've stolen Redux's documentation :P // // How to edit this file: // "admin_colors" <-- Leave this alone // { <-- Add all groups/steamids after first bracket (Leave this alone) // // "STEAM_0:1:1234567" <-- Here is a steamid example with a tag (don't duplicate steamids) // { // "namecolor" "#RRGGBB" <-- This is the color for the name (#RRGGBB in hex notation or #RRGGBBAA with alpha) // "textcolor" "#RRGGBBAA" <-- This is the color of the text // } // // "groupname" <-- This can either be a steamid for a specific player, or a group name // { <-- Open the group // "flag" "z" <-- This is the flag(s) assoicated with the group. This field doesn't matter if the group name is a steamid // "tag" "[Admin]" <-- This is the text for the tag // "tagcolor" "O" <-- This is the color for the tag // "namecolor" "G" <-- This is the color for the name // "textcolor" "T" <-- This is the color of the text // } <-- Close the group // } <-- Add all groups/steamids before last bracket (Leave this alone) // // NOTE: // If you don't enter a steamid then the group name does not matter, it's just for your reference. // // For colors, either a hex notation of a color (#RRGGBB or #RRGGBBAA) or one of the supported shortcuts (O - Olive, G - Green, T - Team) is required // // --------ORDER OF OPERATIONS-------- // // The order in which you place items in the config file matters. Here is what determins what color they get: // 1. SteamID // If there is a steamid present, it will always override everything. If you put a steamid in twice // then the first entry (top to bottom) will be used. (I think, just don't do it!) // 2. Groups // The plugin will search (top to bottom) for a postitive match for the flag string. The player' flags // will be compared with the group flag character (NOTE: only one flag per group! "a" is okay, "ab" is NOT), // and if the player has the flag, it will stop there. // For example. Admins with the "ad" flags and donators with the "a" flag. If you place the "a" flag group // above the "d" group then the admin will get the "a" colors. Order matters. // // ---------DO NOT EDIT ABOVE THIS LINE--------- "admin_colors" { "ADMIN" { "flag" "z" "tag" "[ADMIN]" "tagcolor" "#FF0000" "namecolor" "#00FF00" "textcolor" "#FF9900" } "EVENT MASTER" { "flag" "f" "tag" "[Event Master]" "tagcolor" "#00FF00" "namecolor" "#008080" "textcolor" "#FF0066" } "vip" { "flag" "a" "tag" "[VIP]" "tagcolor" "#FF00FF" "namecolor" "#00FF00" "textcolor" "#993399" } "STEAM_0:0:52337180" //Phoemix aka AC/DC { "tag" "[MG]" "tagcolor" "#FF0066" "namecolor" "#00FF00" "textcolor" "#FF0066" } "STEAM_0:1:15694391" //Metal Guard { "tag" "[MG]" "tagcolor" "#FF0066" "namecolor" "#00FF00" "textcolor" "#FF0066" } "STEAM_0:0:50102878" //Solid { "tag" "[MG]" "tagcolor" "#FF0066" "namecolor" "#00FF00" "textcolor" "#FF0066" } "STEAM_0:0:54760887" //Misik { "tag" "[MG]" "tagcolor" "#FF0066" "namecolor" "#00FF00" "textcolor" "#FF0066" } "STEAM_0:1:42470517" //venom { "tag" "[MG]" "tagcolor" "#FF0066" "namecolor" "#00FF00" "textcolor" "#FF0066" } "STEAM_0:1:41911319" //PickSick { "tag" "==HighLander Master==" "tagcolor" "#FF0066" "namecolor" "#FF9900" "textcolor" "#0999FF" } "STEAM_0:1:55628251" //Olo { "tag" "[MG]" "tagcolor" "#FF0066" "namecolor" "#00FF00" "textcolor" "#FF0066" } "STEAM_0:1:39976404" //Bondek { "flag" "z" "tag" "== Admin ==" "tagcolor" "#FF0000" "namecolor" "#00FF00" "textcolor" "#FF0000" } "STEAM_0:0:32849567" //Hector { "tag" "[HighTower Master]" "tagcolor" "#FF0066" "namecolor" "#00FF00" "textcolor" "#FF0066" } "STEAM_0:0:34689356" //Main { "tag" "[Niebezpieczny Troll]" "tagcolor" "#FF00FF" "namecolor" "#00FF00" "textcolor" "#993399" } "STEAM_0:0:46045446" //Kosa { "tag" "[Limonkowa KoZa]" "tagcolor" "#00FF00" "namecolor" "#FF9900" "textcolor" "#00FF00" } "STEAM_0:0:50825799" // Matio { "tag" "[Admin Godfather achiv]" "tagcolor" "#FF0000" "namecolor" "#0999FF" "textcolor" "#FF0000" } "STEAM_0:0:64560734" //KwaÂśnaa { "tag" "[KoZa Girl]" "tagcolor" "#FF0066" "namecolor" "#0999FF" "textcolor" "#FF0066" } "STEAM_0:0:51001884" //Kartofel { "tag" "[Zaufany VIP]" "tagcolor" "#00FF00" "namecolor" "#FF9900" "textcolor" "#00FF00" } "STEAM_0:0:49613822" //Sutannik { "tag" "[Zaufany VIP]" "tagcolor" "#00FF00" "namecolor" "#FF9900" "textcolor" "#00FF00" } "STEAM_0:1:38282142" //Maciek { "tag" "[Zaufany VIP]" "tagcolor" "#00FF00" "namecolor" "#FF9900" "textcolor" "#00FF00" } "STEAM_0:1:31064918" //Codyo { "tag" "[Limonkowy Admin]" "tagcolor" "#00FF00" "namecolor" "#330066" "textcolor" "#FF9900" } "STEAM_0:1:29407784" //Dernow { "tag" "[Drewniany Admin]" "tagcolor" "#663300" "namecolor" "#330000" "textcolor" "#FF9900" } "STEAM_0:1:43359638" //AttraVersare { "tag" "==Magiczny Admin==" "tagcolor" "#6600FF" "namecolor" "#0000FF" "textcolor" "#38B0DE" } "STEAM_0:1:38187709" //TagMowiZaSiebie { "tag" "Koteczek <3" "tagcolor" "#F600CE" "namecolor" "#9F00C5" "textcolor" "#00DAD0" } }