Notifications¶
Route different types of server events to specific Discord channels.
What It Does¶
The notifications system lets you organize your Discord server by routing different event types to dedicated channels. Instead of all messages going to one place, you can have separate channels for ban alerts, log messages, and more.
Setup¶
Configure Notification Channels¶
This command binds or unbinds notification channels for each event type.
To bind
Provide a channel name as the second argument.
To unbind
Run the command with only the type (no channel).
Notification Types¶
| Type | Description |
|---|---|
info |
General information: raid time changes, restart notifications, server status |
bans |
Ban and unban notifications |
logs |
Server log messages |
user |
Player commands (/link, /info, etc.) |
Examples¶
# Bind the info channel
/notification info #server-announcements
# Bind the ban channel
/notification bans #ban-alerts
# Unbind the logs channel
/notification logs
Related Features¶
- Killfeed & Rewards — Killfeed channel configuration
- Server Map — Map notifications
- Server Setup — Admin channel configuration