MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / SystemMessage

Method SystemMessage

util/console/console.go:18–21  ·  view source on GitHub ↗
(t text.TextComponent)

Source from the content-addressed store, hash-verified

16type console struct{}
17
18func (c console) SystemMessage(t text.TextComponent) error {
19 log.Chat(t)
20 return nil
21}
22
23var Console console
24

Callers

nothing calls this directly

Calls 1

ChatFunction · 0.92

Tested by

no test coverage detected