{
  "name": "/ping",
  "category": "ping",
  "description": "Network ping information",
  "class": "com.hypixel.hytale.server.core.command.commands.debug.PingCommand",
  "permission": "hytale.system.command.ping",
  "permission_groups": [
    "Adventure"
  ],
  "sub_commands": [
    "/ping clear",
    "/ping graph"
  ],
  "discovery": {
    "usage": "/\nUse \"/ping --help\" to learn more!",
    "required_args": 0,
    "did_you_mean_examples": null,
    "expected_type": null,
    "player_required": false,
    "raw_probe_response": "\u001b=>....The wrong number of required argument was specified. Expected: 0, actual: 1\nUsage: /\nUse \"/ping --help\" to learn more!"
  },
  "test": {
    "status": "OK",
    "note": "OK: exec sans erreur visible",
    "tested_command": "ping"
  }
}