Skip to content

Releases: CloudNetService/cloud-command-framework

2.0.0-cn1

Choose a tag to compare

@derklaro derklaro released this 05 Sep 17:04
3f7d3d9
  • This fork is now based on cloud 2.0
  • Dropped patch for caption variables

1.9.0-cn1

Choose a tag to compare

@derklaro derklaro released this 01 Jan 12:14
c6c11f3
  • Update remote tracking branch to 1.9.0-dev and applied remaining changes from the 1.8.0 release

1.8.0-cn2

Choose a tag to compare

@derklaro derklaro released this 02 Nov 15:20
2695171
  • 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

Choose a tag to compare

@derklaro derklaro released this 19 Oct 12:35
d6f389a
  • 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