Page cover

Profanity Filter

Introduction

The advanced profanity filter is designed to effectively identify and mitigate instances of hate speech, swearing, or inappropriate content across a diverse array of languages using machine learning. This robust tool is instrumental in fostering a safer and more respectful chat.

Configuration

Plugins/UniversalChat/ChatProfanityFilter.yml

Enabled: True
# A higher number makes the profanity filter less accurate but reduces false positives. However, setting it too low can cause the filter to malfunction
ProfanityFilterPercentage: 60 # Default Value: 60

Message: your message may contain profanity/hate speech and was removed!

Explanation

ProfanityFilterPercentage

A higher number makes the profanity filter less accurate but reduces false positives. However, setting it too low can cause the filter to malfunction. The default value is 60

Message

Send a message to the player when profanity is detected in their message. (this is translated automatically)

Last updated