Interface CommandResultJSONPacket

Sent to relevant clients to broadcast the result of a chat command.

PrintJSONPacket for all possible PrintJSON packet subtypes.

interface CommandResultJSONPacket {
    cmd: "PrintJSON";
    data: JSONMessagePart[];
    type: "CommandResult";
}

Properties

Properties

cmd

All the textual metadata for this packet.

type

The PrintJSONPacket subtype.