The event received when another chatbox sends a message.

Hierarchy

Properties

event: string
id: number
name: string

The name of the chatbox, without formatting codes.

ok: boolean
rawName: string

The name of the chatbox, with its original formatting codes.

rawText: string

The message contents, with its original formatting codes.

renderedText: RenderedTextObject

The message contents, serialised with formatting as Minecraft JSON text.

text: string

The message contents, without formatting codes.

time: Date
type: string
user: User

The owner of the chatbox that sent the message.

Generated using TypeDoc