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

Function Chat

util/log/log.go:209–211  ·  view source on GitHub ↗
(t text.TextComponent)

Source from the content-addressed store, hash-verified

207}
208
209func Chat(t text.TextComponent) {
210 Printlnf("%s %s %s: %s", timeColor(timeString()), chatColor("CHAT "), stackColor(stackCallerModule(5)), SprintText(t))
211}
212
213// prints the contents prefixed by a carriage return + time, blue info text and suffixed with a newline and "> "
214func Infoln(v ...any) {

Callers 1

SystemMessageMethod · 0.92

Calls 4

PrintlnfFunction · 0.85
timeStringFunction · 0.85
stackCallerModuleFunction · 0.85
SprintTextFunction · 0.85

Tested by

no test coverage detected