diff --git a/chat/message.go b/chat/message.go index f4fcf33..bec4d59 100644 --- a/chat/message.go +++ b/chat/message.go @@ -22,6 +22,19 @@ import ( pk "github.com/Tnze/go-mc/net/packet" ) +type Type int32 + +const ( + Chat Type = iota + System + GameInfo + SayCommand + MsgCommand + TeamMsgCommand + EmoteCommand + TellrawCommand +) + // Colors const ( Black = "black"