Structure

{
"name": "Command Group Name", // Command Group name
"description": "Command Group Description", // Command Group description
"enabled": true, // Enable or Disable this Command Group
"commands": [
// add commands here
]
}

Properties

Name

Type

Optional/Required

Description

name

string

required

Command Group name. Used for readability and debugging purposes.

description

string

optional

Command Group description. Used for readability purposes only.

enabled

boolean

optional

Enabling Command Group can be enabled or disabled. Disabled command group will not be executed. Default: false.

commands

list

required

List of command objects.