-
Notifications
You must be signed in to change notification settings - Fork 76
User Guide ‐ Main interface ‐ Webhooks ‐ Log Line
ElGuillermo edited this page Jan 14, 2025
·
16 revisions
🧭 You are here : Wiki home / User Guide / Main interface / Webhooks / Log Line
You can send any type of log(s) into one or several Discord channel(s)
Note
If you dont know how to create a Discord webhook, you can have a look at this video.
The syntax to enter users/roles IDs is a bit tricky.
Have a look at this to get an example.
{
"webhooks": [
{
"log_types": [
"TEAM KILL"
],
"webhook": {
"url": "https://discord.com/api/webhooks/...",
"user_mentions": [],
"role_mentions": []
}
}
]
}
{
"webhooks": [
{
"log_types": [
"MATCH ENDED",
"ADMIN PERMA BANNED",
"ADMIN BANNED",
"TK AUTO KICKED"
],
"webhook": {
"url": "https://discord.com/api/webhooks/...",
"user_mentions": [],
"role_mentions": []
}
}
]
}
{
"webhooks": [
{
"log_types": [
"ADMIN",
"ADMIN ANTI-CHEAT",
"ADMIN BANNED",
"ADMIN KICKED",
"ADMIN MISC",
"ADMIN MISC",
"TK AUTO",
"TK AUTO BANNED",
"TK AUTO KICKED",
"VOTE STARTED",
"VOTE PASSED"
],
"webhook": {
"url": "https://discord.com/api/webhooks/...",
"user_mentions": [],
"role_mentions": []
}
},
{
"log_types": [
"ADMIN PERMA BANNED"
],
"webhook": {
"url": "https://discord.com/api/webhooks/...",
"user_mentions": [],
"role_mentions": []
}
}
]
}
Hell Let Loose (HLL) Community RCON (CRCON) Wiki - Back to Home
- Home
- Views
- Maps
- Records
- Settings
- Webhooks
- Automods
- Others
- Stats
- 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