For the complete documentation index, see llms.txt. This page is also available as Markdown.

mc.chatMessage

chatMessage(message, prefix): void

Sends a chat message with an optional prefix to the player.

Parameters

message

string

The message you want shown in chat.

prefix

boolean

If you want the [Breeze] prefix added.

Returns

void

Last updated