Skip to main content

Module chat

Module chat 

Source
Expand description

Chat module - chat formatting and word filtering.

§Configuration

FieldDefaultDescription
enabledfalseWhether this module is active
chat_format""Custom chat format. Use {player} and {message} placeholders
chat_filter[]List of blocked words/phrases (case-insensitive)

§Placeholders

PlaceholderAvailable in
{player}chat_format
{message}chat_format

Structs§

Chat
Handles chat formatting and word filtering.
ChatConfig
Configuration for the chat module.