Overhaul config.yml command definition to look like CommandAPI's CommandTree #22
Labels
Awaiting release
Issue will be resolved by the next release
Base
Related to the ConfigCommand plugin
enhancement
New feature or request
The CommandAPI offers the CommandTree class as an alternative to the CommandAPICommand when registering commands. The syntax for using it to make a command fits the syntax of a yml file, so I think a new command definition system can be built off of the CommandTree.
For example, the following yml file:
would be roughly equivalent to this CommandTree:
This new command-definition system would make it easier for users to create subcommands, and make it easier to develop new features from the CommandAPI.
The text was updated successfully, but these errors were encountered: