{
  "name": "/world settings pvp",
  "category": "world",
  "description": "Get or Set if PvP is enabled in the world",
  "class": "com.hypixel.hytale.server.core.universe.world.commands.WorldSettingsCommand$WorldSettingsSubCommand",
  "permission": "hytale.universe.command.world.settings.pvp",
  "permission_groups": [],
  "sub_commands": [
    "/world settings pvp reset",
    "/world settings pvp set"
  ],
  "discovery": {
    "usage": "Use \"/world settings pvp --help\" to learn more!",
    "required_args": 0,
    "did_you_mean_examples": null,
    "expected_type": null,
    "player_required": false,
    "raw_probe_response": "The wrong number of required argument was specified. Expected: 0, actual: 1\nUsage:\nUse \"/world settings pvp --help\" to learn more!"
  },
  "test": {
    "status": "OK",
    "note": "OK: exec sans erreur visible",
    "tested_command": "world settings pvp"
  }
}