{
  "name": "/whoami",
  "category": "whoami",
  "description": "Prints your player information",
  "class": "com.hypixel.hytale.server.core.command.commands.player.WhoAmICommand",
  "permission": "hytale.system.command.whoami",
  "permission_groups": [
    "Adventure"
  ],
  "sub_commands": [],
  "discovery": {
    "usage": null,
    "required_args": null,
    "did_you_mean_examples": null,
    "expected_type": null,
    "player_required": false,
    "raw_probe_response": "No such player '__PROBE_BIDON_XYZ__'."
  },
  "test": {
    "status": "?",
    "note": "?: no log capture",
    "tested_command": "/whoami"
  }
}