mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 15:45:07 +00:00
Remove the command block update ratelimit (#129)
This commit is contained in:
parent
ce21a6cf7f
commit
65c7d08d67
1 changed files with 0 additions and 8 deletions
|
@ -93,14 +93,6 @@ packet-limiter:
|
||||||
action: DROP
|
action: DROP
|
||||||
interval: 4.0
|
interval: 4.0
|
||||||
max-packet-rate: 5.0
|
max-packet-rate: 5.0
|
||||||
ServerboundSetCommandBlockPacket:
|
|
||||||
action: DROP
|
|
||||||
interval: 1.0
|
|
||||||
max-packet-rate: 101.0
|
|
||||||
ServerboundSetCommandMinecartPacket:
|
|
||||||
action: DROP
|
|
||||||
interval: 1.0
|
|
||||||
max-packet-rate: 101.0
|
|
||||||
ServerboundSetJigsawBlockPacket:
|
ServerboundSetJigsawBlockPacket:
|
||||||
action: DROP
|
action: DROP
|
||||||
interval: 1.0
|
interval: 1.0
|
||||||
|
|
Loading…
Reference in a new issue