PayNow

ReportGameServerEventsEntryPlayerJoinDto

Contains detailed information about a player joining a game server.

ip_addressIPAddressRequired
minecraft_namestringOptional
The Minecraft username of the player.
minecraft_uuidstringOptional
The Minecraft UUID of the player.
steam_idSteamIdOptional
A 64-bit Steam account identifier. Accepts string or numeric format.
Example
{
  "ip_address": "127.0.0.1",
  "steam_id": "76561197960287930",
  "minecraft_uuid": "string",
  "minecraft_name": "string"
}