mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 07:35:08 +00:00
Raise limits
This commit is contained in:
parent
e5b237dae8
commit
e5ba729e05
1 changed files with 4 additions and 4 deletions
|
@ -96,19 +96,19 @@ packet-limiter:
|
|||
ServerboundSetCommandBlockPacket:
|
||||
action: DROP
|
||||
interval: 1.0
|
||||
max-packet-rate: 51.0
|
||||
max-packet-rate: 101.0
|
||||
ServerboundSetCommandMinecartPacket:
|
||||
action: DROP
|
||||
interval: 1.0
|
||||
max-packet-rate: 51.0
|
||||
max-packet-rate: 101.0
|
||||
ServerboundSetJigsawBlockPacket:
|
||||
action: DROP
|
||||
interval: 1.0
|
||||
max-packet-rate: 51.0
|
||||
max-packet-rate: 101.0
|
||||
ServerboundSetStructureBlockPacket:
|
||||
action: DROP
|
||||
interval: 1.0
|
||||
max-packet-rate: 51.0
|
||||
max-packet-rate: 101.0
|
||||
player-auto-save:
|
||||
max-per-tick: -1
|
||||
rate: -1
|
||||
|
|
Loading…
Reference in a new issue