Skip to content

LiteCommands v1.0.1

Compare
Choose a tag to compare
@Rollczi Rollczi released this 16 Nov 05:26
· 534 commits to master since this release

Info

  • Fix command argument handling in injector initializing. (fix)
  • New licence Apache-2.0 License (commit)

Dependencies (Maven or Gradle)

Framework Core

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