Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.43 KB

README.en-US.md

File metadata and controls

36 lines (30 loc) · 1.43 KB

DonotFuck

  • Authors: 羽学 & Cai
  • Source: 禁止脏话(内嵌版)
  • This is a Tshock server plugin primarily used for: detecting civilized speech among players on the server.
  • If a player sends characters listed in the configuration file, those words will be replaced with asterisks (*).

Commands

Command Syntax Alias Permission Description
/af None DonotFuck Command menu
/af list None DonotFuck List sensitive words (for players)
/af log None DonotFuck.admin Enable or disable sensitive word logging
/af add None DonotFuck.admin Add a sensitive word
/af del None DonotFuck.admin Remove a sensitive word
/reload None tshock.cfg.reload Reload the configuration file

Configuration

Configuration file location: tshock/禁止脏话/禁止脏话.json

{
  "RowsPerPage": 30,
  "LogEnabled": true,
  "SensitiveWords": [
    "6",
    ""
  ]
}

FeedBack