Page 1 of 1

PLUGIN - Welcome

Posted: Tue Feb 24, 2026 9:52 pm
by greenie
This version is test
Welcome
CS2 Plugin C#

Requires CounterStrikeSharp version 142 or 213
EN - Language
Create a folder for the plugin called Welcome

plugins/Welcome

Config/Welcome/Welcome.json
{
"PluginName": "[Welcome] | ",
"Timer": 10, // Welcome delay
"WelcomePlayerOneEnable": "true", // "true"|"1"/"false"|"0"
"WelcomePlayerAllEnable": "true", // "true"|"1"/"false"|"0"
"DisconnectPlayerAllEnable": "true", // "true"|"1"/"false"|"0"
"WelcomeText": " {RED}---------------------------------{ENTER} {LIGHTBLUE}Welcome on server {PLAYERNAME} {ENTER} Now map: {MAP} {ENTER} Players online: {PLAYERS}/{MAXPLAYERS} {ENTER} {RED}Your IP: {IPUSER} {ENTER} {RED}------------------------------ ", // Greeting for one player
"disconnectAllText": " {RED} {PLAYERNAME} disconnect to reason: {REASON} ", // The message is all when the player is disconnected
"WelcomeAllText": " {RED} {PLAYERNAME} connected to server {ENTER} His IP address: {IPUSER} ", // Announcement of the player's entry
"ConfigVersion": 1
}
https://github.com/Klayeryt/Welcome/arc ... -1.0.0.zip