No description
Find a file
2023-11-20 21:36:54 +01:00
.github/workflows Create build.yml 2023-11-20 21:27:24 +01:00
.gitattributes Initial commit 2023-11-20 21:20:41 +01:00
CS2-Tags.cs Initial commit 2023-11-20 21:23:41 +01:00
CS2-Tags.csproj Initial commit 2023-11-20 21:23:41 +01:00
CS2-Tags.sln Initial commit 2023-11-20 21:23:41 +01:00
LICENSE Initial commit 2023-11-20 21:20:41 +01:00
README.md Update README.md 2023-11-20 21:36:54 +01:00

CS2-Tags

Description

Adds tags to the server that can be easily edited, tags can be assigned via permission or steamid64

Confiugration

{
  "tags": {
    "@css/chat": { // Permission 
      "prefix": "{GREEN}[ADMIN]", // Chat prefix
      "nick_color": "{RED}", // Nick color
      "message_color": "{GOLD}", // Message nick color
      "scoreboard": "[ADMIN]" // Scoreboard tag
    },
    "@css/ban": {
      "prefix": "{GREEN}[ADMIN]",
      "nick_color": "{RED}",
      "message_color": "{GOLD}",
      "scoreboard": "[ADMIN]"
    },
    "76561198202892670": { // SteamID64
      "prefix": "{GREEN}[ADMIN]",
      "nick_color": "{RED}",
      "message_color": "{GOLD}",
      "scoreboard": "[ADMIN]"
    }
  }
}

In addons/counterstrikesharp/plugins/CS2-Tags/tags.json

TODO

  • Apply tags in team chat