Skip to content

Releases: Rollczi/LiteCommands

LiteCommands v3.1.2

03 Dec 00:09
281b3f5
Compare
Choose a tag to compare

What's Changed

Dependencies

implementation("dev.rollczi:litecommands-{PLATFORM}:3.1.2")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-{PLATFORM}</artifactId>
    <version>3.1.2</version>
</dependency>

Full Changelog: v3.1.1...v3.1.2

LiteCommands v3.1.1

03 Dec 00:08
f1ba39b
Compare
Choose a tag to compare

What's Changed

Dependencies

implementation("dev.rollczi:litecommands-{PLATFORM}:3.1.1")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>litecommands-{PLATFORM}</artifactId>
    <version>3.1.1</version>
</dependency>

New Contributors

Full Changelog: v3.1.0...v3.1.1

LiteCommands v3.1.0

26 Nov 13:34
891470e
Compare
Choose a tag to compare

What's Changed

Dependencies

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

Full Changelog: v3.0.3...v3.1.0

LiteCommands v3.0.3

15 Nov 22:41
1426a91
Compare
Choose a tag to compare

What's Changed

Dependencies

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

New Contributors

Full Changelog: v3.0.2...v3.0.3

LiteCommands v3.0.2

29 Oct 16:04
1cbd3ae
Compare
Choose a tag to compare

What's Changed

  • GH-267 Fix handling empty wrapper. Refactor time parsers in the argument resolver. Snapshot 3.0.2-SNAPSHOT by @Rollczi in #266
  • GH-253 Update suggestion service for case-insensitive matching. Release 3.0.2 by @Rollczi in #268

Dependencies

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

Full Changelog: v3.0.1...v3.0.2

LiteCommands v3.0.1

29 Oct 16:00
039ac2c
Compare
Choose a tag to compare

What's Changed

  • GH-263 Add API for requirements validators in command processing pipeline. by @Rollczi in #264
    See example:
    image
    image

Dependencies

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

Full Changelog: v3.0.0...v3.0.1

LiteCommands v3.0.0

21 Oct 21:45
02862ac
Compare
Choose a tag to compare

What's Changed

Dependencies

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

New Contributors

Full Changelog: v2.8.9...v3.0.0

LiteCommands v2.8.9 - Sequoia

14 Oct 16:27
Compare
Choose a tag to compare

Dependencies

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

Full Changelog: v2.8.8...v2.8.9

LiteCommands v2.8.8 - Sequoia

11 Jun 21:41
9a279b4
Compare
Choose a tag to compare

What's Changed

Dependencies

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

New Contributors

Full Changelog: v2.8.7...v2.8.8

LiteCommands v2.8.7 - Sequoia

11 Jun 21:40
57c4972
Compare
Choose a tag to compare

What's Changed

  • GH-205 Fix handling of invalid boolean argument parsing. (Resolve #205) by @Rollczi in #206
  • Fix permission handling and add unit test to check the sub-route permission handling. (commit)
  • Add velocity example. (commit)

Dependencies

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

Full Changelog: v2.8.6...v2.8.7