{
  "name": "/whitelist remove",
  "category": "whitelist",
  "description": "Remove a player from the whitelist",
  "class": "com.hypixel.hytale.server.core.modules.accesscontrol.commands.WhitelistRemoveCommand",
  "permission": "hytale.accesscontrolmodule.command.whitelist.remove",
  "permission_groups": [],
  "sub_commands": [],
  "discovery": {
    "usage": null,
    "required_args": null,
    "did_you_mean_examples": null,
    "expected_type": null,
    "player_required": false,
    "raw_probe_response": "Failed to fetch profile by username: HTTP 404 - game profile not found\nPlayer '__PROBE_BIDON_XYZ__' was not found locally or via remote lookup."
  },
  "test": {
    "status": "N/A",
    "note": "N/A: destructive (skip auto)",
    "tested_command": "whitelist remove"
  }
}