[
  {
    "name": "/ui-gallery",
    "category": "ui-gallery",
    "description": "Open the UI Gallery showcasing all UI elements and styles",
    "permission": "hytale.system.command.ui-gallery"
  },
  {
    "name": "/ping",
    "category": "ping",
    "description": "Network ping information",
    "permission": "hytale.system.command.ping"
  },
  {
    "name": "/ping clear",
    "category": "ping",
    "description": "Clear ping information history",
    "permission": "hytale.system.command.ping.clear"
  },
  {
    "name": "/ping graph",
    "category": "ping",
    "description": "Print ping information as a graph",
    "permission": "hytale.system.command.ping.graph"
  },
  {
    "name": "/plugin",
    "category": "plugin",
    "description": null,
    "permission": "hytale.system.command.plugin"
  },
  {
    "name": "/plugin list",
    "category": "plugin",
    "description": "List all plugins",
    "permission": "hytale.system.command.plugin.list"
  },
  {
    "name": "/plugin load",
    "category": "plugin",
    "description": null,
    "permission": "hytale.system.command.plugin.load"
  },
  {
    "name": "/plugin unload",
    "category": "plugin",
    "description": "Unload a plugin",
    "permission": "hytale.system.command.plugin.unload"
  },
  {
    "name": "/plugin reload",
    "category": "plugin",
    "description": "Reload a plugin",
    "permission": "hytale.system.command.plugin.reload"
  },
  {
    "name": "/plugin manage",
    "category": "plugin",
    "description": "Open the plugin management UI",
    "permission": "hytale.system.command.plugin.manage"
  },
  {
    "name": "/whereami",
    "category": "whereami",
    "description": "Prints the current location of a player",
    "permission": "hytale.command.whereami.self"
  },
  {
    "name": "/stresstest",
    "category": "stresstest",
    "description": null,
    "permission": "hytale.system.command.stresstest"
  },
  {
    "name": "/stresstest start",
    "category": "stresstest",
    "description": null,
    "permission": "hytale.system.command.stresstest.start"
  },
  {
    "name": "/stresstest stop",
    "category": "stresstest",
    "description": "Stop stress testing",
    "permission": "hytale.system.command.stresstest.stop"
  },
  {
    "name": "/packetstats",
    "category": "packetstats",
    "description": "Display packet statistics for a specific packet",
    "permission": "hytale.system.command.packetstats"
  },
  {
    "name": "/blockset",
    "category": "blockset",
    "description": "List the block sets and contents",
    "permission": "hytale.blocksetmodule.command.blockset"
  },
  {
    "name": "/interaction",
    "category": "interaction",
    "description": null,
    "permission": "hytale.interactionmodule.command.interaction"
  },
  {
    "name": "/interaction run",
    "category": "interaction",
    "description": "Run an interaction",
    "permission": "hytale.interactionmodule.command.interaction.run"
  },
  {
    "name": "/interaction run specific",
    "category": "interaction",
    "description": "Run a specific interaction by ID",
    "permission": "hytale.interactionmodule.command.interaction.run.specific"
  },
  {
    "name": "/interaction snapshotsource",
    "category": "interaction",
    "description": "Get or set the snapshot source for interactions",
    "permission": "hytale.interactionmodule.command.interaction.snapshotsource"
  },
  {
    "name": "/interaction snapshotsource set",
    "category": "interaction",
    "description": "Set the snapshot source for interactions",
    "permission": "hytale.interactionmodule.command.interaction.snapshotsource.set"
  },
  {
    "name": "/interaction clear",
    "category": "interaction",
    "description": "Clear a player's interactions",
    "permission": "hytale.interactionmodule.command.interaction.clear"
  },
  {
    "name": "/bindings",
    "category": "bindings",
    "description": "Displays all network bindings/listeners for the server.",
    "permission": "hytale.servermanager.command.bindings"
  },
  {
    "name": "/importimage",
    "category": "importimage",
    "description": "Open the image to blocks import tool",
    "permission": "hytale.buildertools.command.importimage"
  },
  {
    "name": "/worldmap",
    "category": "worldmap",
    "description": null,
    "permission": "hytale.system.command.worldmap"
  },
  {
    "name": "/worldmap reload",
    "category": "worldmap",
    "description": "Reload the world map",
    "permission": "hytale.system.command.worldmap.reload"
  },
  {
    "name": "/worldmap discover",
    "category": "worldmap",
    "description": null,
    "permission": "hytale.system.command.worldmap.discover"
  },
  {
    "name": "/worldmap undiscover",
    "category": "worldmap",
    "description": null,
    "permission": "hytale.system.command.worldmap.undiscover"
  },
  {
    "name": "/worldmap clearmarkers",
    "category": "worldmap",
    "description": "Clear world map markers",
    "permission": "hytale.system.command.worldmap.clearmarkers"
  },
  {
    "name": "/worldmap viewradius",
    "category": "worldmap",
    "description": null,
    "permission": "hytale.system.command.worldmap.viewradius"
  },
  {
    "name": "/worldmap viewradius get",
    "category": "worldmap",
    "description": "Get the current world map view radius",
    "permission": "hytale.system.command.worldmap.viewradius.get"
  },
  {
    "name": "/worldmap viewradius set",
    "category": "worldmap",
    "description": "Set the world map view radius override",
    "permission": "hytale.system.command.worldmap.viewradius.set"
  },
  {
    "name": "/worldmap viewradius remove",
    "category": "worldmap",
    "description": "Remove the world map view radius override",
    "permission": "hytale.system.command.worldmap.viewradius.remove"
  },
  {
    "name": "/worldmap quantize",
    "category": "worldmap",
    "description": "Toggle color quantization for world map rendering",
    "permission": "hytale.system.command.worldmap.quantize"
  },
  {
    "name": "/warp",
    "category": "warp",
    "description": null,
    "permission": "hytale.teleport.command.warp"
  },
  {
    "name": "/warp go",
    "category": "warp",
    "description": "Teleport you to the chosen warp",
    "permission": "hytale.command.warp.go"
  },
  {
    "name": "/warp set",
    "category": "warp",
    "description": "Set your current position as a warp",
    "permission": "hytale.command.warp.set"
  },
  {
    "name": "/warp list",
    "category": "warp",
    "description": "List available warps",
    "permission": "hytale.command.warp.list"
  },
  {
    "name": "/warp remove",
    "category": "warp",
    "description": "Remove a warp",
    "permission": "hytale.command.warp.remove"
  },
  {
    "name": "/warp reload",
    "category": "warp",
    "description": "Reload warps",
    "permission": "hytale.command.warp.reload"
  },
  {
    "name": "/undo",
    "category": "undo",
    "description": "Undo last change",
    "permission": "hytale.editor.history"
  },
  {
    "name": "/clearentities",
    "category": "clearentities",
    "description": null,
    "permission": "hytale.editor.selection.clipboard"
  },
  {
    "name": "/checkpoint",
    "category": "checkpoint",
    "description": null,
    "permission": "hytale.parkour.command.checkpoint"
  },
  {
    "name": "/checkpoint add",
    "category": "checkpoint",
    "description": "Add a checkpoint",
    "permission": "hytale.parkour.command.checkpoint.add"
  },
  {
    "name": "/checkpoint remove",
    "category": "checkpoint",
    "description": null,
    "permission": "hytale.parkour.command.checkpoint.remove"
  },
  {
    "name": "/checkpoint reset",
    "category": "checkpoint",
    "description": null,
    "permission": "hytale.parkour.command.checkpoint.reset"
  },
  {
    "name": "/hitboxcollision",
    "category": "hitboxcollision",
    "description": null,
    "permission": "hytale.system.command.hitboxcollision"
  },
  {
    "name": "/hitboxcollision add",
    "category": "hitboxcollision",
    "description": null,
    "permission": "hytale.system.command.hitboxcollision.add"
  },
  {
    "name": "/hitboxcollision add entity",
    "category": "hitboxcollision",
    "description": "Command to add a HitboxCollision component to an entity",
    "permission": "hytale.system.command.hitboxcollision.add.entity"
  },
  {
    "name": "/hitboxcollision add self",
    "category": "hitboxcollision",
    "description": null,
    "permission": "hytale.system.command.hitboxcollision.add.self"
  },
  {
    "name": "/hitboxcollision remove",
    "category": "hitboxcollision",
    "description": null,
    "permission": "hytale.system.command.hitboxcollision.remove"
  },
  {
    "name": "/hitboxcollision remove entity",
    "category": "hitboxcollision",
    "description": "Command to remove a HitboxCollision component from an entity",
    "permission": "hytale.system.command.hitboxcollision.remove.entity"
  },
  {
    "name": "/hitboxcollision remove self",
    "category": "hitboxcollision",
    "description": "Command to remove a HitboxCollision component from yourself",
    "permission": "hytale.system.command.hitboxcollision.remove.self"
  },
  {
    "name": "/cursethis",
    "category": "cursethis",
    "description": "Curses the item held in your hand",
    "permission": "hytale.portals.command.cursethis"
  },
  {
    "name": "/echo",
    "category": "echo",
    "description": "Echos the text you input to the user.",
    "permission": "hytale.commandmacro.command.echo"
  },
  {
    "name": "/gmask",
    "category": "gmask",
    "description": "Sets the global block mask",
    "permission": "hytale.buildertools.command.gmask"
  },
  {
    "name": "/gmask clear",
    "category": "gmask",
    "description": "Clears/disables the global block mask",
    "permission": "hytale.buildertools.command.gmask.clear"
  },
  {
    "name": "/debugplayerposition",
    "category": "debugplayerposition",
    "description": "Perhaps help with debugging your player position (for client desync)",
    "permission": "hytale.system.command.debugplayerposition"
  },
  {
    "name": "/npc",
    "category": "npc",
    "description": null,
    "permission": "hytale.npc.command.npc"
  },
  {
    "name": "/npc all",
    "category": "npc",
    "description": "Spawn all NPC roles",
    "permission": "hytale.npc.command.npc.all"
  },
  {
    "name": "/npc appearance",
    "category": "npc",
    "description": "Set the model of an NPC",
    "permission": "hytale.npc.command.npc.appearance"
  },
  {
    "name": "/npc attack",
    "category": "npc",
    "description": null,
    "permission": "hytale.npc.command.npc.attack"
  },
  {
    "name": "/npc attack ",
    "category": "npc",
    "description": null,
    "permission": "hytale.npc.command.npc.attack"
  },
  {
    "name": "/npc attack clear",
    "category": "npc",
    "description": "Clear overriding attack sequence",
    "permission": "hytale.npc.command.npc.attack.clear"
  },
  {
    "name": "/npc benchmark",
    "category": "npc",
    "description": "Collect role metrics",
    "permission": "hytale.npc.command.npc.benchmark"
  },
  {
    "name": "/npc blackboard",
    "category": "npc",
    "description": null,
    "permission": "hytale.npc.command.npc.blackboard"
  },
  {
    "name": "/npc blackboard chunks",
    "category": "npc",
    "description": "Get information about block positions in chunks",
    "permission": "hytale.npc.command.npc.blackboard.chunks"
  },
  {
    "name": "/npc blackboard chunk",
    "category": "npc",
    "description": "Get information about block positions for a specific chunk",
    "permission": "hytale.npc.command.npc.blackboard.chunk"
  },
  {
    "name": "/npc blackboard drop",
    "category": "npc",
    "description": "Clear entire blackboard cache",
    "permission": "hytale.npc.command.npc.blackboard.drop"
  },
  {
    "name": "/npc blackboard views",
    "category": "npc",
    "description": "List all existing partial views of the blackboard",
    "permission": "hytale.npc.command.npc.blackboard.views"
  },
  {
    "name": "/npc blackboard view",
    "category": "npc",
    "description": "Get detailed info about a given blocktype view",
    "permission": "hytale.npc.command.npc.blackboard.view"
  },
  {
    "name": "/npc blackboard blockevents",
    "category": "npc",
    "description": "Get info about the block event view",
    "permission": "hytale.npc.command.npc.blackboard.blockevents"
  },
  {
    "name": "/npc blackboard entityevents",
    "category": "npc",
    "description": "Get info about the entity event view",
    "permission": "hytale.npc.command.npc.blackboard.entityevents"
  },
  {
    "name": "/npc blackboard resourceviews",
    "category": "npc",
    "description": "List all existing resource views of the blackboard",
    "permission": "hytale.npc.command.npc.blackboard.resourceviews"
  },
  {
    "name": "/npc blackboard resourceview",
    "category": "npc",
    "description": "Get detailed info about a given resource view",
    "permission": "hytale.npc.command.npc.blackboard.resourceview"
  },
  {
    "name": "/npc blackboard reserve",
    "category": "npc",
    "description": "Reserve or release an NPC",
    "permission": "hytale.npc.command.npc.blackboard.reserve"
  },
  {
    "name": "/npc blackboard reservation",
    "category": "npc",
    "description": "Check on reservation status of an NPC",
    "permission": "hytale.npc.command.npc.blackboard.reservation"
  },
  {
    "name": "/npc clean",
    "category": "npc",
    "description": "Remove all NPCs",
    "permission": "hytale.npc.command.npc.clean"
  },
  {
    "name": "/npc debug",
    "category": "npc",
    "description": null,
    "permission": "hytale.npc.command.npc.debug"
  },
  {
    "name": "/npc debug show",
    "category": "npc",
    "description": "Show debug flags of selected NPCs",
    "permission": "hytale.npc.command.npc.debug.show"
  },
  {
    "name": "/npc debug set",
    "category": "npc",
    "description": "Set debug flags of selected NPCs",
    "permission": "hytale.npc.command.npc.debug.set"
  },
  {
    "name": "/npc debug toggle",
    "category": "npc",
    "description": "Toggle debug flags of selected NPCs",
    "permission": "hytale.npc.command.npc.debug.toggle"
  },
  {
    "name": "/npc debug defaults",
    "category": "npc",
    "description": "Enable all default debug flags on selected NPCs",
    "permission": "hytale.npc.command.npc.debug.defaults"
  },
  {
    "name": "/npc debug clear",
    "category": "npc",
    "description": "Clear debug flags on selected NPCs",
    "permission": "hytale.npc.command.npc.debug.clear"
  },
  {
    "name": "/npc debug presets",
    "category": "npc",
    "description": "Show all available debug flags and presets or show all flags for a specific preset",
    "permission": "hytale.npc.command.npc.debug.presets"
  },
  {
    "name": "/npc dump",
    "category": "npc",
    "description": "Dump all component info about an NPC",
    "permission": "hytale.npc.command.npc.dump"
  },
  {
    "name": "/npc flock",
    "category": "npc",
    "description": null,
    "permission": "hytale.npc.command.npc.flock"
  },
  {
    "name": "/npc flock leave",
    "category": "npc",
    "description": "Remove all NPCs in view from their flocks",
    "permission": "hytale.npc.command.npc.flock.leave"
  },
  {
    "name": "/npc flock grab",
    "category": "npc",
    "description": "Pull all flockless NPCs in view into the player's flock",
    "permission": "hytale.npc.command.npc.flock.grab"
  },
  {
    "name": "/npc flock join",
    "category": "npc",
    "description": "Join the target NPC's flock",
    "permission": "hytale.npc.command.npc.flock.join"
  },
  {
    "name": "/npc flock playerleave",
    "category": "npc",
    "description": "Leave the current flock",
    "permission": "hytale.npc.command.npc.flock.playerleave"
  },
  {
    "name": "/npc freeze",
    "category": "npc",
    "description": "Freeze an NPC",
    "permission": "hytale.npc.command.npc.freeze"
  },
  {
    "name": "/npc give",
    "category": "npc",
    "description": "Give an item to an NPC",
    "permission": "hytale.npc.command.npc.give"
  },
  {
    "name": "/npc give nothing",
    "category": "npc",
    "description": "Clear the held item of an NPC",
    "permission": "hytale.npc.command.npc.give.nothing"
  },
  {
    "name": "/npc path",
    "category": "npc",
    "description": null,
    "permission": "hytale.npc.command.npc.path"
  },
  {
    "name": "/npc path ",
    "category": "npc",
    "description": null,
    "permission": "hytale.npc.command.npc.path"
  },
  {
    "name": "/npc path polygon",
    "category": "npc",
    "description": "Set a transient path on the target NPC using a polygon with a defined number of sides",
    "permission": "hytale.npc.command.npc.path.polygon"
  },
  {
    "name": "/npc role",
    "category": "npc",
    "description": "Display the role of an NPC",
    "permission": "hytale.npc.command.npc.role"
  },
  {
    "name": "/npc runtests",
    "category": "npc",
    "description": "Run a set of test NPCs",
    "permission": "hytale.npc.command.npc.runtests"
  },
  {
    "name": "/npc sensorstats",
    "category": "npc",
    "description": "Dump sensor related information",
    "permission": "hytale.npc.command.npc.sensorstats"
  },
  {
    "name": "/npc spawn",
    "category": "npc",
    "description": "Show spawn menu page",
    "permission": "hytale.npc.command.npc.spawn"
  },
  {
    "name": "/npc step",
    "category": "npc",
    "description": "Move the NPC behavior forward a set number of execution steps",
    "permission": "hytale.npc.command.npc.step"
  },
  {
    "name": "/npc test",
    "category": "npc",
    "description": null,
    "permission": "hytale.npc.command.npc.test"
  },
  {
    "name": "/npc test probe",
    "category": "npc",
    "description": "Test Probe classes with player at current position",
    "permission": "hytale.npc.command.npc.test.probe"
  },
  {
    "name": "/npc thaw",
    "category": "npc",
    "description": "Unfreeze an NPC",
    "permission": "hytale.npc.command.npc.thaw"
  },
  {
    "name": "/npc message",
    "category": "npc",
    "description": "Send a beacon message to an NPC",
    "permission": "hytale.npc.command.npc.message"
  },
  {
    "name": "/npc descriptors",
    "category": "npc",
    "description": "Save an NPC descriptors file out to disk in the server folder",
    "permission": "hytale.npc.command.npc.descriptors"
  },
  {
    "name": "/pos2",
    "category": "pos2",
    "description": "Set the second position of your selection",
    "permission": "hytale.editor.selection.use"
  },
  {
    "name": "/prefab",
    "category": "prefab",
    "description": null,
    "permission": "hytale.buildertools.command.prefab"
  },
  {
    "name": "/prefab save",
    "category": "prefab",
    "description": "Save a prefab",
    "permission": "hytale.editor.prefab.manage"
  },
  {
    "name": "/prefab load",
    "category": "prefab",
    "description": "Load a prefab",
    "permission": "hytale.editor.prefab.use"
  },
  {
    "name": "/prefab delete",
    "category": "prefab",
    "description": "Delete a prefab",
    "permission": "hytale.editor.prefab.manage"
  },
  {
    "name": "/prefab list",
    "category": "prefab",
    "description": "List prefabs",
    "permission": "hytale.buildertools.command.prefab.list"
  },
  {
    "name": "/log",
    "category": "log",
    "description": null,
    "permission": "hytale.system.command.log"
  },
  {
    "name": "/unban",
    "category": "unban",
    "description": "Unban a player",
    "permission": "hytale.accesscontrolmodule.command.unban"
  },
  {
    "name": "/heal",
    "category": "heal",
    "description": "Heals up to your max stamina and health.",
    "permission": "hytale.commandmacro.command.heal"
  },
  {
    "name": "/sound",
    "category": "sound",
    "description": "Commands for playing sound events",
    "permission": "hytale.system.command.sound"
  },
  {
    "name": "/sound 2d",
    "category": "sound",
    "description": null,
    "permission": "hytale.system.command.sound.2d"
  },
  {
    "name": "/sound 3d",
    "category": "sound",
    "description": null,
    "permission": "hytale.system.command.sound.3d"
  },
  {
    "name": "/stash",
    "category": "stash",
    "description": "Get a droplist for the Chest you're looking at",
    "permission": "hytale.system.command.stash"
  },
  {
    "name": "/help",
    "category": "help",
    "description": "Display command help",
    "permission": "hytale.system.command.help"
  },
  {
    "name": "/fluid",
    "category": "fluid",
    "description": null,
    "permission": "hytale.fluid.command.fluid"
  },
  {
    "name": "/fluid set",
    "category": "fluid",
    "description": "Changes the fluid at the target position.",
    "permission": "hytale.fluid.command.fluid.set"
  },
  {
    "name": "/fluid get",
    "category": "fluid",
    "description": "Gets the fluid at the target position.",
    "permission": "hytale.fluid.command.fluid.get"
  },
  {
    "name": "/fluid setradius",
    "category": "fluid",
    "description": "Changes the fluid at the player position in a given radius.",
    "permission": "hytale.fluid.command.fluid.setradius"
  },
  {
    "name": "/tagpattern",
    "category": "tagpattern",
    "description": "Test whether a specified block matches a specified tag pattern",
    "permission": "hytale.system.command.tagpattern"
  },
  {
    "name": "/environment",
    "category": "environment",
    "description": null,
    "permission": "hytale.buildertools.command.environment"
  },
  {
    "name": "/hitdetection",
    "category": "hitdetection",
    "description": "Toggles visual debug",
    "permission": "hytale.system.command.hitdetection"
  },
  {
    "name": "/weather",
    "category": "weather",
    "description": null,
    "permission": "hytale.system.command.weather"
  },
  {
    "name": "/weather set",
    "category": "weather",
    "description": "Set the forced weather in a world",
    "permission": "hytale.system.command.weather.set"
  },
  {
    "name": "/weather get",
    "category": "weather",
    "description": "Get the current forced weather in a world",
    "permission": "hytale.system.command.weather.get"
  },
  {
    "name": "/weather reset",
    "category": "weather",
    "description": "Reset the forced weather in a world to default",
    "permission": "hytale.system.command.weather.reset"
  },
  {
    "name": "/updateselection",
    "category": "updateselection",
    "description": "Update selection",
    "permission": "hytale.buildertools.command.updateselection"
  },
  {
    "name": "/noon",
    "category": "noon",
    "description": "Sets the time to noon and pauses.",
    "permission": "hytale.commandmacro.command.noon"
  },
  {
    "name": "/importobj",
    "category": "importobj",
    "description": "Open the OBJ to voxel import tool",
    "permission": "hytale.editor.selection.clipboard"
  },
  {
    "name": "/unstuck",
    "category": "unstuck",
    "description": "Teleports to the top of the world at your current position.",
    "permission": "hytale.commandmacro.command.unstuck"
  },
  {
    "name": "/settimeandgohome",
    "category": "settimeandgohome",
    "description": "Sets the time of day and teleports the user.",
    "permission": "hytale.commandmacro.command.settimeandgohome"
  },
  {
    "name": "/editprefab",
    "category": "editprefab",
    "description": null,
    "permission": "hytale.buildertools.command.editprefab"
  },
  {
    "name": "/editprefab exit",
    "category": "editprefab",
    "description": "Exit the prefab editing world, losing any unsaved changes",
    "permission": "hytale.buildertools.command.editprefab.exit"
  },
  {
    "name": "/editprefab load",
    "category": "editprefab",
    "description": "Create an empty world and paste a prefab in it to begin editing",
    "permission": "hytale.buildertools.command.editprefab.load"
  },
  {
    "name": "/editprefab new",
    "category": "editprefab",
    "description": "Create an empty world to build a new prefab in from the ground up",
    "permission": "hytale.buildertools.command.editprefab.new"
  },
  {
    "name": "/editprefab select",
    "category": "editprefab",
    "description": "Select the pre-existing area of the prefab that you are looking at, within 200 blocks",
    "permission": "hytale.buildertools.command.editprefab.select"
  },
  {
    "name": "/editprefab save",
    "category": "editprefab",
    "description": "Save the prefab using the existing area or the currently selected area, also executing any cleanup tasks",
    "permission": "hytale.buildertools.command.editprefab.save"
  },
  {
    "name": "/editprefab saveui",
    "category": "editprefab",
    "description": "Open the save UI to configure and save prefabs in the edit session",
    "permission": "hytale.buildertools.command.editprefab.saveui"
  },
  {
    "name": "/editprefab kill",
    "category": "editprefab",
    "description": "Despawn all entities in the currently selected prefab",
    "permission": "hytale.buildertools.command.editprefab.kill"
  },
  {
    "name": "/editprefab saveas",
    "category": "editprefab",
    "description": "Save a selected prefab into a different file",
    "permission": "hytale.buildertools.command.editprefab.saveas"
  },
  {
    "name": "/editprefab setbox",
    "category": "editprefab",
    "description": "Set the bounding box of the currently selected prefab",
    "permission": "hytale.buildertools.command.editprefab.setbox"
  },
  {
    "name": "/editprefab info",
    "category": "editprefab",
    "description": "Gives general information about the prefab you are selecting",
    "permission": "hytale.buildertools.command.editprefab.info"
  },
  {
    "name": "/editprefab tp",
    "category": "editprefab",
    "description": "Open the teleport UI to teleport to a loaded prefab in the edit session",
    "permission": "hytale.buildertools.command.editprefab.tp"
  },
  {
    "name": "/editprefab modified",
    "category": "editprefab",
    "description": "List all modified prefabs with unsaved changes",
    "permission": "hytale.buildertools.command.editprefab.modified"
  },
  {
    "name": "/editprefab back",
    "category": "editprefab",
    "description": "server.commands.editprefab.back.desc",
    "permission": "hytale.buildertools.command.editprefab.back"
  },
  {
    "name": "/perm",
    "category": "perm",
    "description": null,
    "permission": "hytale.permissionsmodule.command.perm"
  },
  {
    "name": "/perm group",
    "category": "perm",
    "description": null,
    "permission": "hytale.permissionsmodule.command.perm.group"
  },
  {
    "name": "/perm group list",
    "category": "perm",
    "description": "List a groups permissions",
    "permission": "hytale.permissionsmodule.command.perm.group.list"
  },
  {
    "name": "/perm group add",
    "category": "perm",
    "description": "Add permissions to a group",
    "permission": "hytale.permissionsmodule.command.perm.group.add"
  },
  {
    "name": "/perm group remove",
    "category": "perm",
    "description": "Remove permissions from a group",
    "permission": "hytale.permissionsmodule.command.perm.group.remove"
  },
  {
    "name": "/perm user",
    "category": "perm",
    "description": null,
    "permission": "hytale.permissionsmodule.command.perm.user"
  },
  {
    "name": "/perm user list",
    "category": "perm",
    "description": "List a users permissions",
    "permission": "hytale.permissionsmodule.command.perm.user.list"
  },
  {
    "name": "/perm user add",
    "category": "perm",
    "description": "Add permissions to a user",
    "permission": "hytale.permissionsmodule.command.perm.user.add"
  },
  {
    "name": "/perm user remove",
    "category": "perm",
    "description": "Remove permissions from a user",
    "permission": "hytale.permissionsmodule.command.perm.user.remove"
  },
  {
    "name": "/perm user group",
    "category": "perm",
    "description": null,
    "permission": "hytale.permissionsmodule.command.perm.user.group"
  },
  {
    "name": "/perm user group list",
    "category": "perm",
    "description": "List a users groups",
    "permission": "hytale.permissionsmodule.command.perm.user.group.list"
  },
  {
    "name": "/perm user group add",
    "category": "perm",
    "description": "Add user to group",
    "permission": "hytale.permissionsmodule.command.perm.user.group.add"
  },
  {
    "name": "/perm user group remove",
    "category": "perm",
    "description": "Remove user from group",
    "permission": "hytale.permissionsmodule.command.perm.user.group.remove"
  },
  {
    "name": "/perm test",
    "category": "perm",
    "description": null,
    "permission": "hytale.permissionsmodule.command.perm.test"
  },
  {
    "name": "/clearedithistory",
    "category": "clearedithistory",
    "description": "Clear clipboard history",
    "permission": "hytale.buildertools.command.clearedithistory"
  },
  {
    "name": "/model",
    "category": "model",
    "description": "Open the model selection page",
    "permission": "hytale.model.command.model"
  },
  {
    "name": "/model set",
    "category": "model",
    "description": "Set your model",
    "permission": "hytale.model.command.model.set"
  },
  {
    "name": "/model reset",
    "category": "model",
    "description": "Reset your model to your default skin-based model",
    "permission": "hytale.model.command.model.reset"
  },
  {
    "name": "/layer",
    "category": "layer",
    "description": "Applies layering to the selection.",
    "permission": "hytale.editor.selection.clipboard"
  },
  {
    "name": "/editline",
    "category": "editline",
    "description": null,
    "permission": "hytale.buildertools.command.editline"
  },
  {
    "name": "/contractselection",
    "category": "contractselection",
    "description": "Make your selection smaller in all directions, or by the specified amount in a direction",
    "permission": "hytale.buildertools.command.contractselection"
  },
  {
    "name": "/networkchunksending",
    "category": "networkchunksending",
    "description": "Stops sending chunks over the network.",
    "permission": "hytale.system.command.networkchunksending"
  },
  {
    "name": "/deselect",
    "category": "deselect",
    "description": "Clear your current selection",
    "permission": "hytale.buildertools.command.deselect"
  },
  {
    "name": "/leave",
    "category": "leave",
    "description": "Leave the Fragment world you're in",
    "permission": "hytale.portals.command.leave"
  },
  {
    "name": "/spawning",
    "category": "spawning",
    "description": null,
    "permission": "hytale.spawning.command.spawning"
  },
  {
    "name": "/spawning enable",
    "category": "spawning",
    "description": "Enable spawning of world NPCs",
    "permission": "hytale.spawning.command.spawning.enable"
  },
  {
    "name": "/spawning disable",
    "category": "spawning",
    "description": null,
    "permission": "hytale.spawning.command.spawning.disable"
  },
  {
    "name": "/spawning beacons",
    "category": "spawning",
    "description": null,
    "permission": "hytale.spawning.command.spawning.beacons"
  },
  {
    "name": "/spawning beacons add",
    "category": "spawning",
    "description": "Add a spawn beacon to the world",
    "permission": "hytale.spawning.command.spawning.beacons.add"
  },
  {
    "name": "/spawning beacons trigger",
    "category": "spawning",
    "description": "Trigger manual type spawn beacons",
    "permission": "hytale.spawning.command.spawning.beacons.trigger"
  },
  {
    "name": "/spawning markers",
    "category": "spawning",
    "description": null,
    "permission": "hytale.spawning.command.spawning.markers"
  },
  {
    "name": "/spawning markers enable",
    "category": "spawning",
    "description": "Enable spawn markers",
    "permission": "hytale.spawning.command.spawning.markers.enable"
  },
  {
    "name": "/spawning markers disable",
    "category": "spawning",
    "description": "Disable spawn marker visualization",
    "permission": "hytale.spawning.command.spawning.markers.disable"
  },
  {
    "name": "/spawning markers add",
    "category": "spawning",
    "description": null,
    "permission": "hytale.spawning.command.spawning.markers.add"
  },
  {
    "name": "/spawning populate",
    "category": "spawning",
    "description": "Remove all NPCs and repopulate",
    "permission": "hytale.spawning.command.spawning.populate"
  },
  {
    "name": "/spawning stats",
    "category": "spawning",
    "description": "Print statistics about NPC spawning and population",
    "permission": "hytale.spawning.command.spawning.stats"
  },
  {
    "name": "/spawning suppression",
    "category": "spawning",
    "description": null,
    "permission": "hytale.spawning.command.spawning.suppression"
  },
  {
    "name": "/spawning suppression dump",
    "category": "spawning",
    "description": null,
    "permission": "hytale.spawning.command.spawning.suppression.dump"
  },
  {
    "name": "/spawning suppression dumpall",
    "category": "spawning",
    "description": "Dump information about active spawn suppression in all worlds",
    "permission": "hytale.spawning.command.spawning.suppression.dumpall"
  },
  {
    "name": "/spawning suppression add",
    "category": "spawning",
    "description": "Add a spawn suppression at the current position",
    "permission": "hytale.spawning.command.spawning.suppression.add"
  },
  {
    "name": "/hollow",
    "category": "hollow",
    "description": "Sets the material on the inside of the selection, excluding walls of the set thickness",
    "permission": "hytale.buildertools.command.hollow"
  },
  {
    "name": "/extendface",
    "category": "extendface",
    "description": null,
    "permission": "hytale.buildertools.command.extendface"
  },
  {
    "name": "/expand",
    "category": "expand",
    "description": "Expand your selection in all directions, or by the specified amount in a direction",
    "permission": "hytale.buildertools.command.expand"
  },
  {
    "name": "/sudo",
    "category": "sudo",
    "description": "Run a command as another player",
    "permission": "hytale.system.command.sudo"
  },
  {
    "name": "/maxplayers",
    "category": "maxplayers",
    "description": "Set the max player count",
    "permission": "hytale.system.command.maxplayers"
  },
  {
    "name": "/hide",
    "category": "hide",
    "description": null,
    "permission": "hytale.system.command.hide"
  },
  {
    "name": "/hide show",
    "category": "hide",
    "description": "Show a player to a target player or all players",
    "permission": "hytale.system.command.hide.show"
  },
  {
    "name": "/hide all",
    "category": "hide",
    "description": "Hide all players from each other",
    "permission": "hytale.system.command.hide.all"
  },
  {
    "name": "/hide showall",
    "category": "hide",
    "description": "Show all players to each other",
    "permission": "hytale.system.command.hide.showall"
  },
  {
    "name": "/clearblocks",
    "category": "clearblocks",
    "description": "Set all blocks in your selection to Empty, or all blocks within a specified area",
    "permission": "hytale.buildertools.command.clearblocks"
  },
  {
    "name": "/entity",
    "category": "entity",
    "description": null,
    "permission": "hytale.system.command.entity"
  },
  {
    "name": "/entity clone",
    "category": "entity",
    "description": "Clone specified entity",
    "permission": "hytale.system.command.entity.clone"
  },
  {
    "name": "/entity remove",
    "category": "entity",
    "description": "Remove an entity",
    "permission": "hytale.system.command.entity.remove"
  },
  {
    "name": "/entity dump",
    "category": "entity",
    "description": "Dump the saved data for an entity",
    "permission": "hytale.system.command.entity.dump"
  },
  {
    "name": "/entity clean",
    "category": "entity",
    "description": "Remove all entities",
    "permission": "hytale.system.command.entity.clean"
  },
  {
    "name": "/entity lod",
    "category": "entity",
    "description": "Set the entity LOD (Level of Detail) ratio",
    "permission": "hytale.system.command.entity.lod"
  },
  {
    "name": "/entity lod default",
    "category": "entity",
    "description": "Reset the entity LOD ratio to default",
    "permission": "hytale.system.command.entity.lod.default"
  },
  {
    "name": "/entity tracker",
    "category": "entity",
    "description": "Display player entity tracker information",
    "permission": "hytale.system.command.entity.tracker"
  },
  {
    "name": "/entity resend",
    "category": "entity",
    "description": "Resend all tracked entities to a player",
    "permission": "hytale.system.command.entity.resend"
  },
  {
    "name": "/entity nameplate",
    "category": "entity",
    "description": "Remove the nameplate from an entity",
    "permission": "hytale.system.command.entity.nameplate"
  },
  {
    "name": "/entity stats",
    "category": "entity",
    "description": null,
    "permission": "hytale.system.command.entity.stats"
  },
  {
    "name": "/entity stats dump",
    "category": "entity",
    "description": "Dump all statistics of an entity",
    "permission": "hytale.system.command.entity.stats.dump"
  },
  {
    "name": "/entity stats get",
    "category": "entity",
    "description": null,
    "permission": "hytale.system.command.entity.stats.get"
  },
  {
    "name": "/entity stats set",
    "category": "entity",
    "description": "Set the value of a specified stat on an entity to a specified value",
    "permission": "hytale.system.command.entity.stats.set"
  },
  {
    "name": "/entity stats settomax",
    "category": "entity",
    "description": "Set a stat to its max value",
    "permission": "hytale.system.command.entity.stats.settomax"
  },
  {
    "name": "/entity stats reset",
    "category": "entity",
    "description": "Reset the value of a specified stat on an entity to its initial value",
    "permission": "hytale.system.command.entity.stats.reset"
  },
  {
    "name": "/entity stats add",
    "category": "entity",
    "description": "Increment (or decrement if negative) the value of a specified stat on an entity",
    "permission": "hytale.system.command.entity.stats.add"
  },
  {
    "name": "/entity snapshot",
    "category": "entity",
    "description": null,
    "permission": "hytale.system.command.entity.snapshot"
  },
  {
    "name": "/entity snapshot length",
    "category": "entity",
    "description": null,
    "permission": "hytale.system.command.entity.snapshot.length"
  },
  {
    "name": "/entity snapshot history",
    "category": "entity",
    "description": "Print snapshot history",
    "permission": "hytale.system.command.entity.snapshot.history"
  },
  {
    "name": "/entity effect",
    "category": "entity",
    "description": "Apply an effect to the specified entities",
    "permission": "hytale.system.command.entity.effect"
  },
  {
    "name": "/entity interactable",
    "category": "entity",
    "description": "Enable or disable the Interactable component on selected entities",
    "permission": "hytale.system.command.entity.interactable"
  },
  {
    "name": "/entity intangible",
    "category": "entity",
    "description": "Add or remove the Intangible component on selected entities",
    "permission": "hytale.system.command.entity.intangible"
  },
  {
    "name": "/entity invulnerable",
    "category": "entity",
    "description": "Add or remove the Invulnerable component on selected entities",
    "permission": "hytale.system.command.entity.invulnerable"
  },
  {
    "name": "/entity hidefromadventureplayers",
    "category": "entity",
    "description": "Hide selected entities from adventure mode players",
    "permission": "hytale.system.command.entity.hidefromadventureplayers"
  },
  {
    "name": "/entity count",
    "category": "entity",
    "description": "Print the entity count in the world",
    "permission": "hytale.system.command.entity.count"
  },
  {
    "name": "/inventory",
    "category": "inventory",
    "description": null,
    "permission": "hytale.system.command.inventory"
  },
  {
    "name": "/inventory clear",
    "category": "inventory",
    "description": "Clears your inventory of all items",
    "permission": "hytale.system.command.inventory.clear"
  },
  {
    "name": "/inventory see",
    "category": "inventory",
    "description": "View another player's inventory",
    "permission": "hytale.system.command.inventory.see"
  },
  {
    "name": "/inventory item",
    "category": "inventory",
    "description": "Open the container of the item currently held",
    "permission": "hytale.system.command.inventory.item"
  },
  {
    "name": "/inventory backpack",
    "category": "inventory",
    "description": "View or resize your backpack",
    "permission": "hytale.system.command.inventory.backpack"
  },
  {
    "name": "/fillsignature",
    "category": "fillsignature",
    "description": "Fills your signature energy.",
    "permission": "hytale.commandmacro.command.fillsignature"
  },
  {
    "name": "/path",
    "category": "path",
    "description": null,
    "permission": "hytale.path.command.path"
  },
  {
    "name": "/path list",
    "category": "path",
    "description": "List all active patrol paths for a world and their states",
    "permission": "hytale.path.command.path.list"
  },
  {
    "name": "/path nodes",
    "category": "path",
    "description": "List all nodes and information for a given path",
    "permission": "hytale.path.command.path.nodes"
  },
  {
    "name": "/path new",
    "category": "path",
    "description": "Start a new NPC patrol path",
    "permission": "hytale.path.command.path.new"
  },
  {
    "name": "/path edit",
    "category": "path",
    "description": "Prepare to edit an existing NPC path",
    "permission": "hytale.path.command.path.edit"
  },
  {
    "name": "/path add",
    "category": "path",
    "description": "Add an NPC patrol path node",
    "permission": "hytale.path.command.path.add"
  },
  {
    "name": "/path merge",
    "category": "path",
    "description": "Merge a second path into the path currently being edited",
    "permission": "hytale.path.command.path.merge"
  },
  {
    "name": "/path update",
    "category": "path",
    "description": null,
    "permission": "hytale.path.command.path.update"
  },
  {
    "name": "/path update pause",
    "category": "path",
    "description": "Update the pause time at the given node",
    "permission": "hytale.path.command.path.update.pause"
  },
  {
    "name": "/path update observationangle",
    "category": "path",
    "description": "Update the observation angle at the given node",
    "permission": "hytale.path.command.path.update.observationangle"
  },
  {
    "name": "/spawn",
    "category": "spawn",
    "description": "Teleport to the world spawn",
    "permission": "hytale.command.spawn.self"
  },
  {
    "name": "/spawn set",
    "category": "spawn",
    "description": "Set the spawn point of the world",
    "permission": "hytale.command.spawn.self.set"
  },
  {
    "name": "/spawn default",
    "category": "spawn",
    "description": "Set the spawn point of the world to the default/original spawn from when world was created",
    "permission": "hytale.command.spawn.self.default"
  },
  {
    "name": "/mount",
    "category": "mount",
    "description": null,
    "permission": "hytale.mounts.command.mount"
  },
  {
    "name": "/mount dismount",
    "category": "mount",
    "description": "Dismount from whatever you've mounted",
    "permission": "hytale.mounts.command.mount.dismount"
  },
  {
    "name": "/mount check",
    "category": "mount",
    "description": "Check your mounted status",
    "permission": "hytale.mounts.command.mount.check"
  },
  {
    "name": "/rotate",
    "category": "rotate",
    "description": null,
    "permission": "hytale.buildertools.command.rotate"
  },
  {
    "name": "/delete",
    "category": "delete",
    "description": "Sets the current selection to empty / deletes things.",
    "permission": "hytale.commandmacro.command.delete"
  },
  {
    "name": "/whitelist",
    "category": "whitelist",
    "description": null,
    "permission": "hytale.accesscontrolmodule.command.whitelist"
  },
  {
    "name": "/whitelist add",
    "category": "whitelist",
    "description": "Add a player to the whitelist",
    "permission": "hytale.accesscontrolmodule.command.whitelist.add"
  },
  {
    "name": "/whitelist remove",
    "category": "whitelist",
    "description": "Remove a player from the whitelist",
    "permission": "hytale.accesscontrolmodule.command.whitelist.remove"
  },
  {
    "name": "/whitelist enable",
    "category": "whitelist",
    "description": "Enable the whitelist",
    "permission": "hytale.accesscontrolmodule.command.whitelist.enable"
  },
  {
    "name": "/whitelist disable",
    "category": "whitelist",
    "description": null,
    "permission": "hytale.accesscontrolmodule.command.whitelist.disable"
  },
  {
    "name": "/whitelist clear",
    "category": "whitelist",
    "description": "Clear the whitelist",
    "permission": "hytale.accesscontrolmodule.command.whitelist.clear"
  },
  {
    "name": "/whitelist status",
    "category": "whitelist",
    "description": "Display the whitelist status",
    "permission": "hytale.accesscontrolmodule.command.whitelist.status"
  },
  {
    "name": "/whitelist list",
    "category": "whitelist",
    "description": "List all players on the whitelist",
    "permission": "hytale.accesscontrolmodule.command.whitelist.list"
  },
  {
    "name": "/hotbar",
    "category": "hotbar",
    "description": "Sets your hotbar to a previously saved value",
    "permission": "hytale.buildertools.command.hotbar"
  },
  {
    "name": "/memories",
    "category": "memories",
    "description": null,
    "permission": "hytale.memories.command.memories"
  },
  {
    "name": "/memories clear",
    "category": "memories",
    "description": "Clear all memories",
    "permission": "hytale.memories.command.memories.clear"
  },
  {
    "name": "/memories capacity",
    "category": "memories",
    "description": "Set capacity of memories",
    "permission": "hytale.memories.command.memories.capacity"
  },
  {
    "name": "/memories level",
    "category": "memories",
    "description": "Get the memories level",
    "permission": "hytale.memories.command.memories.level"
  },
  {
    "name": "/memories unlockall",
    "category": "memories",
    "description": "Unlock all memories",
    "permission": "hytale.memories.command.memories.unlockall"
  },
  {
    "name": "/memories setcount",
    "category": "memories",
    "description": null,
    "permission": "hytale.memories.command.memories.setcount"
  },
  {
    "name": "/wall",
    "category": "wall",
    "description": null,
    "permission": "hytale.buildertools.command.wall"
  },
  {
    "name": "/paste",
    "category": "paste",
    "description": "Paste the contents of your clipboard",
    "permission": "hytale.editor.selection.clipboard"
  },
  {
    "name": "/reputation",
    "category": "reputation",
    "description": null,
    "permission": "hytale.reputation.command.reputation"
  },
  {
    "name": "/reputation add",
    "category": "reputation",
    "description": "Add/sub value",
    "permission": "hytale.reputation.command.reputation.add"
  },
  {
    "name": "/reputation set",
    "category": "reputation",
    "description": "Set value",
    "permission": "hytale.reputation.command.reputation.set"
  },
  {
    "name": "/reputation rank",
    "category": "reputation",
    "description": "Check reputation rank",
    "permission": "hytale.reputation.command.reputation.rank"
  },
  {
    "name": "/reputation value",
    "category": "reputation",
    "description": "Check reputation value",
    "permission": "hytale.reputation.command.reputation.value"
  },
  {
    "name": "/flip",
    "category": "flip",
    "description": "Flip the blocks in your clipboard",
    "permission": "hytale.buildertools.command.flip"
  },
  {
    "name": "/chunk",
    "category": "chunk",
    "description": null,
    "permission": "hytale.system.command.chunk"
  },
  {
    "name": "/chunk fixheight",
    "category": "chunk",
    "description": "Regenerate chunk lighting",
    "permission": "hytale.system.command.chunk.fixheight"
  },
  {
    "name": "/chunk forcetick",
    "category": "chunk",
    "description": "Force all blocks in a chunk to tick",
    "permission": "hytale.system.command.chunk.forcetick"
  },
  {
    "name": "/chunk info",
    "category": "chunk",
    "description": "Get information about a chunk",
    "permission": "hytale.system.command.chunk.info"
  },
  {
    "name": "/chunk lighting",
    "category": "chunk",
    "description": "Print lighting info of a chunk to console",
    "permission": "hytale.system.command.chunk.lighting"
  },
  {
    "name": "/chunk load",
    "category": "chunk",
    "description": "Load a chunk in a world",
    "permission": "hytale.system.command.chunk.load"
  },
  {
    "name": "/chunk loaded",
    "category": "chunk",
    "description": "Display loaded chunk information for a player",
    "permission": "hytale.system.command.chunk.loaded"
  },
  {
    "name": "/chunk marksave",
    "category": "chunk",
    "description": "Mark a chunk to be saved in a world",
    "permission": "hytale.system.command.chunk.marksave"
  },
  {
    "name": "/chunk maxsendrate",
    "category": "chunk",
    "description": "Set or view chunk send rate settings for a player",
    "permission": "hytale.system.command.chunk.maxsendrate"
  },
  {
    "name": "/chunk regenerate",
    "category": "chunk",
    "description": "Regenerate chunk",
    "permission": "hytale.system.command.chunk.regenerate"
  },
  {
    "name": "/chunk resend",
    "category": "chunk",
    "description": "Force resend all chunks to a player!",
    "permission": "hytale.system.command.chunk.resend"
  },
  {
    "name": "/chunk tint",
    "category": "chunk",
    "description": "Open the tint chunk UI page",
    "permission": "hytale.system.command.chunk.tint"
  },
  {
    "name": "/chunk tracker",
    "category": "chunk",
    "description": "Display chunk tracker information for a player",
    "permission": "hytale.system.command.chunk.tracker"
  },
  {
    "name": "/chunk unload",
    "category": "chunk",
    "description": "Unload a chunk in a world",
    "permission": "hytale.system.command.chunk.unload"
  },
  {
    "name": "/particle",
    "category": "particle",
    "description": null,
    "permission": "hytale.system.command.particle"
  },
  {
    "name": "/particle spawn",
    "category": "particle",
    "description": "Open the particle spawn page",
    "permission": "hytale.system.command.particle.spawn"
  },
  {
    "name": "/wait",
    "category": "wait",
    "description": "Waits a specified amount of time before completing asynchronously",
    "permission": "hytale.commandmacro.command.wait"
  },
  {
    "name": "/debug",
    "category": "debug",
    "description": null,
    "permission": "hytale.debugplugin.command.debug"
  },
  {
    "name": "/debug shape",
    "category": "debug",
    "description": null,
    "permission": "hytale.debugplugin.command.debug.shape"
  },
  {
    "name": "/debug shape sphere",
    "category": "debug",
    "description": "Display a debug sphere shape at your position",
    "permission": "hytale.debugplugin.command.debug.shape.sphere"
  },
  {
    "name": "/debug shape cube",
    "category": "debug",
    "description": "Display a debug cube shape at your position",
    "permission": "hytale.debugplugin.command.debug.shape.cube"
  },
  {
    "name": "/debug shape cylinder",
    "category": "debug",
    "description": "Display a debug cylinder shape at your position",
    "permission": "hytale.debugplugin.command.debug.shape.cylinder"
  },
  {
    "name": "/debug shape cone",
    "category": "debug",
    "description": "Display a debug cone shape at your position",
    "permission": "hytale.debugplugin.command.debug.shape.cone"
  },
  {
    "name": "/debug shape arrow",
    "category": "debug",
    "description": "Display a debug arrow shape in the direction you're looking",
    "permission": "hytale.debugplugin.command.debug.shape.arrow"
  },
  {
    "name": "/debug shape showforce",
    "category": "debug",
    "description": null,
    "permission": "hytale.debugplugin.command.debug.shape.showforce"
  },
  {
    "name": "/debug shape clear",
    "category": "debug",
    "description": "Clear all debug shapes for all players in the world",
    "permission": "hytale.debugplugin.command.debug.shape.clear"
  },
  {
    "name": "/voidevent",
    "category": "voidevent",
    "description": null,
    "permission": "hytale.portals.command.voidevent"
  },
  {
    "name": "/voidevent start",
    "category": "voidevent",
    "description": "Test starting the portal void event",
    "permission": "hytale.portals.command.voidevent.start"
  },
  {
    "name": "/spawnblock",
    "category": "spawnblock",
    "description": null,
    "permission": "hytale.system.command.spawnblock"
  },
  {
    "name": "/kick",
    "category": "kick",
    "description": "Kick a player",
    "permission": "hytale.system.command.kick"
  },
  {
    "name": "/give",
    "category": "give",
    "description": "Gives an item to a player",
    "permission": "hytale.command.give.self"
  },
  {
    "name": "/give armor",
    "category": "give",
    "description": "Give armor to players based on a search string",
    "permission": "hytale.command.give.self.armor"
  },
  {
    "name": "/blockspawner",
    "category": "blockspawner",
    "description": null,
    "permission": "hytale.blockspawner.command.blockspawner"
  },
  {
    "name": "/blockspawner set",
    "category": "blockspawner",
    "description": "Sets a BlockSpawner id for a BlockSpawner block you look at",
    "permission": "hytale.blockspawner.command.blockspawner.set"
  },
  {
    "name": "/blockspawner get",
    "category": "blockspawner",
    "description": "Gets the BlockSpawner id for a BlockSpawner block you look at",
    "permission": "hytale.blockspawner.command.blockspawner.get"
  },
  {
    "name": "/blockselect",
    "category": "blockselect",
    "description": "Setup the builder tools clipboard with selected blocks for easy testing!",
    "permission": "hytale.universe.command.blockselect"
  },
  {
    "name": "/pidcheck",
    "category": "pidcheck",
    "description": "Check if a PID is running",
    "permission": "hytale.system.command.pidcheck"
  },
  {
    "name": "/world",
    "category": "world",
    "description": null,
    "permission": "hytale.universe.command.world"
  },
  {
    "name": "/world list",
    "category": "world",
    "description": "List loaded worlds",
    "permission": "hytale.universe.command.world.list"
  },
  {
    "name": "/world remove",
    "category": "world",
    "description": "Remove a new world",
    "permission": "hytale.universe.command.world.remove"
  },
  {
    "name": "/world prune",
    "category": "world",
    "description": "Remove all non-default worlds without online players",
    "permission": "hytale.universe.command.world.prune"
  },
  {
    "name": "/world load",
    "category": "world",
    "description": "Load an existing world",
    "permission": "hytale.universe.command.world.load"
  },
  {
    "name": "/world add",
    "category": "world",
    "description": "Add a new world",
    "permission": "hytale.universe.command.world.add"
  },
  {
    "name": "/world setdefault",
    "category": "world",
    "description": "Set the default world of this universe",
    "permission": "hytale.universe.command.world.setdefault"
  },
  {
    "name": "/world save",
    "category": "world",
    "description": "Save any or all worlds on the server to disk",
    "permission": "hytale.universe.command.world.save"
  },
  {
    "name": "/world pause",
    "category": "world",
    "description": "Pauses/unpauses the game",
    "permission": "hytale.universe.command.world.pause"
  },
  {
    "name": "/world config",
    "category": "world",
    "description": null,
    "permission": "hytale.universe.command.world.config"
  },
  {
    "name": "/world config pausetime",
    "category": "world",
    "description": "Toggle the passing of time.",
    "permission": "hytale.universe.command.world.config.pausetime"
  },
  {
    "name": "/world config seed",
    "category": "world",
    "description": "The worlds seed",
    "permission": "hytale.universe.command.world.config.seed"
  },
  {
    "name": "/world config pvp",
    "category": "world",
    "description": "Set if a world should allow PvP combat",
    "permission": "hytale.universe.command.world.config.pvp"
  },
  {
    "name": "/world config setspawn",
    "category": "world",
    "description": "Set the spawn point of a world",
    "permission": "hytale.universe.command.world.config.setspawn"
  },
  {
    "name": "/world config setspawn default",
    "category": "world",
    "description": "Set the spawn point to the default",
    "permission": "hytale.universe.command.world.config.setspawn.default"
  },
  {
    "name": "/world settings",
    "category": "world",
    "description": null,
    "permission": "hytale.universe.command.world.settings"
  },
  {
    "name": "/world settings worldgentype",
    "category": "world",
    "description": "Get or Set the worldgen type",
    "permission": "hytale.universe.command.world.settings.worldgentype"
  },
  {
    "name": "/world settings worldgentype set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.worldgentype.set"
  },
  {
    "name": "/world settings worldgentype reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.worldgentype.reset"
  },
  {
    "name": "/world settings worldmaptype",
    "category": "world",
    "description": "The world map type",
    "permission": "hytale.universe.command.world.settings.worldmaptype"
  },
  {
    "name": "/world settings worldmaptype set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.worldmaptype.set"
  },
  {
    "name": "/world settings worldmaptype reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.worldmaptype.reset"
  },
  {
    "name": "/world settings chunkstoragetype",
    "category": "world",
    "description": "Get or Set the chunk storage type",
    "permission": "hytale.universe.command.world.settings.chunkstoragetype"
  },
  {
    "name": "/world settings chunkstoragetype set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.chunkstoragetype.set"
  },
  {
    "name": "/world settings chunkstoragetype reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.chunkstoragetype.reset"
  },
  {
    "name": "/world settings ticking",
    "category": "world",
    "description": null,
    "permission": "hytale.universe.command.world.settings.ticking"
  },
  {
    "name": "/world settings ticking set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.ticking.set"
  },
  {
    "name": "/world settings ticking reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.ticking.reset"
  },
  {
    "name": "/world settings blockticking",
    "category": "world",
    "description": "Get or Set if the world is ticking blocks",
    "permission": "hytale.universe.command.world.settings.blockticking"
  },
  {
    "name": "/world settings blockticking set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.blockticking.set"
  },
  {
    "name": "/world settings blockticking reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.blockticking.reset"
  },
  {
    "name": "/world settings pvp",
    "category": "world",
    "description": "Get or Set if PvP is enabled in the world",
    "permission": "hytale.universe.command.world.settings.pvp"
  },
  {
    "name": "/world settings pvp set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.pvp.set"
  },
  {
    "name": "/world settings pvp reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.pvp.reset"
  },
  {
    "name": "/world settings timepaused",
    "category": "world",
    "description": "Get or Set if time is paused in the world",
    "permission": "hytale.universe.command.world.settings.timepaused"
  },
  {
    "name": "/world settings timepaused set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.timepaused.set"
  },
  {
    "name": "/world settings timepaused reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.timepaused.reset"
  },
  {
    "name": "/world settings spawningnpc",
    "category": "world",
    "description": "Get or Set if NPCs are spawning in the world",
    "permission": "hytale.universe.command.world.settings.spawningnpc"
  },
  {
    "name": "/world settings spawningnpc set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.spawningnpc.set"
  },
  {
    "name": "/world settings spawningnpc reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.spawningnpc.reset"
  },
  {
    "name": "/world settings spawnmarkers",
    "category": "world",
    "description": "Get or Set if spawn markers are spawning NPCs in the world",
    "permission": "hytale.universe.command.world.settings.spawnmarkers"
  },
  {
    "name": "/world settings spawnmarkers set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.spawnmarkers.set"
  },
  {
    "name": "/world settings spawnmarkers reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.spawnmarkers.reset"
  },
  {
    "name": "/world settings freezeallnpcs",
    "category": "world",
    "description": "Get or Set if all NPCs in this world will be in frozen state",
    "permission": "hytale.universe.command.world.settings.freezeallnpcs"
  },
  {
    "name": "/world settings freezeallnpcs set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.freezeallnpcs.set"
  },
  {
    "name": "/world settings freezeallnpcs reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.freezeallnpcs.reset"
  },
  {
    "name": "/world settings compassupdating",
    "category": "world",
    "description": null,
    "permission": "hytale.universe.command.world.settings.compassupdating"
  },
  {
    "name": "/world settings compassupdating set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.compassupdating.set"
  },
  {
    "name": "/world settings compassupdating reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.compassupdating.reset"
  },
  {
    "name": "/world settings playersaving",
    "category": "world",
    "description": "Disable or enable saving of player data",
    "permission": "hytale.universe.command.world.settings.playersaving"
  },
  {
    "name": "/world settings playersaving set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.playersaving.set"
  },
  {
    "name": "/world settings playersaving reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.playersaving.reset"
  },
  {
    "name": "/world settings chunksaving",
    "category": "world",
    "description": "server.commands.world.settings.chunksaving.desc",
    "permission": "hytale.universe.command.world.settings.chunksaving"
  },
  {
    "name": "/world settings chunksaving set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.chunksaving.set"
  },
  {
    "name": "/world settings chunksaving reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.chunksaving.reset"
  },
  {
    "name": "/world settings chunkunloading",
    "category": "world",
    "description": "server.commands.world.settings.chunkunload.desc",
    "permission": "hytale.universe.command.world.settings.chunkunloading"
  },
  {
    "name": "/world settings chunkunloading set",
    "category": "world",
    "description": null,
    "permission": "hytale.universe.command.world.settings.chunkunloading.set"
  },
  {
    "name": "/world settings chunkunloading reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.chunkunloading.reset"
  },
  {
    "name": "/world settings gamemode",
    "category": "world",
    "description": "Set the default GameMode",
    "permission": "hytale.universe.command.world.settings.gamemode"
  },
  {
    "name": "/world settings gamemode set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.gamemode.set"
  },
  {
    "name": "/world settings gamemode reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.gamemode.reset"
  },
  {
    "name": "/world settings gameplayconfig",
    "category": "world",
    "description": "Get or Set the GameplayConfig Id",
    "permission": "hytale.universe.command.world.settings.gameplayconfig"
  },
  {
    "name": "/world settings gameplayconfig set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.gameplayconfig.set"
  },
  {
    "name": "/world settings gameplayconfig reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.gameplayconfig.reset"
  },
  {
    "name": "/world settings pregenerate",
    "category": "world",
    "description": "Set a region of chunks that will be pregenerated on the world's startup",
    "permission": "hytale.universe.command.world.settings.pregenerate"
  },
  {
    "name": "/world settings pregenerate set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.pregenerate.set"
  },
  {
    "name": "/world settings pregenerate reset",
    "category": "world",
    "description": null,
    "permission": "hytale.universe.command.world.settings.pregenerate.reset"
  },
  {
    "name": "/world settings keeploaded",
    "category": "world",
    "description": "Set a region of chunks that will not unload automatically",
    "permission": "hytale.universe.command.world.settings.keeploaded"
  },
  {
    "name": "/world settings keeploaded set",
    "category": "world",
    "description": "Set a world setting value",
    "permission": "hytale.universe.command.world.settings.keeploaded.set"
  },
  {
    "name": "/world settings keeploaded reset",
    "category": "world",
    "description": "Reset a world setting to default",
    "permission": "hytale.universe.command.world.settings.keeploaded.reset"
  },
  {
    "name": "/world settings disabledfluidtickers",
    "category": "world",
    "description": "Manage the set of disabled fluid tickers in the world",
    "permission": "hytale.universe.command.world.settings.disabledfluidtickers"
  },
  {
    "name": "/world settings disabledfluidtickers add",
    "category": "world",
    "description": "Add a value to the set",
    "permission": "hytale.universe.command.world.settings.disabledfluidtickers.add"
  },
  {
    "name": "/world settings disabledfluidtickers remove",
    "category": "world",
    "description": "Remove a value from the set",
    "permission": "hytale.universe.command.world.settings.disabledfluidtickers.remove"
  },
  {
    "name": "/world settings disabledfluidtickers clear",
    "category": "world",
    "description": "Clear all values from the set",
    "permission": "hytale.universe.command.world.settings.disabledfluidtickers.clear"
  },
  {
    "name": "/world perf",
    "category": "world",
    "description": "Display performance metrics (TPS) for a world",
    "permission": "hytale.universe.command.world.perf"
  },
  {
    "name": "/world perf graph",
    "category": "world",
    "description": null,
    "permission": "hytale.universe.command.world.perf.graph"
  },
  {
    "name": "/world perf reset",
    "category": "world",
    "description": null,
    "permission": "hytale.universe.command.world.perf.reset"
  },
  {
    "name": "/world tps",
    "category": "world",
    "description": "Set the tick rate for a world",
    "permission": "hytale.universe.command.world.tps"
  },
  {
    "name": "/world tps reset",
    "category": "world",
    "description": "Reset the tick rate to the server default",
    "permission": "hytale.universe.command.world.tps.reset"
  },
  {
    "name": "/world rocksdb",
    "category": "world",
    "description": null,
    "permission": "hytale.universe.command.world.rocksdb"
  },
  {
    "name": "/world rocksdb compact",
    "category": "world",
    "description": "Compacts the RocksDB database to save space",
    "permission": "hytale.universe.command.world.rocksdb.compact"
  },
  {
    "name": "/update",
    "category": "update",
    "description": null,
    "permission": "hytale.updatemodule.command.update"
  },
  {
    "name": "/update check",
    "category": "update",
    "description": "Check for available updates",
    "permission": "hytale.updatemodule.command.update.check"
  },
  {
    "name": "/update download",
    "category": "update",
    "description": "Download an available update to staging",
    "permission": "hytale.updatemodule.command.update.download"
  },
  {
    "name": "/update apply",
    "category": "update",
    "description": "Apply a staged update and restart the server",
    "permission": "hytale.updatemodule.command.update.apply"
  },
  {
    "name": "/update cancel",
    "category": "update",
    "description": "Cancel an in-progress download or delete staged update",
    "permission": "hytale.updatemodule.command.update.cancel"
  },
  {
    "name": "/update status",
    "category": "update",
    "description": "Show current version and update status",
    "permission": "hytale.updatemodule.command.update.status"
  },
  {
    "name": "/update patchline",
    "category": "update",
    "description": "Show or set the update patchline",
    "permission": "hytale.updatemodule.command.update.patchline"
  },
  {
    "name": "/update setup",
    "category": "update",
    "description": null,
    "permission": "hytale.updatemodule.command.update.setup"
  },
  {
    "name": "/notify",
    "category": "notify",
    "description": "Send a notification to all players across all worlds",
    "permission": "hytale.system.command.notify"
  },
  {
    "name": "/play",
    "category": "play",
    "description": null,
    "permission": "hytale.singleplayermodule.command.play"
  },
  {
    "name": "/play lan",
    "category": "play",
    "description": "Toggle LAN play access",
    "permission": "hytale.singleplayermodule.command.play.lan"
  },
  {
    "name": "/play friend",
    "category": "play",
    "description": "Toggle friend play access",
    "permission": "hytale.singleplayermodule.command.play.friend"
  },
  {
    "name": "/play online",
    "category": "play",
    "description": "Toggle online play access",
    "permission": "hytale.singleplayermodule.command.play.online"
  },
  {
    "name": "/auth",
    "category": "auth",
    "description": null,
    "permission": "hytale.system.command.auth"
  },
  {
    "name": "/auth status",
    "category": "auth",
    "description": "Show current authentication status",
    "permission": "hytale.system.command.auth.status"
  },
  {
    "name": "/auth login",
    "category": "auth",
    "description": null,
    "permission": "hytale.system.command.auth.login"
  },
  {
    "name": "/auth login browser",
    "category": "auth",
    "description": "Start OAuth2 browser flow (for local servers)",
    "permission": "hytale.system.command.auth.login.browser"
  },
  {
    "name": "/auth login device",
    "category": "auth",
    "description": "Start OAuth2 device flow (for headless/remote servers)",
    "permission": "hytale.system.command.auth.login.device"
  },
  {
    "name": "/auth select",
    "category": "auth",
    "description": "Select a game profile when multiple are available",
    "permission": "hytale.system.command.auth.select"
  },
  {
    "name": "/auth logout",
    "category": "auth",
    "description": "Clear server credentials",
    "permission": "hytale.system.command.auth.logout"
  },
  {
    "name": "/auth cancel",
    "category": "auth",
    "description": "Cancel active login flow",
    "permission": "hytale.system.command.auth.cancel"
  },
  {
    "name": "/auth persistence",
    "category": "auth",
    "description": "View or change credential storage method",
    "permission": "hytale.system.command.auth.persistence"
  },
  {
    "name": "/op",
    "category": "op",
    "description": null,
    "permission": "NULL"
  },
  {
    "name": "/op self",
    "category": "op",
    "description": "Adds you to the OP permission group",
    "permission": "NULL"
  },
  {
    "name": "/op add",
    "category": "op",
    "description": "Adds a player to the operator permission group",
    "permission": "hytale.command.op.add"
  },
  {
    "name": "/op remove",
    "category": "op",
    "description": "Removes a player from the operator permission group",
    "permission": "hytale.command.op.remove"
  },
  {
    "name": "/itemstate",
    "category": "itemstate",
    "description": "Set the state of the item currently held",
    "permission": "hytale.system.command.itemstate"
  },
  {
    "name": "/objective",
    "category": "objective",
    "description": null,
    "permission": "hytale.objectives.command.objective"
  },
  {
    "name": "/objective start",
    "category": "objective",
    "description": null,
    "permission": "hytale.objectives.command.objective.start"
  },
  {
    "name": "/objective start objective",
    "category": "objective",
    "description": "Start an objective",
    "permission": "hytale.objectives.command.objective.start.objective"
  },
  {
    "name": "/objective start line",
    "category": "objective",
    "description": "Start an objective line",
    "permission": "hytale.objectives.command.objective.start.line"
  },
  {
    "name": "/objective complete",
    "category": "objective",
    "description": null,
    "permission": "hytale.objectives.command.objective.complete"
  },
  {
    "name": "/objective complete task",
    "category": "objective",
    "description": "Complete a task based on its index in the current taskSet of the objective",
    "permission": "hytale.objectives.command.objective.complete.task"
  },
  {
    "name": "/objective complete taskset",
    "category": "objective",
    "description": "Complete the current taskSet of the objective",
    "permission": "hytale.objectives.command.objective.complete.taskset"
  },
  {
    "name": "/objective complete objective",
    "category": "objective",
    "description": "Complete an objective",
    "permission": "hytale.objectives.command.objective.complete.objective"
  },
  {
    "name": "/objective panel",
    "category": "objective",
    "description": "Open the objective panel admin",
    "permission": "hytale.objectives.command.objective.panel"
  },
  {
    "name": "/objective history",
    "category": "objective",
    "description": "Print the history of completed objectives and objective lines",
    "permission": "hytale.objectives.command.objective.history"
  },
  {
    "name": "/objective locationmarker",
    "category": "objective",
    "description": null,
    "permission": "hytale.objectives.command.objective.locationmarker"
  },
  {
    "name": "/objective locationmarker add",
    "category": "objective",
    "description": "Add an ObjectiveLocationMarker",
    "permission": "hytale.objectives.command.objective.locationmarker.add"
  },
  {
    "name": "/objective locationmarker enable",
    "category": "objective",
    "description": "Enable ObjectiveLocationMarker for a specific world",
    "permission": "hytale.objectives.command.objective.locationmarker.enable"
  },
  {
    "name": "/objective locationmarker disable",
    "category": "objective",
    "description": "Disable ObjectiveLocationMarker for a specific world",
    "permission": "hytale.objectives.command.objective.locationmarker.disable"
  },
  {
    "name": "/objective reachlocationmarker",
    "category": "objective",
    "description": null,
    "permission": "hytale.objectives.command.objective.reachlocationmarker"
  },
  {
    "name": "/objective reachlocationmarker add",
    "category": "objective",
    "description": null,
    "permission": "hytale.objectives.command.objective.reachlocationmarker.add"
  },
  {
    "name": "/selectchunksection",
    "category": "selectchunksection",
    "description": "Select a chunk selection",
    "permission": "hytale.buildertools.command.selectchunksection"
  },
  {
    "name": "/network",
    "category": "network",
    "description": null,
    "permission": "hytale.system.command.network"
  },
  {
    "name": "/network latencysimulation",
    "category": "network",
    "description": null,
    "permission": "hytale.system.command.network.latencysimulation"
  },
  {
    "name": "/network latencysimulation set",
    "category": "network",
    "description": "Set latency simulation for a player's connection",
    "permission": "hytale.system.command.network.latencysimulation.set"
  },
  {
    "name": "/network latencysimulation reset",
    "category": "network",
    "description": null,
    "permission": "hytale.system.command.network.latencysimulation.reset"
  },
  {
    "name": "/network streampriority",
    "category": "network",
    "description": null,
    "permission": "hytale.system.command.network.streampriority"
  },
  {
    "name": "/network streampriority set",
    "category": "network",
    "description": "Set the stream priority for a specific channel",
    "permission": "hytale.system.command.network.streampriority.set"
  },
  {
    "name": "/network streampriority preset",
    "category": "network",
    "description": "Apply a named priority preset",
    "permission": "hytale.system.command.network.streampriority.preset"
  },
  {
    "name": "/network streampriority reset",
    "category": "network",
    "description": "Reset stream priorities to defaults",
    "permission": "hytale.system.command.network.streampriority.reset"
  },
  {
    "name": "/network serverknockback",
    "category": "network",
    "description": "Toggle server-side knockback prediction",
    "permission": "hytale.system.command.network.serverknockback"
  },
  {
    "name": "/network debugknockback",
    "category": "network",
    "description": "Toggle knockback position debugging",
    "permission": "hytale.system.command.network.debugknockback"
  },
  {
    "name": "/cut",
    "category": "cut",
    "description": "Cut the contents of your selection from the world, storing them in your clipboard to paste",
    "permission": "hytale.editor.selection.clipboard"
  },
  {
    "name": "/selectchunk",
    "category": "selectchunk",
    "description": "Select a chunk",
    "permission": "hytale.buildertools.command.selectchunk"
  },
  {
    "name": "/packs",
    "category": "packs",
    "description": null,
    "permission": "hytale.system.command.packs"
  },
  {
    "name": "/packs list",
    "category": "packs",
    "description": "List all loaded asset packs",
    "permission": "hytale.system.command.packs.list"
  },
  {
    "name": "/hudtest",
    "category": "hudtest",
    "description": "Hides the hotbar to test if the HudManager systems are working properly",
    "permission": "hytale.system.command.hudtest"
  },
  {
    "name": "/kill",
    "category": "kill",
    "description": "Kills and respawns the player",
    "permission": "hytale.command.kill.self"
  },
  {
    "name": "/convertprefabs",
    "category": "convertprefabs",
    "description": "Convert prefabs to the latest format",
    "permission": "hytale.system.command.convertprefabs"
  },
  {
    "name": "/say",
    "category": "say",
    "description": "Announce a message to the whole server",
    "permission": "hytale.consolemodule.command.say"
  },
  {
    "name": "/recipe",
    "category": "recipe",
    "description": null,
    "permission": "hytale.system.command.recipe"
  },
  {
    "name": "/recipe learn",
    "category": "recipe",
    "description": "Learn a recipe for an item",
    "permission": "hytale.system.command.recipe.learn"
  },
  {
    "name": "/recipe forget",
    "category": "recipe",
    "description": "Forget a recipe for an item",
    "permission": "hytale.system.command.recipe.forget"
  },
  {
    "name": "/recipe list",
    "category": "recipe",
    "description": "List all recipes you know",
    "permission": "hytale.system.command.recipe.list"
  },
  {
    "name": "/sleep",
    "category": "sleep",
    "description": null,
    "permission": "hytale.system.command.sleep"
  },
  {
    "name": "/sleep offset",
    "category": "sleep",
    "description": "Get or set the sleep offset",
    "permission": "hytale.system.command.sleep.offset"
  },
  {
    "name": "/sleep test",
    "category": "sleep",
    "description": "Test sleep performance",
    "permission": "hytale.system.command.sleep.test"
  },
  {
    "name": "/backup",
    "category": "backup",
    "description": "Run a backup of the universe",
    "permission": "hytale.system.command.backup"
  },
  {
    "name": "/lang",
    "category": "lang",
    "description": null,
    "permission": "hytale.i18nmodule.command.lang"
  },
  {
    "name": "/lang gen",
    "category": "lang",
    "description": "Generate default localization files",
    "permission": "hytale.i18nmodule.command.lang.gen"
  },
  {
    "name": "/commands",
    "category": "commands",
    "description": null,
    "permission": "hytale.system.command.commands"
  },
  {
    "name": "/commands dump",
    "category": "commands",
    "description": "Dump all registered commands to a file",
    "permission": "hytale.system.command.commands.dump"
  },
  {
    "name": "/damage",
    "category": "damage",
    "description": "Damages the player",
    "permission": "hytale.command.damage.self"
  },
  {
    "name": "/toggletmptags",
    "category": "toggletmptags",
    "description": "Toggles displaying [ TMP ] tags on temporary strings",
    "permission": "hytale.i18nmodule.command.toggletmptags"
  },
  {
    "name": "/voice",
    "category": "voice",
    "description": null,
    "permission": "hytale.voicemodule.command.voice"
  },
  {
    "name": "/voice enabled",
    "category": "voice",
    "description": "Enable or disable voice chat",
    "permission": "hytale.voicemodule.command.voice.enabled"
  },
  {
    "name": "/voice maxdistance",
    "category": "voice",
    "description": "Set voice maximum audible distance",
    "permission": "hytale.voicemodule.command.voice.maxdistance"
  },
  {
    "name": "/voice fullvolumedistance",
    "category": "voice",
    "description": "Set voice full volume distance",
    "permission": "hytale.voicemodule.command.voice.fullvolumedistance"
  },
  {
    "name": "/voice mute",
    "category": "voice",
    "description": "Server-mute a player's voice",
    "permission": "hytale.voicemodule.command.voice.mute"
  },
  {
    "name": "/voice unmute",
    "category": "voice",
    "description": "Server-unmute a player's voice",
    "permission": "hytale.voicemodule.command.voice.unmute"
  },
  {
    "name": "/voice muted",
    "category": "voice",
    "description": "List server-muted players",
    "permission": "hytale.voicemodule.command.voice.muted"
  },
  {
    "name": "/voice status",
    "category": "voice",
    "description": "Show voice chat status",
    "permission": "hytale.voicemodule.command.voice.status"
  },
  {
    "name": "/shift",
    "category": "shift",
    "description": "Shift selection",
    "permission": "hytale.buildertools.command.shift"
  },
  {
    "name": "/player",
    "category": "player",
    "description": null,
    "permission": "hytale.system.command.player"
  },
  {
    "name": "/player reset",
    "category": "player",
    "description": "Resets the data of the player",
    "permission": "hytale.system.command.player.reset"
  },
  {
    "name": "/player stats",
    "category": "player",
    "description": null,
    "permission": "hytale.system.command.player.stats"
  },
  {
    "name": "/player stats add",
    "category": "player",
    "description": "Increment (or decrement if negative) the value of a specified stat on a player",
    "permission": "hytale.system.command.player.stats.add"
  },
  {
    "name": "/player stats get",
    "category": "player",
    "description": "Retrieve the value of a specified stat on a player",
    "permission": "hytale.system.command.player.stats.get"
  },
  {
    "name": "/player stats set",
    "category": "player",
    "description": "Set the value of a specified stat on a player to a specified value",
    "permission": "hytale.system.command.player.stats.set"
  },
  {
    "name": "/player stats settomax",
    "category": "player",
    "description": "Set a stat to its max value",
    "permission": "hytale.system.command.player.stats.settomax"
  },
  {
    "name": "/player stats dump",
    "category": "player",
    "description": "Dump stat values for a player to console and chat",
    "permission": "hytale.system.command.player.stats.dump"
  },
  {
    "name": "/player stats reset",
    "category": "player",
    "description": "Reset the value of a specified stat on a player to its initial value",
    "permission": "hytale.system.command.player.stats.reset"
  },
  {
    "name": "/player effect",
    "category": "player",
    "description": null,
    "permission": "hytale.system.command.player.effect"
  },
  {
    "name": "/player effect apply",
    "category": "player",
    "description": "Apply an entity effect to the player",
    "permission": "hytale.command.player.effect.apply.self"
  },
  {
    "name": "/player effect clear",
    "category": "player",
    "description": "Clears the entity effects from the player",
    "permission": "hytale.command.player.effect.clear.self"
  },
  {
    "name": "/player respawn",
    "category": "player",
    "description": "Respawn yourself",
    "permission": "hytale.system.command.player.respawn"
  },
  {
    "name": "/player camera",
    "category": "player",
    "description": null,
    "permission": "hytale.system.command.player.camera"
  },
  {
    "name": "/player camera reset",
    "category": "player",
    "description": "Reset the camera to default view",
    "permission": "hytale.system.command.player.camera.reset"
  },
  {
    "name": "/player camera topdown",
    "category": "player",
    "description": "Set the camera to topdown view",
    "permission": "hytale.system.command.player.camera.topdown"
  },
  {
    "name": "/player camera sidescroller",
    "category": "player",
    "description": "Set the camera to side-scroller view",
    "permission": "hytale.system.command.player.camera.sidescroller"
  },
  {
    "name": "/player camera demo",
    "category": "player",
    "description": null,
    "permission": "hytale.system.command.player.camera.demo"
  },
  {
    "name": "/player camera demo activate",
    "category": "player",
    "description": "Activate camera demo mode",
    "permission": "hytale.system.command.player.camera.demo.activate"
  },
  {
    "name": "/player camera demo deactivate",
    "category": "player",
    "description": "Deactivate camera demo mode",
    "permission": "hytale.system.command.player.camera.demo.deactivate"
  },
  {
    "name": "/player viewradius",
    "category": "player",
    "description": null,
    "permission": "hytale.system.command.player.viewradius"
  },
  {
    "name": "/player viewradius get",
    "category": "player",
    "description": "Get the player's current view radius",
    "permission": "hytale.system.command.player.viewradius.get"
  },
  {
    "name": "/player viewradius set",
    "category": "player",
    "description": "Set the player's view radius",
    "permission": "hytale.system.command.player.viewradius.set"
  },
  {
    "name": "/player zone",
    "category": "player",
    "description": "Displays the current zone and biome of the player",
    "permission": "hytale.system.command.player.zone"
  },
  {
    "name": "/messagetest",
    "category": "messagetest",
    "description": "Test sending messages with nested translated parameter messages.",
    "permission": "hytale.system.command.messagetest"
  },
  {
    "name": "/repulsion",
    "category": "repulsion",
    "description": null,
    "permission": "hytale.system.command.repulsion"
  },
  {
    "name": "/repulsion add",
    "category": "repulsion",
    "description": null,
    "permission": "hytale.system.command.repulsion.add"
  },
  {
    "name": "/repulsion add entity",
    "category": "repulsion",
    "description": "Command to add a Repulsion component to an entity",
    "permission": "hytale.system.command.repulsion.add.entity"
  },
  {
    "name": "/repulsion add self",
    "category": "repulsion",
    "description": "Command to add a Repulsion component to yourself",
    "permission": "hytale.system.command.repulsion.add.self"
  },
  {
    "name": "/repulsion remove",
    "category": "repulsion",
    "description": null,
    "permission": "hytale.system.command.repulsion.remove"
  },
  {
    "name": "/repulsion remove entity",
    "category": "repulsion",
    "description": "Command to remove a Repulsion component from an entity",
    "permission": "hytale.system.command.repulsion.remove.entity"
  },
  {
    "name": "/repulsion remove self",
    "category": "repulsion",
    "description": "Command to remove a Repulsion component from yourself",
    "permission": "hytale.system.command.repulsion.remove.self"
  },
  {
    "name": "/time",
    "category": "time",
    "description": "Get the world time",
    "permission": "hytale.timemodule.command.time"
  },
  {
    "name": "/time dawn",
    "category": "time",
    "description": "Sets the world time to dawn.",
    "permission": "hytale.timemodule.command.time.dawn"
  },
  {
    "name": "/time midday",
    "category": "time",
    "description": "Set the world time to midday",
    "permission": "hytale.timemodule.command.time.midday"
  },
  {
    "name": "/time dusk",
    "category": "time",
    "description": "Sets the world time to dusk.",
    "permission": "hytale.timemodule.command.time.dusk"
  },
  {
    "name": "/time midnight",
    "category": "time",
    "description": "Set the world time to midnight",
    "permission": "hytale.timemodule.command.time.midnight"
  },
  {
    "name": "/time set",
    "category": "time",
    "description": null,
    "permission": "hytale.timemodule.command.time.set"
  },
  {
    "name": "/time set dawn",
    "category": "time",
    "description": "Sets the world time to dawn.",
    "permission": "hytale.timemodule.command.time.set.dawn"
  },
  {
    "name": "/time set midday",
    "category": "time",
    "description": "Set the world time to midday",
    "permission": "hytale.timemodule.command.time.set.midday"
  },
  {
    "name": "/time set dusk",
    "category": "time",
    "description": "Sets the world time to dusk.",
    "permission": "hytale.timemodule.command.time.set.dusk"
  },
  {
    "name": "/time set midnight",
    "category": "time",
    "description": "Set the world time to midnight",
    "permission": "hytale.timemodule.command.time.set.midnight"
  },
  {
    "name": "/time pause",
    "category": "time",
    "description": "Toggle the passing of time.",
    "permission": "hytale.timemodule.command.time.pause"
  },
  {
    "name": "/time dilation",
    "category": "time",
    "description": "Change the time dilation scaling of the server, also modifies any online clients with the updated value",
    "permission": "hytale.timemodule.command.time.dilation"
  },
  {
    "name": "/worldgen",
    "category": "worldgen",
    "description": null,
    "permission": "hytale.system.command.worldgen"
  },
  {
    "name": "/worldgen benchmark",
    "category": "worldgen",
    "description": "Benchmark world generation performance",
    "permission": "hytale.system.command.worldgen.benchmark"
  },
  {
    "name": "/worldgen reload",
    "category": "worldgen",
    "description": "Reload world generation configuration",
    "permission": "hytale.system.command.worldgen.reload"
  },
  {
    "name": "/landiscovery",
    "category": "landiscovery",
    "description": "Enable or disable lan discovery",
    "permission": "hytale.landiscovery.command.landiscovery"
  },
  {
    "name": "/validatecpb",
    "category": "validatecpb",
    "description": "Validate CPB (Compressed Prefab Buffer) files",
    "permission": "hytale.system.command.validatecpb"
  },
  {
    "name": "/copy",
    "category": "copy",
    "description": "Copy the contents of your selection in the world, storing them in your clipboard to paste",
    "permission": "hytale.editor.selection.clipboard"
  },
  {
    "name": "/prefabspawner",
    "category": "prefabspawner",
    "description": null,
    "permission": "hytale.prefabspawnermodule.command.prefabspawner"
  },
  {
    "name": "/prefabspawner get",
    "category": "prefabspawner",
    "description": "Print the properties of the target prefab spawner block",
    "permission": "hytale.prefabspawnermodule.command.prefabspawner.get"
  },
  {
    "name": "/prefabspawner set",
    "category": "prefabspawner",
    "description": "Sets a prefab path for a BlockSpawner block you look at | [heightMap]: Sets if a prefab should attempt to follow the heightmap | [inheritSeed]: Sets if a prefab should inherit its parent's worldgen-id | [inheritHeightCheck]: Sets if a prefab should use its parent's HeightCondition | [defaultWeight] Sets the default weight that is assigned to prefabs that do not have a weight mapping assigned",
    "permission": "hytale.prefabspawnermodule.command.prefabspawner.set"
  },
  {
    "name": "/prefabspawner weight",
    "category": "prefabspawner",
    "description": "Sets the weight of an individual prefab file when the spawner's path points to a folder of prefabs | <prefab> The name of the prefab file excluding the file extension | <weight> The weight value to assign to the prefab or -1 to remove the weight",
    "permission": "hytale.prefabspawnermodule.command.prefabspawner.weight"
  },
  {
    "name": "/instances",
    "category": "instances",
    "description": "Commands that work with world instances",
    "permission": "hytale.instances.command.instances"
  },
  {
    "name": "/instances edit",
    "category": "instances",
    "description": null,
    "permission": "hytale.instances.command.instances.edit"
  },
  {
    "name": "/instances edit new",
    "category": "instances",
    "description": "Creates a new instance asset",
    "permission": "hytale.instances.command.instances.edit.new"
  },
  {
    "name": "/instances edit copy",
    "category": "instances",
    "description": "Creates a new instance asset by cleanly duplicating another one",
    "permission": "hytale.instances.command.instances.edit.copy"
  },
  {
    "name": "/instances edit load",
    "category": "instances",
    "description": "Loads an existing instance asset in edit mode",
    "permission": "hytale.instances.command.instances.edit.load"
  },
  {
    "name": "/instances edit list",
    "category": "instances",
    "description": "Lists all the available instance assets",
    "permission": "hytale.instances.command.instances.edit.list"
  },
  {
    "name": "/instances spawn",
    "category": "instances",
    "description": "Creates a new world instance of an instance asset and teleports you into it if you're a player",
    "permission": "hytale.instances.command.instances.spawn"
  },
  {
    "name": "/instances exit",
    "category": "instances",
    "description": "Exit the current instance",
    "permission": "hytale.instances.command.instances.exit"
  },
  {
    "name": "/instances migrate",
    "category": "instances",
    "description": "Upgrades all instance worlds to the latest data format.",
    "permission": "hytale.instances.command.instances.migrate"
  },
  {
    "name": "/settoolhistorysize",
    "category": "settoolhistorysize",
    "description": "Set the amount of historical builder tool actions that can be stored in history",
    "permission": "hytale.buildertools.command.settoolhistorysize"
  },
  {
    "name": "/move",
    "category": "move",
    "description": "Move your selection and its contents by the specified amount in the direction you're looking, or in a specified direction",
    "permission": "hytale.buildertools.command.move"
  },
  {
    "name": "/block",
    "category": "block",
    "description": null,
    "permission": "hytale.universe.command.block"
  },
  {
    "name": "/block set",
    "category": "block",
    "description": "Set a block",
    "permission": "hytale.universe.command.block.set"
  },
  {
    "name": "/block setticking",
    "category": "block",
    "description": "Enable ticking for a block at the specified position",
    "permission": "hytale.universe.command.block.setticking"
  },
  {
    "name": "/block get",
    "category": "block",
    "description": null,
    "permission": "hytale.universe.command.block.get"
  },
  {
    "name": "/block getstate",
    "category": "block",
    "description": "Get a blockstate",
    "permission": "hytale.universe.command.block.getstate"
  },
  {
    "name": "/block row",
    "category": "block",
    "description": "Spawn base blocks matching a wildcard in a line from your feet in the direction you're facing",
    "permission": "hytale.universe.command.block.row"
  },
  {
    "name": "/block bulk",
    "category": "block",
    "description": null,
    "permission": "hytale.universe.command.block.bulk"
  },
  {
    "name": "/block bulk find",
    "category": "block",
    "description": "Find a block in a chunk",
    "permission": "hytale.universe.command.block.bulk.find"
  },
  {
    "name": "/block bulk find-here",
    "category": "block",
    "description": "Find a block around where you are",
    "permission": "hytale.universe.command.block.bulk.find-here"
  },
  {
    "name": "/block bulk replace",
    "category": "block",
    "description": "Replaces blocks around the player in bulk.",
    "permission": "hytale.universe.command.block.bulk.replace"
  },
  {
    "name": "/block inspectphys",
    "category": "block",
    "description": "Debug view of blocks that have physics or are deco blocks",
    "permission": "hytale.universe.command.block.inspectphys"
  },
  {
    "name": "/block inspectfiller",
    "category": "block",
    "description": "Debug view of blocks that have filler data",
    "permission": "hytale.universe.command.block.inspectfiller"
  },
  {
    "name": "/block inspectrotation",
    "category": "block",
    "description": "Inspect block rotation data in the current chunk",
    "permission": "hytale.universe.command.block.inspectrotation"
  },
  {
    "name": "/block setstate",
    "category": "block",
    "description": "Sets the state of a block",
    "permission": "hytale.universe.command.block.setstate"
  },
  {
    "name": "/lighting",
    "category": "lighting",
    "description": null,
    "permission": "hytale.system.command.lighting"
  },
  {
    "name": "/lighting calculation",
    "category": "lighting",
    "description": "Change the lighting calculation used in a world",
    "permission": "hytale.system.command.lighting.calculation"
  },
  {
    "name": "/lighting get",
    "category": "lighting",
    "description": "Get the light value at a specific position",
    "permission": "hytale.system.command.lighting.get"
  },
  {
    "name": "/lighting invalidate",
    "category": "lighting",
    "description": "Force all loaded chunks to have their lighting updated!",
    "permission": "hytale.system.command.lighting.invalidate"
  },
  {
    "name": "/lighting info",
    "category": "lighting",
    "description": "Display lighting information",
    "permission": "hytale.system.command.lighting.info"
  },
  {
    "name": "/lighting send",
    "category": "lighting",
    "description": null,
    "permission": "hytale.system.command.lighting.send"
  },
  {
    "name": "/lighting send local",
    "category": "lighting",
    "description": "Toggle sending local lighting data",
    "permission": "hytale.system.command.lighting.send.local"
  },
  {
    "name": "/lighting send global",
    "category": "lighting",
    "description": "Toggle sending global lighting data",
    "permission": "hytale.system.command.lighting.send.global"
  },
  {
    "name": "/ban",
    "category": "ban",
    "description": "Ban a player",
    "permission": "hytale.accesscontrolmodule.command.ban"
  },
  {
    "name": "/stack",
    "category": "stack",
    "description": "Stack selection",
    "permission": "hytale.buildertools.command.stack"
  },
  {
    "name": "/pos1",
    "category": "pos1",
    "description": "Set the first position of your selection",
    "permission": "hytale.editor.selection.use"
  },
  {
    "name": "/version",
    "category": "version",
    "description": "Displays version information about the currently running server.",
    "permission": "hytale.system.command.version"
  },
  {
    "name": "/emote",
    "category": "emote",
    "description": "Play an emote",
    "permission": "hytale.cosmeticsmodule.command.emote"
  },
  {
    "name": "/stop",
    "category": "stop",
    "description": "Stop the server",
    "permission": "hytale.system.command.stop"
  },
  {
    "name": "/neardeath",
    "category": "neardeath",
    "description": "Sets your health to 1.",
    "permission": "hytale.commandmacro.command.neardeath"
  },
  {
    "name": "/fillblocks",
    "category": "fillblocks",
    "description": "Fill all air within your selection with the specified block types",
    "permission": "hytale.buildertools.command.fillblocks"
  },
  {
    "name": "/hitbox",
    "category": "hitbox",
    "description": null,
    "permission": "hytale.collisionmodule.command.hitbox"
  },
  {
    "name": "/hitbox extents",
    "category": "hitbox",
    "description": "Calculate the total number of filler blocks needed for all hitboxes",
    "permission": "hytale.collisionmodule.command.hitbox.extents"
  },
  {
    "name": "/camshake",
    "category": "camshake",
    "description": null,
    "permission": "hytale.camera.command.camshake"
  },
  {
    "name": "/camshake damage",
    "category": "camshake",
    "description": "Adds damage to the target player to test a specific effect or damage source",
    "permission": "hytale.camera.command.camshake.damage"
  },
  {
    "name": "/camshake debug",
    "category": "camshake",
    "description": "Adds a camera effect to the target player with the provided intensity",
    "permission": "hytale.camera.command.camshake.debug"
  },
  {
    "name": "/viewport",
    "category": "viewport",
    "description": "Establishes a worldgen viewport on the selected region.",
    "permission": "hytale.hytalegenerator.command.viewport"
  },
  {
    "name": "/worldpath",
    "category": "worldpath",
    "description": null,
    "permission": "hytale.path.command.worldpath"
  },
  {
    "name": "/worldpath list",
    "category": "worldpath",
    "description": "List all existing paths.",
    "permission": "hytale.path.command.worldpath.list"
  },
  {
    "name": "/worldpath remove",
    "category": "worldpath",
    "description": "Remove a path by name.",
    "permission": "hytale.path.command.worldpath.remove"
  },
  {
    "name": "/worldpath save",
    "category": "worldpath",
    "description": "Force save the config file.",
    "permission": "hytale.path.command.worldpath.save"
  },
  {
    "name": "/worldpath builder",
    "category": "worldpath",
    "description": null,
    "permission": "hytale.path.command.worldpath.builder"
  },
  {
    "name": "/worldpath builder stop",
    "category": "worldpath",
    "description": "Stop building",
    "permission": "hytale.path.command.worldpath.builder.stop"
  },
  {
    "name": "/worldpath builder load",
    "category": "worldpath",
    "description": null,
    "permission": "hytale.path.command.worldpath.builder.load"
  },
  {
    "name": "/worldpath builder simulate",
    "category": "worldpath",
    "description": "Teleport to each point in this path in sequence.",
    "permission": "hytale.path.command.worldpath.builder.simulate"
  },
  {
    "name": "/worldpath builder clear",
    "category": "worldpath",
    "description": "Clear current points in this builder.",
    "permission": "hytale.path.command.worldpath.builder.clear"
  },
  {
    "name": "/worldpath builder add",
    "category": "worldpath",
    "description": "Add current position to this path.",
    "permission": "hytale.path.command.worldpath.builder.add"
  },
  {
    "name": "/worldpath builder set",
    "category": "worldpath",
    "description": "Set current position to given index in this path.",
    "permission": "hytale.path.command.worldpath.builder.set"
  },
  {
    "name": "/worldpath builder goto",
    "category": "worldpath",
    "description": "Teleport to a point in this path.",
    "permission": "hytale.path.command.worldpath.builder.goto"
  },
  {
    "name": "/worldpath builder remove",
    "category": "worldpath",
    "description": "Remove a point by index in this path.",
    "permission": "hytale.path.command.worldpath.builder.remove"
  },
  {
    "name": "/worldpath builder save",
    "category": "worldpath",
    "description": "Save currently editing path.",
    "permission": "hytale.path.command.worldpath.builder.save"
  },
  {
    "name": "/redo",
    "category": "redo",
    "description": "Redo last change",
    "permission": "hytale.editor.history"
  },
  {
    "name": "/resetrotation",
    "category": "resetrotation",
    "description": "Resets camera rotation to default (pitch=0, yaw=0, roll=0).",
    "permission": "hytale.commandmacro.command.resetrotation"
  },
  {
    "name": "/who",
    "category": "who",
    "description": "List who is on the server",
    "permission": "hytale.system.command.who"
  },
  {
    "name": "/server",
    "category": "server",
    "description": null,
    "permission": "hytale.system.command.server"
  },
  {
    "name": "/server stats",
    "category": "server",
    "description": null,
    "permission": "hytale.system.command.server.stats"
  },
  {
    "name": "/server stats cpu",
    "category": "server",
    "description": "Provide CPU stats",
    "permission": "hytale.system.command.server.stats.cpu"
  },
  {
    "name": "/server stats memory",
    "category": "server",
    "description": "Provide memory usage stats",
    "permission": "hytale.system.command.server.stats.memory"
  },
  {
    "name": "/server stats gc",
    "category": "server",
    "description": "Provide GC stats",
    "permission": "hytale.system.command.server.stats.gc"
  },
  {
    "name": "/server gc",
    "category": "server",
    "description": "Force the server to do a GC",
    "permission": "hytale.system.command.server.gc"
  },
  {
    "name": "/server dump",
    "category": "server",
    "description": "Dump the server's state",
    "permission": "hytale.system.command.server.dump"
  },
  {
    "name": "/hub",
    "category": "hub",
    "description": "Return to the Cosmos of Creativity Crossroads",
    "permission": "hytale.creativehub.command.hub"
  },
  {
    "name": "/setticking",
    "category": "setticking",
    "description": "Set if a world should be ticking",
    "permission": "hytale.universe.command.setticking"
  },
  {
    "name": "/ambience",
    "category": "ambience",
    "description": null,
    "permission": "hytale.ambience.command.ambience"
  },
  {
    "name": "/ambience emitter",
    "category": "ambience",
    "description": null,
    "permission": "hytale.ambience.command.ambience.emitter"
  },
  {
    "name": "/ambience emitter add",
    "category": "ambience",
    "description": "Add an ambient emitter entity to this position in the world",
    "permission": "hytale.ambience.command.ambience.emitter.add"
  },
  {
    "name": "/ambience setmusic",
    "category": "ambience",
    "description": "Sets the forced ambience music on the world",
    "permission": "hytale.ambience.command.ambience.setmusic"
  },
  {
    "name": "/ambience clear",
    "category": "ambience",
    "description": "Resets all forced ambience settings on the world",
    "permission": "hytale.ambience.command.ambience.clear"
  },
  {
    "name": "/spawnitem",
    "category": "spawnitem",
    "description": "Spawn an item",
    "permission": "hytale.itemmodule.command.spawnitem"
  },
  {
    "name": "/whoami",
    "category": "whoami",
    "description": "Prints your player information",
    "permission": "hytale.system.command.whoami"
  },
  {
    "name": "/tp",
    "category": "tp",
    "description": null,
    "permission": "hytale.teleport.command.tp"
  },
  {
    "name": "/tp all",
    "category": "tp",
    "description": "Teleport all players to a location",
    "permission": "hytale.command.teleport.all"
  },
  {
    "name": "/tp home",
    "category": "tp",
    "description": "Teleports you to your home",
    "permission": "hytale.command.teleport.home"
  },
  {
    "name": "/tp top",
    "category": "tp",
    "description": "Teleport to the highest block above you",
    "permission": "hytale.command.teleport.top"
  },
  {
    "name": "/tp back",
    "category": "tp",
    "description": "Teleport to the most recent teleport location",
    "permission": "hytale.command.teleport.back"
  },
  {
    "name": "/tp forward",
    "category": "tp",
    "description": "Teleport to the next teleport location",
    "permission": "hytale.command.teleport.forward"
  },
  {
    "name": "/tp history",
    "category": "tp",
    "description": "Dumps teleport history to console",
    "permission": "hytale.command.teleport.history"
  },
  {
    "name": "/tp world",
    "category": "tp",
    "description": "Teleport to another world",
    "permission": "hytale.command.teleport.world"
  },
  {
    "name": "/setblocks",
    "category": "setblocks",
    "description": "Set all blocks in your selection to the specified blocktype",
    "permission": "hytale.editor.selection.modify"
  },
  {
    "name": "/eventtitle",
    "category": "eventtitle",
    "description": "Show an event title to all players on the server (for testing purposes)",
    "permission": "hytale.system.command.eventtitle"
  },
  {
    "name": "/replace",
    "category": "replace",
    "description": "Replace a selection from specified block(s) with a block.",
    "permission": "hytale.buildertools.command.replace"
  },
  {
    "name": "/replace swap",
    "category": "replace",
    "description": "Perform substring replacement on block names (e.g., Hardwood to Softwood replaces Plank_Hardwood with Plank_Softwood)",
    "permission": "hytale.buildertools.command.replace.swap"
  },
  {
    "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)",
    "permission": "hytale.buildertools.command.replace.regex"
  },
  {
    "name": "/buildertoolslegend",
    "category": "buildertoolslegend",
    "description": "Show or hide the builder tools legend HUD component",
    "permission": "hytale.system.command.buildertoolslegend"
  },
  {
    "name": "/toggleblockplacementoverride",
    "category": "toggleblockplacementoverride",
    "description": null,
    "permission": "hytale.system.command.toggleblockplacementoverride"
  },
  {
    "name": "/repairfillers",
    "category": "repairfillers",
    "description": "Repair filler blocks in selection",
    "permission": "hytale.buildertools.command.repairfillers"
  },
  {
    "name": "/fragment",
    "category": "fragment",
    "description": null,
    "permission": "hytale.portals.command.fragment"
  },
  {
    "name": "/fragment timer",
    "category": "fragment",
    "description": "Set the remaining timer on the fragment",
    "permission": "hytale.portals.command.fragment.timer"
  },
  {
    "name": "/droplist",
    "category": "droplist",
    "description": "Simulate the drops for a given droplist",
    "permission": "hytale.assetmodule.command.droplist"
  },
  {
    "name": "/scriptedbrushes",
    "category": "scriptedbrushes",
    "description": null,
    "permission": "hytale.editor.brush.config"
  },
  {
    "name": "/scriptedbrushes clear",
    "category": "scriptedbrushes",
    "description": "Clears your brush config and disables it.",
    "permission": "hytale.editor.brush.config.clear"
  },
  {
    "name": "/scriptedbrushes list",
    "category": "scriptedbrushes",
    "description": "Lists the brush config operations that are currently set.",
    "permission": "hytale.editor.brush.config.list"
  },
  {
    "name": "/scriptedbrushes step",
    "category": "scriptedbrushes",
    "description": "Advances one or more steps into your order of operations brush config debug.",
    "permission": "hytale.editor.brush.config.step"
  },
  {
    "name": "/scriptedbrushes exit",
    "category": "scriptedbrushes",
    "description": "Exits a running debug state or stops an incomplete execution.",
    "permission": "hytale.editor.brush.config.exit"
  },
  {
    "name": "/scriptedbrushes load",
    "category": "scriptedbrushes",
    "description": "Loads a scripted brush by name, or opens the brush picker UI if no name is provided.",
    "permission": "hytale.editor.brush.config.load"
  },
  {
    "name": "/scriptedbrushes info",
    "category": "scriptedbrushes",
    "description": "Information on the current brush configuration.",
    "permission": "hytale.editor.brush.config.info"
  },
  {
    "name": "/assets",
    "category": "assets",
    "description": null,
    "permission": "hytale.system.command.assets"
  },
  {
    "name": "/assets tags",
    "category": "assets",
    "description": "Display assets with a specific tag",
    "permission": "hytale.system.command.assets.tags"
  },
  {
    "name": "/assets duplicates",
    "category": "assets",
    "description": "Display a list of all duplicated common assets",
    "permission": "hytale.system.command.assets.duplicates"
  },
  {
    "name": "/assets longest",
    "category": "assets",
    "description": "Returns the length of the longest asset name of each asset type.",
    "permission": "hytale.system.command.assets.longest"
  },
  {
    "name": "/submerge",
    "category": "submerge",
    "description": "Submerges the selection with a fluid. Use 'Empty' to unsubmerge the section.",
    "permission": "hytale.buildertools.command.submerge"
  },
  {
    "name": "/desyncdamage",
    "category": "desyncdamage",
    "description": "Toggle desync damage mode for testing purposes",
    "permission": "hytale.damagemodule.command.desyncdamage"
  },
  {
    "name": "/tint",
    "category": "tint",
    "description": "Tints the selection with the specified color",
    "permission": "hytale.buildertools.command.tint"
  },
  {
    "name": "/gamemode",
    "category": "gamemode",
    "description": "Change player game mode",
    "permission": "hytale.command.gamemode.self"
  },
  {
    "name": "/selectionhistory",
    "category": "selectionhistory",
    "description": "Record selection box changes in the undo/redo history",
    "permission": "hytale.buildertools.command.selectionhistory"
  },
  {
    "name": "/refer",
    "category": "refer",
    "description": "Refers a player to another server for testing.",
    "permission": "hytale.system.command.refer"
  }
]