forked from kaboomserver/server
update the thing
This commit is contained in:
commit
247d47f46c
8 changed files with 5 additions and 4 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -1,10 +1,8 @@
|
|||
name: Server Updater
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: "0 18 * * *"
|
||||
- cron: "0 18 * * MON,THU"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
@ -93,6 +93,7 @@ packet-limiter:
|
|||
action: DROP
|
||||
interval: 4.0
|
||||
max-packet-rate: 5.0
|
||||
<<<<<<< HEAD
|
||||
# ServerboundSetCommandBlockPacket:
|
||||
# action: DROP
|
||||
# interval: 1.0
|
||||
|
@ -101,6 +102,8 @@ packet-limiter:
|
|||
action: DROP
|
||||
interval: 1.0
|
||||
max-packet-rate: 101.0
|
||||
=======
|
||||
>>>>>>> ac44954b6b90d8247c396b56c9bf0f075a432b78
|
||||
ServerboundSetJigsawBlockPacket:
|
||||
action: DROP
|
||||
interval: 1.0
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
server.jar
BIN
server.jar
Binary file not shown.
Loading…
Reference in a new issue