54 lines
No EOL
1 KiB
YAML
54 lines
No EOL
1 KiB
YAML
# Spam or insult players
|
|
|
|
# The display name of cheat
|
|
name: "Chat"
|
|
|
|
# enable/disable detection
|
|
active: true
|
|
|
|
# Maximum of ping to be verified.
|
|
# It's to prevent lagging player
|
|
ping: 200
|
|
|
|
# The minimum porcent to create reliability
|
|
reliability_alert: 60
|
|
|
|
# Manage the kick of players
|
|
kick:
|
|
active: false
|
|
# Required alert to kick player
|
|
alert: 5
|
|
|
|
# Remove the cheat effect
|
|
set_back:
|
|
active: false
|
|
# To know how to configure, check this wiki :
|
|
# https://github.com/Elikill58/Negativity/wiki/setBack
|
|
action: []
|
|
|
|
# Option for /negativity verif
|
|
verif:
|
|
# Enable/disable the detection when the verification is enabled
|
|
check_in_verif: true
|
|
|
|
# List of insult which create flag
|
|
insults:
|
|
- "bitch"
|
|
- "asshole"
|
|
- "dickhead"
|
|
|
|
# Disable one check and not all detections
|
|
checks:
|
|
# Spam a message
|
|
spam:
|
|
active: true
|
|
# Amount before alerting
|
|
amount: 2
|
|
# Disable insults
|
|
insult:
|
|
active: true
|
|
lang: en
|
|
# Caps on message
|
|
caps:
|
|
active: true
|
|
percent: 80 |