Interface ItemCheatJSONPacket
interface ItemCheatJSONPacket {
cmd: "PrintJSON";
data: JSONMessagePart[];
item: NetworkItem;
receiving: number;
team: number;
type: "ItemCheat";
}
cmd: "PrintJSON";
data: JSONMessagePart[];
item: NetworkItem;
receiving: number;
team: number;
type: "ItemCheat";
}
Properties
Readonlycmd
cmd
Readonlydata
All the textual metadata for this packet.
Readonlyitem
Source player's identifier, location identifier, item identifier and item flags.
Readonlyreceiving
receiving: number
Destination player's identifier.
Readonlyteam
team: number
Team of the triggering player.
Readonlytype
type
The PrintJSONPacket subtype.
Sent to clients to broadcast a player has received a cheated item (via
!getitem).See
PrintJSONPacket for all possible
PrintJSONpacket subtypes.