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.