51 lines
No EOL
1.1 KiB
YAML
51 lines
No EOL
1.1 KiB
YAML
# Edit visual block. You can see ore through block.
|
|
|
|
# The display name of cheat
|
|
name: "Xray"
|
|
|
|
# enable/disable detection
|
|
active: true
|
|
|
|
# Maximum of ping to be verified.
|
|
# It's to prevent lagging player
|
|
ping: 300
|
|
|
|
# The minimum porcent to create reliability
|
|
reliability_alert: 60
|
|
|
|
# Manage the kick of players
|
|
kick:
|
|
active: true
|
|
# 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
|
|
|
|
# Override global configuration
|
|
ban:
|
|
active: false
|
|
reliability_need: 95
|
|
alert_need: 10
|
|
time:
|
|
# %reliability% : reliability of last alert
|
|
# %alert% : number of alert sent
|
|
calculator: "360000000 + (%reliability% * 20 * %alert%)"
|
|
|
|
# Disable one check and not all detections
|
|
checks:
|
|
# Count minerate
|
|
minerate:
|
|
active: true
|
|
# Check mining direction with ray
|
|
mining-direction:
|
|
active: true |