Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Velocity
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
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
# 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