Releases: CloudNetService/cloud-command-framework
Releases · CloudNetService/cloud-command-framework
2.0.0-cn1
1.9.0-cn1
1.8.0-cn2
- Fixes an issue with invalid suggestions provided by the command tree if the parsing of one argument failed, but more arguments for completion are provided.
This release is based off the 1.8.0-dev branch
1.8.0-cn1
- Better caption replacement system:
- Added captions for invalid command senders, invalid command syntax, no permission & unknown command
- Initialization of exception messages based on captions is no longer lazy
- Caption variables are no longer wrapped in a seperate variable object
- Exceptions based on captions will no longer have a stacktrace
- Suggestions are no longer pre-filtered before getting passed to the suggestion preprocessor
This release is based off the 1.8.0-dev branch