LiteCommands v1.2.0
Info
- GH-4 Add bukkit support. (#5)
- Fix handling of not full invocations in LiteSection#resolveExecution. (Fix)
Dependencies (Maven or Gradle)
Framework Core
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>1.2.0</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.2.0'
Framework Bukkit
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>bukkit</artifactId>
<version>1.2.0</version>
</dependency>
implementation 'dev.rollczi.litecommands:bukkit:1.2.0'