Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Klayeryt authored Dec 3, 2023
1 parent 93a0f0b commit 41a6203
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 41a6203

Please sign in to comment.