Skip to content

LiteCommands v1.7.0

Compare
Choose a tag to compare
@Rollczi Rollczi released this 13 Feb 03:07
· 453 commits to master since this release

Info

  • GH-42 Fix warning bug when ArgumentHandler is created in Anonymous class.
  • GH-43 Add permission tabulation support.
  • GH-44 Fix NPE bug getArgumentHandler()
  • GH-45 Add Joiner annotation. (#44)

Dependencies (Maven or Gradle)

Framework Core

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