-
Notifications
You must be signed in to change notification settings - Fork 79
User Guide ‐ Main interface ‐ Webhooks ‐ Admin Ping
🧭 You are here : Wiki home / User Guide / Main interface / Webhooks / Admin Ping
A list of Discord webhook URLs and user/role IDs to mention when one of trigger_words
is used in game chat.
Note
If you don't 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 in game's chat.
You can set as many webhook 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...>"
]
}
],
"trigger_words": [
"!admin",
"!modo",
"aimbot",
"cheat",
"glitch",
"hack",
"wallhack"
]
}
If you only want to get the messages in Discord without mentioning anyone, you can use empty lists as a parameter :
{
"hooks": [
{
"url": "https://discord.com/api/webhooks/...",
"user_mentions": [],
"role_mentions": []
}
],
"trigger_words": [
"!admin",
"!modo"
]
}
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