-
Notifications
You must be signed in to change notification settings - Fork 0
Chat Moderation
Jan Kluka edited this page Jun 21, 2026
·
1 revision
Watch chat live and act on problem messages without opening the console.
Permissions: CHAT_VIEW to read the feed and history, CHAT_MODERATE to delete lines and act on
players.
- Live feed — in-game chat streams in real time over the SSE connection.
- Searchable history — chat is persisted, so you can search past messages by player name or text (paginated, newest first).
- Flagging — messages containing configured keywords are highlighted for attention.
- Inline actions (on hover): Warn, Mute (60-minute default), Ban, and Delete line.
- Each message links to the player's profile.
Deleting a chat line is a soft delete — it's hidden from the dashboard's chat views but kept for the record and noted in the audit log.
Chat history is pruned automatically (older entries are removed on a rolling basis), so the database doesn't grow unbounded.
- Bans, Mutes & Warnings — punishment templates and escalation.
- Live Console — full server output and command execution.
EssentialsX Dashboard v1.1.0 · GitHub · Web control panel for EssentialsX
Getting Started
Features
- Dashboard & Analytics
- Players
- Economy
- Bans, Mutes & Warnings
- Chat Moderation
- Kits & Warps
- Live Console
- Server Controls
- EssentialsX Modules
- Scheduler
- Broadcast & Mail
Administration
Reference