# DefaultCommands
extends Object (opens new window)
# Properties
Parameter | Type | Optional | Default | Description |
---|---|---|---|---|
disable | Boolean (opens new window) | ✔️ | true | Whether to register the built-in disable command (requires "commands" group and "group", "command" type) |
enable | Boolean (opens new window) | ✔️ | true | Whether to register the built-in enable command (requires "commands" group and "group", "command" type) |
groups | Boolean (opens new window) | ✔️ | true | Whether to register the built-in groups command (requires "commands" group) |
load | Boolean (opens new window) | ✔️ | true | Whether to register the built-in load command (requires "commands" group) |
reload | Boolean (opens new window) | ✔️ | true | Whether to register the built-in reload command (requires "commands" group and "group", "command" type) |
unload | Boolean (opens new window) | ✔️ | true | Whether to register the built-in unload command (requires "commands" group and "command" type) |
eval | Boolean (opens new window) | ✔️ | true | Whether to register the built-in eval command (requires "util" group and "string" type) |
help | Boolean (opens new window) | ✔️ | true | Whether to register the built-in help command (requires "util" group and "string" type) |
ping | Boolean (opens new window) | ✔️ | true | Whether to register the built-in ping command (requires "util" group) |
prefix | Boolean (opens new window) | ✔️ | true | Whether to register the built-in prefix command (requires "util" group and "string" type) |
unknownCommand | Boolean (opens new window) | ✔️ | true | Whether to register the built-in unknown command (requires "util" group) |
color | Boolean (opens new window) | ✔️ | true | Whether to register the built-in color command (requires "util" group and "string" type) |