Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Stimayk/WestReportSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

WestReportSystem

Modular report system for your CS:2 server - WestReportSystem

Reporting system core

Capabilities:

  • Customizing the command to send a report

  • Customization of sending your reason

  • Report on a message from chat

  • Limit the number of reports per round

  • Displaying if the sender and offender have Prime Status

  • Display the number of reports per card

  • Support for translations into different languages

Configuration file:

{
  "MaxReportsPerRound": 3, // Number of reports that can be sent in 1 round
  "ReportReasons": [
    "Читы",
    "Оскорбления",
    "Флуд",
    "Токсик",
    "Мониторинг"
  ], // Reasons for the reports
  "AllowCustomReason": true, // Allow you to give your own reason for the report
  "ChatRecord": true, // Report on a chat message
  "SiteLink": "test.com", // Link to the site where redirect.php is located
  "Commands": [
    "report",
    "rt",
    "rep"
  ], // Commands that can be used to call the report sending menu
}

Currently there are 8 modules available for its operation 3 of which allow you to send reports to Discord, VK and Telegram

  1. WestReportToDiscord - (Sending reports to Discord)

  2. WestReportToVK - (Send reports to VK)

  3. WestReportToTelegram - (Send reports to Telegram)

  4. WestReportAdminNotify - (Notify admins about a report in chat/hud)

  5. WestReportChatNotify - (Promotional reminder to send reports to chat/hud)

  6. WestReportHUDNotify - (Notifies the player in the hud that a report has been sent, displays nickname and avatar)

  7. WestReportNoColdown - (Disables report sending restriction for a certain admin flag)

  8. WestReportNoColdownVIP - (Disables the restriction to send reports for a certain group of VIP players)

About

Modular report system for CS:2 on CSSharp

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages