-
Notifications
You must be signed in to change notification settings - Fork 77
User Guide ‐ Main interface ‐ Others ‐ Watch Kill Rate
ElGuillermo edited this page Feb 23, 2025
·
14 revisions
🧭 You are here : Wiki home / User Guide / Main interface / Others / Watch Kill Rate
This feature will help game admins to detect potential cheaters on the game server.
It will observe the kill-per-minute score of all the players and report in a Discord channel those who get "too much" kills.
If you want to enable it, there is only 1 mandatory setting you have to configure :
- Webhooks :
One (or several) Discord webhook(s) to the channel where the suspected players will be reported.
Note
If you dont know how to create a Discord webhook, you can have a look at this video.
-
webhooks
:
One (or several) Discord webhook(s) that will display the game stats.
It should look like this :"webhooks": [ { "url": "https://discord.com/api/webhooks/...", "user_mentions": [], "role_mentions": [] } ]
You can define Discord users and/or roles to be pinged when a new message is posted on the channel :
"webhooks": [
{
"url": "https://discord.com/api/webhooks/...",
"user_mentions": [
"<@1234...>"
],
"role_mentions": [
"<@&1234...>"
]
}
]
The syntax to enter users/roles IDs is a bit tricky.
Have a look at this to get an example.
Hell Let Loose (HLL) Community RCON (CRCON) Wiki - Back to Home
Maps
Records
Settings
Others
Stats
(TODO)
- Admin panel (needs update)
- Migrate CRCON to another VPS
- Replace the game server managed in CRCON
- Adding a game server to manage in CRCON
- Overview Project Structure
- Development environment
- Building your own Docker images
- CRCON API
- Streaming Logs
- Remotely connect to the PostgreSQL database
- Miscellaneous (needs update)
- HLL RCON Commands (needs update)
- Please look at this first
- Ask for help