qexed_content_filter
- Commit:
a40e7105530a7578ed7a19f6e2fbacef4c10f2e6 - Language:
en - Config file:
config/qexed_content_filter.toml - Field count:
9 - Description: qexed_content_filter.toml: chat content filter engine, word list, and external API settings.
Paste or upload TOML to preview current values.
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
content_filter | object | See #content_filter | See #content_filter | Chat content filter settings | None |
Complex Type Details
content_filter
- Type
object- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Chat content filter settings
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
content_filter.api_token | string | <stored in .secrets> | Paste or upload TOML to preview current values. | Bearer token for the content filter API | None |
content_filter.api_url | string | "" | Paste or upload TOML to preview current values. | HTTP API URL for external content filtering. The server posts JSON { text }. | None |
content_filter.block_message | string | "Your message was blocked by the server content filter." | Paste or upload TOML to preview current values. | Message shown to the player when the API blocks chat | None |
content_filter.enable | boolean | false | Paste or upload TOML to preview current values. | Enable chat content filtering. Disabled by default. | None |
content_filter.engine | string | "fixed" | Paste or upload TOML to preview current values. | Content filter engine: fixed, knowledge, or api | None |
content_filter.knowledge_path | string | "" | Paste or upload TOML to preview current values. | Sensitive-word knowledge base file path. One word per line; lines starting with # are ignored. | None |
content_filter.replacement | string | "***" | Paste or upload TOML to preview current values. | Replacement text for matched words | None |
content_filter.words | array | [] | Paste or upload TOML to preview current values. | Inline sensitive words used by fixed and knowledge engines | None |