Interface TagsChangedJSONPacket

Sent to clients to broadcast a client has changed their tags.

PrintJSONPacket for all possible PrintJSON packet subtypes.

interface TagsChangedJSONPacket {
    cmd: "PrintJSON";
    data: JSONMessagePart[];
    slot: number;
    tags: string[];
    team: number;
    type: "TagsChanged";
}

Properties

Properties

cmd

All the textual metadata for this packet.

slot: number

Slot of the triggering player.

tags: string[]

Tags of the triggering player.

team: number

Team of the triggering player.

type

The PrintJSONPacket subtype.