{
  "name": "/replace regex",
  "category": "replace",
  "description": "Replace blocks matching a regex pattern (e.g., Rock_.* matches all Rock blocks, .*_Hardwood matches blocks ending in _Hardwood)",
  "class": "com.hypixel.hytale.builtin.buildertools.commands.ReplaceCommand$ReplaceRegexCommand",
  "permission": "hytale.buildertools.command.replace.regex",
  "permission_groups": [
    "Creative"
  ],
  "sub_commands": [],
  "discovery": {
    "usage": "Use \"/replace regex --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 \"/replace regex --help\" to learn more!"
  },
  "test": {
    "status": "OK",
    "note": "OK: exec sans erreur visible",
    "tested_command": "replace regex"
  }
}