{
  "name": "/instances",
  "category": "instances",
  "description": "Commands that work with world instances",
  "class": "com.hypixel.hytale.builtin.instances.command.InstancesCommand",
  "permission": "hytale.instances.command.instances",
  "permission_groups": [],
  "sub_commands": [
    "/instances edit",
    "/instances edit copy",
    "/instances edit list",
    "/instances edit load",
    "/instances edit new",
    "/instances exit",
    "/instances migrate",
    "/instances spawn"
  ],
  "discovery": {
    "usage": "/\nUse \"/instances --help\" to learn more!",
    "required_args": 0,
    "did_you_mean_examples": null,
    "expected_type": null,
    "player_required": false,
    "raw_probe_response": "The wrong number of required argument was specified. Expected: 0, actual: 1\nUsage: /\nUse \"/instances --help\" to learn more!"
  },
  "test": {
    "status": "OK",
    "note": "OK: exec sans erreur visible",
    "tested_command": "instances"
  }
}