Skip to content

Releases: Rollczi/LiteCommands

LiteCommands v2.4.0

08 Jan 02:39

Choose a tag to compare

Info

  • GH-102 Add SchematicContext and SchematicInParallelTest. (#102)
  • GH-103 Fix flags handling. Add junit test for flags. (#103)
  • GH-101 Adding parameter, which allows to disable MiniMessage requirement. (#101)
<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.4.0</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.4.0")

LiteCommands v2.3.4 - Sequoia

21 Jul 17:38

Choose a tag to compare

Info

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.3.4</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.3.4")

LiteCommands v2.3.3 - Sequoia

21 Jul 17:37

Choose a tag to compare

Info

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.3.3</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.3.3")

LiteCommands v2.3.2 - Sequoia

05 Jul 23:48

Choose a tag to compare

Info

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.3.2</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.3.2")

LiteCommands v2.3.1 - Sequoia

05 Jul 23:47

Choose a tag to compare

Info

  • Fix CompletableFuture handing in ExecuteResultHandler
<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.3.1</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.3.1")

LiteCommands v2.3.0 - Sequoia

05 Jul 23:46

Choose a tag to compare

Info

  • Add @Async annotation
  • Fix bug with handle completable feature
<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.3.0</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.3.0")

LiteCommands v2.2.2 - Sequoia

05 Jul 23:45

Choose a tag to compare

Info

  • Fix result type handling.
  • Add kyori paper support.
  • GH-96 Move SchemeGenerator to interface. (#96)
<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.2.2</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.2.2")

LiteCommands v2.2.1 - Sequoia

05 Jul 18:09

Choose a tag to compare

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")

LiteCommands v2.2.0 - Sequoia

04 Jul 05:24

Choose a tag to compare

Info

  • GH-91 Fixing typo in package's name. (sugesstion -> suggestion)
  • GH-90 Add LiteSender#sendMessage method. (#90)
  • GH-88 Adventure (#88)
  • GH-89 Introduce OSCS badge (#89)
<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.2.0</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.2.0")

LiteCommands v2.1.1 - Sequoia

01 Jul 01:57
b58d27c

Choose a tag to compare

Info

  • GH-87 Add enum support.
<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.1.1</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.1.1")