48 lines
No EOL
1.1 KiB
YAML
48 lines
No EOL
1.1 KiB
YAML
# Make you placing block just behind you, but without looking it.
|
|
|
|
# The display name of cheat
|
|
name: "Scaffold"
|
|
|
|
# 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: 80
|
|
|
|
# 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
|
|
|
|
# Disable one check and not all detections
|
|
checks:
|
|
# Block placed below
|
|
below:
|
|
active: true
|
|
# Distance between placed and target one
|
|
distance:
|
|
active: true
|
|
# Place block below
|
|
place-below:
|
|
active: false
|
|
# Detect move of head & slot. Should mostly be used while testing
|
|
rise-slot:
|
|
# By default, it's disabled until it's not clearly good
|
|
active: true |