Skip to content

Releases: Rollczi/LiteCommands

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

LiteCommands v2.5.0 - Sequoia

08 Jan 02:47
Compare
Choose a tag to compare

What's Changed

  • Add @Args annotation. Handle string argument validator. Add unit tests for @Args and String suggestion. (commit)
  • Move schematic packages and clean up schematic domain (commit)

Dependencies

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

Full Changelog: v2.4.2...v2.5.0

LiteCommands v2.4.2 - Sequoia

08 Jan 02:43
Compare
Choose a tag to compare

What's Changed

  • GH-112 Adding generic type of message, which will be sent to the player in bukkit's tools. by @shitzuu in #112
  • Simplify the flow of exceptions. Remove redundant methods. (commit)

Dependencies

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

Full Changelog: v2.4.1...v2.4.2

LiteCommands v2.4.1 - Sequoia

08 Jan 02:40
Compare
Choose a tag to compare

Info

  • GH-105 Adding missing final keyword (#105)
  • GH-100 Add kick command example. (#100)
  • GH-104 Adding contextual bind of Player type especially dedicated for kyori's adventure. Also, changing the variable names to be more consistent. (#104)
<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.4.1</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.4.1")

LiteCommands v2.4.0

08 Jan 02:39
Compare
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")