feat: support kick
This commit is contained in:
16
services/mc/defs.go
Normal file
16
services/mc/defs.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package mc
|
||||
|
||||
const (
|
||||
ErrNotJoined = "not joined"
|
||||
)
|
||||
|
||||
const (
|
||||
EventPlayerJoined = "multiplayer.player.joined"
|
||||
EventPlayerLeft = "multiplayer.player.left"
|
||||
)
|
||||
|
||||
const (
|
||||
StatusPending = iota
|
||||
StatusNormal
|
||||
StatusBanned
|
||||
)
|
||||
Reference in New Issue
Block a user