The way the command is accessed.
named - Accessed through the command's name.regexp - Accessed through a regular expression.OptionalaliasesThe aliases of the command.
The callback function of the command.
This function will be called in read-only mode.
The player that executed the command.
The event that triggered the command.
The response of the command execution.
OptionalcategoriesThe categories of the command.
Optionalcommand_The version of the command.
The name of the command.
OptionaldeprecatedWhether or not the command is deprecated.
OptionaldescriptionThe description of the command.
OptionalenabledWhether or not the command is enabled.
The regular expression used to access the command.
Optionalf?: stringThe flags of the regular expression.
The regular expression.
It should not include the surrounding /.
OptionalflagsThe documentation on the flags parameters of the command.
Optionalformatting_The formatting code to display the command with.
OptionalfunctionalWhether or not the command is functional.
OptionalhiddenWhether or not the command is hidden.
OptionalrequiredThe tags required to execute the command.
Only applies when Ultra Security Mode is disabled.
OptionalsyntaxThe syntax of the command.
The type of the command.
OptionalultraThe ultra security mode security level required to execute the command.
The type of command data with an
accessTypeofregexp.