54 lines
No EOL
1.2 KiB
YAML
54 lines
No EOL
1.2 KiB
YAML
# Allow player to fly.
|
|
# Some cheat make the player moving too fast, so it can be detected as Speed.
|
|
|
|
# The display name of fly
|
|
name: "Fly"
|
|
|
|
# enable/disable fly 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: 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
|
|
|
|
# Disable one check and not all detections
|
|
checks:
|
|
# Suspicious Y
|
|
suspicious-y:
|
|
active: true
|
|
# When not in ground, i
|
|
no-ground-i:
|
|
active: true
|
|
# When not in ground, down
|
|
no-ground-down:
|
|
active: true
|
|
# When not in ground, y
|
|
no-ground-y:
|
|
active: true
|
|
# When not moving Y
|
|
not-moving-y:
|
|
active: true
|
|
# Check made for omega craft fly but works with others fly
|
|
omega-craft:
|
|
active: true |