{
  "name": "/block setticking",
  "category": "block",
  "description": "Enable ticking for a block at the specified position",
  "class": "com.hypixel.hytale.server.core.universe.world.commands.block.BlockSetTickingCommand",
  "permission": "hytale.universe.command.block.setticking",
  "permission_groups": [
    null
  ],
  "sub_commands": [],
  "discovery": {
    "usage": "Use \"/block setticking --help\" to learn more!",
    "required_args": 3,
    "did_you_mean_examples": null,
    "expected_type": null,
    "player_required": false,
    "raw_probe_response": "The wrong number of required argument was specified. Expected: 3, actual: 1\nUsage:\nUse \"/block setticking --help\" to learn more!"
  },
  "test": {
    "status": "OK",
    "note": "OK: exec sans erreur visible",
    "tested_command": "block setticking"
  }
}