MCPcopy
hub / github.com/PrismarineJS/mineflayer / kicked

Function kicked

examples/python/chatterbox.py:163–165  ·  view source on GitHub ↗
(this, reason, *a)

Source from the content-addressed store, hash-verified

161
162@On(bot, "kicked")
163def kicked(this, reason, *a):
164 print("I was kicked", reason, a)
165 console.log(f"I got kicked for {reason}")
166
167
168@On(bot, "time")

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…