Player chunk load limiter

This commit is contained in:
Tnze
2022-06-25 14:14:01 +08:00
parent 60c9d84cf2
commit 58ca83157b

View File

@ -22,6 +22,19 @@ import (
pk "github.com/Tnze/go-mc/net/packet" pk "github.com/Tnze/go-mc/net/packet"
) )
type Type int32
const (
Chat Type = iota
System
GameInfo
SayCommand
MsgCommand
TeamMsgCommand
EmoteCommand
TellrawCommand
)
// Colors // Colors
const ( const (
Black = "black" Black = "black"