Builder
Builder class for constructing CommandData instances.
Parameters
plugin
The JavaPlugin instance.
name
The name of the command.
Throws
if no command with the specified name is found in plugin.yml.
Properties
Link copied to clipboard
The list of required arguments for the command.
Link copied to clipboard
The description of the command.
Link copied to clipboard
The list of optional arguments for the command.
Link copied to clipboard
The set of permissions required to execute the command.
Link copied to clipboard
The name of the sub-command for nested commands usage, if any.