{
  "name": "/entity stats set",
  "category": "entity",
  "description": "Set the value of a specified stat on an entity to a specified value",
  "class": "com.hypixel.hytale.server.core.command.commands.world.entity.stats.EntityStatsSetCommand",
  "permission": "hytale.system.command.entity.stats.set",
  "permission_groups": [],
  "sub_commands": [],
  "discovery": {
    "usage": "Use \"/entity stats set --help\" to learn more!",
    "required_args": 2,
    "did_you_mean_examples": null,
    "expected_type": null,
    "player_required": false,
    "raw_probe_response": "The wrong number of required argument was specified. Expected: 2, actual: 1\nUsage:\nUse \"/entity stats set --help\" to learn more!"
  },
  "test": {
    "status": "OK",
    "note": "OK: exec sans erreur visible",
    "tested_command": "entity stats set"
  }
}