mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 15:45:07 +00:00
Add command block packet limit
This commit is contained in:
parent
43b2b2b18e
commit
e5b237dae8
1 changed files with 16 additions and 0 deletions
|
@ -93,6 +93,22 @@ 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: 51.0
|
||||||
|
ServerboundSetCommandMinecartPacket:
|
||||||
|
action: DROP
|
||||||
|
interval: 1.0
|
||||||
|
max-packet-rate: 51.0
|
||||||
|
ServerboundSetJigsawBlockPacket:
|
||||||
|
action: DROP
|
||||||
|
interval: 1.0
|
||||||
|
max-packet-rate: 51.0
|
||||||
|
ServerboundSetStructureBlockPacket:
|
||||||
|
action: DROP
|
||||||
|
interval: 1.0
|
||||||
|
max-packet-rate: 51.0
|
||||||
player-auto-save:
|
player-auto-save:
|
||||||
max-per-tick: -1
|
max-per-tick: -1
|
||||||
rate: -1
|
rate: -1
|
||||||
|
|
Loading…
Reference in a new issue