Tune: Increase buffer and VL thresholds to reduce false positives

- Timer: buffer_ticks 2->10, max_packets 22->25, kick_vl 25->50
- Jesus: buffer_ticks 3->15, kick_vl 25->50
- Fly: fall_buffer 10->15, ground_desync 3->5, kick_vl 25->50
This commit is contained in:
2026-03-15 13:39:21 -03:00
parent dd0700ab19
commit 0999c3e264

View File

@@ -63,12 +63,12 @@ checks:
# Teleport player back to last safe location when flagged # Teleport player back to last safe location when flagged
setback: false setback: false
# Number of ticks to allow for stepping/slabs # Number of ticks to allow for stepping/slabs
fall_buffer: 10 fall_buffer: 15
# Maximum ground desync ticks before flagging # Maximum ground desync ticks before flagging
ground_desync_threshold: 3 ground_desync_threshold: 5
warn_vl: 10 warn_vl: 25
kick_vl: 25 kick_vl: 50
tempban_vl: 50 tempban_vl: 75
permban_vl: 100 permban_vl: 100
# ---------------------------------------- # ----------------------------------------
@@ -80,10 +80,10 @@ checks:
# Teleport player back to last safe location when flagged # Teleport player back to last safe location when flagged
setback: false setback: false
# Number of consecutive ticks to flag before VL is added # Number of consecutive ticks to flag before VL is added
buffer_ticks: 3 buffer_ticks: 15
warn_vl: 10 warn_vl: 25
kick_vl: 25 kick_vl: 50
tempban_vl: 50 tempban_vl: 75
permban_vl: 100 permban_vl: 100
# ---------------------------------------- # ----------------------------------------
@@ -106,14 +106,14 @@ checks:
timer: timer:
enabled: true enabled: true
# Number of consecutive ticks exceeding max packets before flagging # Number of consecutive ticks exceeding max packets before flagging
buffer_ticks: 2 buffer_ticks: 10
# Maximum packets per second allowed # Maximum packets per second allowed
max_packets_per_second: 22 max_packets_per_second: 25
# Milliseconds of no packets before flagging blink # Milliseconds of no packets before flagging blink
blink_threshold_ms: 500 blink_threshold_ms: 500
warn_vl: 10 warn_vl: 25
kick_vl: 25 kick_vl: 50
tempban_vl: 50 tempban_vl: 75
permban_vl: 100 permban_vl: 100
# ---------------------------------------- # ----------------------------------------