AvoFilter

Avocloud's Chat filter system using an external server for doing validation

120

Quick challenge

How far can you run before the mobs catch you?

AvoFilter

AvoFilter

Minecraft integration for AvoCloud's SafeText chat filtering server.

By using the filtering server provided by AvoCloud you agree to the privacy policy and will inform your players about the use of the chat filtering system. In case you want that no data is sent in any way please change the address of the chat filtering endpoint to your own.

Default config

```yaml

The address of your chatfilter server, default server is AvoCloud's and will work, recommended to use your own server as delays are avoided

address: "https://safetext.avocloud.net/chatfilter" key: "savetext-publickey" # The key to use for the chatfilter server

punish:

The type of punishment to be executed

kick: Just kick the player from the server Pro: No trouble with signatures Con: Player can rejoin

command: Execute a command on the player Pro: You can handle it with your own plugins Con: Command has to be on proxy

cancel: Cancel the message Pro: No traces Con: Lots of trouble with signatures so you should use this only if you know what you are doing

type: "kick"

Content of what should be done.

%message% will be replaced with the message the player sent

%player% will be replaced with the name of the player

%player_uuid% will be replaced with the uuid of the player

%rating% will be replaced with the rating of the message

content: "You have been kicked for using inappropriate language. Message: '%message%'."

debug: false # Enable debug messages config-version: 1 # DO NOT TOUCH THIS ```

GitHub Discord

ADS