LiteCommands v1.5.0
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'