Skip to content

LiteCommands v1.5.0

Compare
Choose a tag to compare
@Rollczi Rollczi released this 22 Jan 15:59
· 467 commits to master since this release
8265efb

Info

  • Auto-complete arguments only if they're starting with the current subcommand or argument. GH-35 GH-33
  • Add option to change implementation of lite sender and organize the packages (commit) GH-34
  • Add expressible to API. (commit)

Dependencies (Maven or Gradle)

Framework Core

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.5.0</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.5.0'