Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 852 Bytes

File metadata and controls

36 lines (33 loc) · 852 Bytes

AdminSessionLog

Allows you to track the game duration of administrators and display it in Discord

image

Features:

  • Specifying the flags by which an admin will be tracked
  • Translation support
  • Enable/disable connection message
  • Numerals declension rules are taken into account (at least in Russian).

Configuration file:

{
  "DiscordWebhookUrl": "https://discord.com/api/webhooks/...",
  "AdminFlag": [
    "@css/reservation",
    "@css/generic",
    "@css/kick",
    "@css/ban",
    "@css/unban",
    "@css/vip",
    "@css/slay",
    "@css/changemap",
    "@css/cvar",
    "@css/config",
    "@css/chat",
    "@css/vote",
    "@css/password",
    "@css/rcon",
    "@css/cheats",
    "@css/root"
  ],
  "AllowConnectMessage": true
}