From 50fe02818d9de257e632e037d862f122b23eb189 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Sun, 24 Aug 2025 00:36:54 +0300 Subject: [PATCH] increase packets per second limit from ~71 to 200 to avoid false positive kicks --- src/config/paper-global.yml | 4 ++-- src/plugins/ViaVersion/config.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/paper-global.yml b/src/config/paper-global.yml index 71376f5..ba75b66 100644 --- a/src/config/paper-global.yml +++ b/src/config/paper-global.yml @@ -79,8 +79,8 @@ misc: packet-limiter: all-packets: action: KICK - interval: 7.0 - max-packet-rate: 500.0 + interval: 1.0 + max-packet-rate: 200.0 kick-message: overrides: ServerboundPlaceRecipePacket: diff --git a/src/plugins/ViaVersion/config.yml b/src/plugins/ViaVersion/config.yml index a66107f..d5a0c1d 100644 --- a/src/plugins/ViaVersion/config.yml +++ b/src/plugins/ViaVersion/config.yml @@ -41,7 +41,7 @@ suppress-text-component-conversion-warnings: true # # What is the maximum per second a client can send (Use %pps to display their pps) # Use -1 to disable. -max-pps: 800 +max-pps: -1 max-pps-kick-msg: You are sending too many packets! # # We can also kick them if over a period they send over a threshold a certain amount of times.