From 41a6203f5aa381a3973d890d733a86670195d157 Mon Sep 17 00:00:00 2001 From: justDan <90210691+Klayeryt@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:39:29 +0700 Subject: [PATCH] Update README.md --- README.md | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b60c33c..5afe5a4 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,43 @@ CS2 Plugin C# Config/Welcome/Welcome.json +Variables: - {MAXPLAYERS} - View max players - {PLAYERNAME} - View player's name connecting to server; +- {ENTER} - Next line +- {MAP} - Now map +- {TIME} - Time(hh:mm:ss) +- {DATE} - Date(dd.mm.yyyy) +- {SERVERNAME} - Hostname +- {IP} - Server IP address +- {PORT} - Server Port +- {MAXPLAYERS} - The maximum number of players on the server +- {PLAYERS} - The current number of players on the server +- {PLAYERNAME} - The name of the player who just logged in + +Colors: +{GREEN} +{BLUE} +{RED} +{SILVER} +{MAGENTA} +{GOLD} +{DEFAULT} +{LIGHTBLUE} +{LIGHTPURPLE} +{LIGHTRED} +{LIGHTYELLOW} +{YELLOW} +{GREY} +{LIME} +{OLIVE} +{ORANGE} +{DARKRED} +{DARKBLUE} +{BLUEGREY} +{PURPLE} # Future plans: -- To deal with colored text -- Add more functions by type {MAXPLAYERS}/ {PLAYERNAME} +- ~~To deal with colored text~~(Done) +- ~~Add more functions by type {MAXPLAYERS}/ {PLAYERNAME}~~(Done) - Micro-corrections