Skip to content

Releases: CloudNetService/cloud-command-framework

2.0.0-cn1

05 Sep 17:04
3f7d3d9
Compare
Choose a tag to compare
  • This fork is now based on cloud 2.0
  • Dropped patch for caption variables

1.9.0-cn1

01 Jan 12:14
c6c11f3
Compare
Choose a tag to compare
  • Update remote tracking branch to 1.9.0-dev and applied remaining changes from the 1.8.0 release

1.8.0-cn2

02 Nov 15:20
2695171
Compare
Choose a tag to compare
  • 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

19 Oct 12:35
d6f389a
Compare
Choose a tag to compare
  • 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