Skip to content

LiteCommands v2.2.1 - Sequoia

Compare
Choose a tag to compare
@Rollczi Rollczi released this 05 Jul 18:09
· 392 commits to master since this release

Info

  • (commit) Add CompletableFuture support for execute result handler.
  • (commit) Better support adventure platform. Add .typeUnsafeBind to builder API.
  • GH-94 Fixing the wrong artifact name in Gradle's section. (#94)
<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.2.1</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.2.1")