kick players when keepalive timeout

This commit is contained in:
Tnze
2021-12-24 20:40:24 +08:00
parent 494a52320d
commit 1742fde1ff
4 changed files with 7 additions and 17 deletions

View File

@ -14,7 +14,7 @@ import (
"os"
)
const MaxPlayer = 1024
const MaxPlayer = 16384
const IconPath = "./server-icon.png"
var motd = chat.Message{Text: "A Minecraft Server ", Extra: []chat.Message{{Text: "Powered by go-mc", Color: "yellow"}}}