Releases: Rollczi/LiteCommands
Releases · Rollczi/LiteCommands
LiteCommands v2.6.0 - Sequoia
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
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
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
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
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
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
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
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
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
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")