Skip to content

Releases: Rollczi/LiteCommands

LiteCommands v2.8.5 - Sequoia

06 Mar 22:56
Compare
Choose a tag to compare

What's Changed

Dependencies

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

Full Changelog: v2.8.4...v2.8.5

LiteCommands v2.8.4 - Sequoia

25 Feb 02:25
87eb3cf
Compare
Choose a tag to compare

What's Changed

  • GH-185 Fix large amount of suggestions performance issue. Add cache for enum suggestions argument. by @Rollczi in #185
  • GH-187 Fix issue with ConcurrentModificationException when calling LiteBungeeRegistryPlatform#unregisterAll() and LiteBungeeRegistryPlatform#unregisterListener() methods. by @Rollczi in #187

Dependencies

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

Full Changelog: v2.8.3...v2.8.4

LiteCommands v2.8.3 - Sequoia

25 Feb 02:20
334d2ad
Compare
Choose a tag to compare

What's Changed

Dependencies

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

Full Changelog: v2.8.2...v2.8.3

LiteCommands v2.8.2 - Sequoia

03 Feb 19:25
a0b02ea
Compare
Choose a tag to compare

What's Changed

Dependencies

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

Full Changelog: v2.8.1...v2.8.2

LiteCommands v2.8.1 - Sequoia

03 Feb 19:24
cfda1e2
Compare
Choose a tag to compare

What's Changed

Dependencies

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

Full Changelog: v2.8.0...v2.8.1

LiteCommands v2.8.0 - Sequoia

23 Jan 15:22
3d2458d
Compare
Choose a tag to compare

What's Changed

Co-authored-by: Martin Sulikowski vluckyyy.biznes@gmail.com

Dependencies

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

New Contributors

  • @HEROOSTECH made their first contribution in #164

Full Changelog: v2.7.2...v2.8.0

LiteCommands v2.7.2 - Sequoia

16 Jan 22:33
c04fa89
Compare
Choose a tag to compare

What's Changed

  • GH-163 Add native permission support and implement OnlyPlayerContextuals for Velocity and Bungee by @pauhull in #163

Dependencies

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

New Contributors

  • @pauhull made their first contribution in #163

Full Changelog: v2.7.1...v2.7.2

LiteCommands v2.7.1 - Sequoia

14 Jan 02:48
1d764b7
Compare
Choose a tag to compare

What's Changed

  • GH-160 Add support for specifying an online player as argument by @shitzuu in #160
  • Add option to enable and disable native bukkit permissions.
  • Handle first route permission in bukkit command system
  • Add missing @Async annotation resolver. (Fix)

Dependencies

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

Full Changelog: v2.7.0...v2.7.1

LiteCommands v2.7.0 - Sequoia

08 Jan 02:54
Compare
Choose a tag to compare

What's Changed

  • GH-149 Add @Route annotation. Add support for delimiter and limiter for @Joiner annotation. Add unit test for Joiner annotation. by @Rollczi in #149
  • GH-150 Add support for all TemporalAccessor and TemporalAmount arguments. Add unit tests for TemporalAccessor and TemporalAmount. by @Rollczi in #150.
  • Add ZoneId argument support. Add JapaneseEra support. (commit)
  • Fix no exception error handled. Fix the coverage of unrelated suggestions. (commit)

Dependencies

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

Full Changelog: v2.6.0...v2.7.0

LiteCommands v2.6.0 - Sequoia

08 Jan 02:50
Compare
Choose a tag to compare

What's Changed

  • GH-131 Support BigDecimal and BigInteger by @Rollczi in #134
  • GH-139 Add a "Plugins that use LiteCommands" section to README by @vLuckyyy in #139
  • GH-140 Resolve "Add support Duration Instant and other time java types" by @shitzuu in #140
  • Resolve "Reformat example plugin" by @shitzuu in #142
  • GH-143 Resolve "Add editor configuration" by @shitzuu in #144
  • GH-145 Add more plugins, which use LiteCommands. by @shitzuu in #145

New Contributors

Dependencies

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

Full Changelog: v2.5.0...v2.6.0