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.
TOML preview
Paste or upload a config file. Matching fields update in the table.
qexed_content_filter.toml
Paste or upload TOML to preview current values.
PathTypeDefaultCurrentDescriptionNotice
content_filterobjectSee #content_filterSee #content_filterChat content filter settingsNone

Complex Type Details

content_filter

Type
object
Default
None
Current
Paste or upload TOML to preview current values.
Description
Chat content filter settings
None
PathTypeDefaultCurrentDescriptionNotice
content_filter.api_tokenstring<stored in .secrets>Paste or upload TOML to preview current values.Bearer token for the content filter APINone
content_filter.api_urlstring""Paste or upload TOML to preview current values.HTTP API URL for external content filtering. The server posts JSON { text }.None
content_filter.block_messagestring"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 chatNone
content_filter.enablebooleanfalsePaste or upload TOML to preview current values.Enable chat content filtering. Disabled by default.None
content_filter.enginestring"fixed"Paste or upload TOML to preview current values.Content filter engine: fixed, knowledge, or apiNone
content_filter.knowledge_pathstring""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.replacementstring"***"Paste or upload TOML to preview current values.Replacement text for matched wordsNone
content_filter.wordsarray[]Paste or upload TOML to preview current values.Inline sensitive words used by fixed and knowledge enginesNone