Merge pull request 'bug-88-fix-too-may-packets-kick' (#46) from bug-88 into develop
All checks were successful
/ build-docker (push) Successful in 21m40s

Reviewed-on: #46
Reviewed-by: oznobys <oznobys@noreply.localhost>
This commit is contained in:
cuqmbr 2025-08-24 11:04:46 +00:00
commit bd3a1e5b9c
2 changed files with 3 additions and 3 deletions

View File

@ -79,8 +79,8 @@ misc:
packet-limiter: packet-limiter:
all-packets: all-packets:
action: KICK action: KICK
interval: 7.0 interval: 1.0
max-packet-rate: 500.0 max-packet-rate: 200.0
kick-message: <red><lang:disconnect.exceeded_packet_rate> kick-message: <red><lang:disconnect.exceeded_packet_rate>
overrides: overrides:
ServerboundPlaceRecipePacket: ServerboundPlaceRecipePacket:

View File

@ -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) # What is the maximum per second a client can send (Use %pps to display their pps)
# Use -1 to disable. # Use -1 to disable.
max-pps: 800 max-pps: -1
max-pps-kick-msg: You are sending too many packets! 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. # We can also kick them if over a period they send over a threshold a certain amount of times.