File tree Expand file tree Collapse file tree 1 file changed +35
-2
lines changed
Expand file tree Collapse file tree 1 file changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,43 @@ CS2 Plugin C#
33
44Config/Welcome/Welcome.json
55
6+ Variables:
67- {MAXPLAYERS} - View max players
78- {PLAYERNAME} - View player's name connecting to server;
9+ - {ENTER} - Next line
10+ - {MAP} - Now map
11+ - {TIME} - Time(hh:mm: ss )
12+ - {DATE} - Date(dd.mm.yyyy)
13+ - {SERVERNAME} - Hostname
14+ - {IP} - Server IP address
15+ - {PORT} - Server Port
16+ - {MAXPLAYERS} - The maximum number of players on the server
17+ - {PLAYERS} - The current number of players on the server
18+ - {PLAYERNAME} - The name of the player who just logged in
19+
20+ Colors:
21+ {GREEN}
22+ {BLUE}
23+ {RED}
24+ {SILVER}
25+ {MAGENTA}
26+ {GOLD}
27+ {DEFAULT}
28+ {LIGHTBLUE}
29+ {LIGHTPURPLE}
30+ {LIGHTRED}
31+ {LIGHTYELLOW}
32+ {YELLOW}
33+ {GREY}
34+ {LIME}
35+ {OLIVE}
36+ {ORANGE}
37+ {DARKRED}
38+ {DARKBLUE}
39+ {BLUEGREY}
40+ {PURPLE}
841
942# Future plans:
10- - To deal with colored text
11- - Add more functions by type {MAXPLAYERS}/ {PLAYERNAME}
43+ - ~~ To deal with colored text~~ (Done)
44+ - ~~ Add more functions by type {MAXPLAYERS}/ {PLAYERNAME}~~ (Done)
1245- Micro-corrections
You can’t perform that action at this time.
0 commit comments