CS-GEJMERZY / VIP-Plugin

VIP plugin designed to work with CSS framework on cs2 servers.
GNU General Public License v3.0
13 stars 3 forks source link

refactor: Message config in VIP group #23

Closed HackerDevs closed 6 months ago

HackerDevs commented 6 months ago

Prev:

"Messages":{
   "ConnectChat":"VIP {playername} joined the server",
   "DisconnectChat":"VIP {playername} left the server"
}

Now:

"Messages":{
   "Chat":{
      "Connect":{
         "Enabled":true,
         "Message":"VIP {playername} joined the server",
         "DontBroadcast":true
      },
      "Disconnect":{
         "Enabled":true,
         "Message":"VIP {playername} left the server",
         "DontBroadcast":true
      }
   }
}