User Guide ‐ Main interface ‐ Webhooks ‐ Chat - MarechJ/hll_rcon_tool GitHub Wiki

🧭 You are here : Wiki home / User Guide / Main interface / Webhooks / Chat


image

A list of Discord webhook URLs and user/role IDs to send ALL ingame chat entries to.

⚠️ This webhook sends a lot of messages and may trigger Discord's webhook rate limitation if used with others spammy webhooks like kill/TK or automods.

[!NOTE] If you dont know how to create a Discord webhook, you can have a look at this video.

Unfortunately, as of v15.2 of the game, this feature is only available to PC (Steam / GamePass / Epic Games) users, as it requires keyboard inputs.

You can set as many URLs as you want, but these are updated sequentially not concurrently, so setting more than one will delay the updates of each one. Therefore, you should probably not set more than a few.

The syntax to enter users/roles IDs is a bit tricky.
Have a look at this to get an example.

Example (CODE view)

{
  "hooks": [
    {
      "url": "https://discord.com/api/webhooks/..."
    }
  ],
  "allow_mentions": false
}