{
  "name": "/inventory clear",
  "category": "inventory",
  "description": "Clears your inventory of all items",
  "class": "com.hypixel.hytale.server.core.command.commands.player.inventory.InventoryClearCommand",
  "permission": "hytale.system.command.inventory.clear",
  "permission_groups": [
    "Creative"
  ],
  "sub_commands": [],
  "skipped_in_discovery": "destructive",
  "test": {
    "status": "N/A",
    "note": "N/A: destructive (skip auto)",
    "tested_command": "/inventory clear"
  }
}