{
  "name": "/player stats set",
  "category": "player",
  "description": "Set the value of a specified stat on a player to a specified value",
  "class": "com.hypixel.hytale.server.core.command.commands.player.stats.PlayerStatsSetCommand",
  "permission": "hytale.system.command.player.stats.set",
  "permission_groups": [],
  "sub_commands": [],
  "discovery": {
    "usage": "Use \"/player 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 \"/player stats set --help\" to learn more!"
  },
  "test": {
    "status": "OK",
    "note": "OK: exec sans erreur visible",
    "tested_command": "player stats set"
  }
}