Skip to content

LiteCommands v1.3.1

Compare
Choose a tag to compare
@Rollczi Rollczi released this 02 Dec 09:39
· 495 commits to master since this release

Info

  • Fix multi-section invalid executing command bug. (#10)
  • Better use Result in the MethodExecutor#execute method. (commit)

Dependencies (Maven or Gradle)

Framework Core

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