User Guide ‐ Main interface ‐ Webhooks ‐ Watchlist - MarechJ/hll_rcon_tool GitHub Wiki
🧭 You are here : Wiki home / User Guide / Main interface / Webhooks / Watchlist
A list of Discord webhooks URLs and user/role IDs to mention when a watched player connects to the server.
Note
If you don't know how to create a Discord webhook, you can have a look at this video.
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.
{
"hooks": [
{
"url": "https://discord.com/api/webhooks/...",
"user_mentions": [
"<@1234>"
],
"role_mentions": [
"<@&1234>"
]
}
]
}