QueuedCommandDto
Represents a command to be executed on a Gameserver
attempt_idFlakeIdRequired
commandstringRequired
The command to be executed.
online_onlybooleanRequired
Indicates if the command should be executed only if the customer is online (Connected to the gameserver)
queued_atstringRequired
Represents when the command was queued.
customer_namestringOptional
The name of the customer, if applicable.
minecraft_uuidstringOptional
The Minecraft UUID of the customer, if applicable.
steam_idSteamIdOptional
A 64-bit Steam account identifier. Accepts string or numeric format.
Example
{
"attempt_id": "411486491630370816",
"command": "string",
"online_only": true,
"queued_at": "2024-01-01T00:00:00Z",
"steam_id": "76561197960287930",
"minecraft_uuid": "string",
"customer_name": "string"
}