Expand description
Chat module - chat formatting and word filtering.
§Configuration
| Field | Default | Description |
|---|---|---|
enabled | false | Whether this module is active |
chat_format | "" | Custom chat format. Use {player} and {message} placeholders |
chat_filter | [] | List of blocked words/phrases (case-insensitive) |
§Placeholders
| Placeholder | Available in |
|---|---|
{player} | chat_format |
{message} | chat_format |
Structs§
- Chat
- Handles chat formatting and word filtering.
- Chat
Config - Configuration for the chat module.