From b2a3443f45a6ba73955dafebd6dee43f313d5266 Mon Sep 17 00:00:00 2001 From: Dawid Bepierszcz <41084667+daffyyyy@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:38:36 +0100 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 2130e49..9247d5d 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,29 @@ Adds tags to the server that can be easily edited, tags can be assigned via perm ``` In addons/counterstrikesharp/plugins/CS2-Tags/tags.json +### Colors +``` + public static char Default = '\x01'; + public static char White = '\x01'; + public static char Darkred = '\x02'; + public static char Green = '\x04'; + public static char LightYellow = '\x03'; + public static char LightBlue = '\x03'; + public static char Olive = '\x05'; + public static char Lime = '\x06'; + public static char Red = '\x07'; + public static char Purple = '\x03'; + public static char Grey = '\x08'; + public static char Yellow = '\x09'; + public static char Gold = '\x10'; + public static char Silver = '\x0A'; + public static char Blue = '\x0B'; + public static char DarkBlue = '\x0C'; + public static char BlueGrey = '\x0D'; + public static char Magenta = '\x0E'; + public static char LightRed = '\x0F'; +``` +Use color name for e.g. {LightRed} + ### TODO - Apply tags in team chat