LiteCommands v3.3.0
What's Changed
- GH-346 Add msg example by @Rollczi in #346
- GH-308 Array & Collection arguments by @Rollczi in #339
- GH-350 Add experimental return result handling for programmatic API. by @Rollczi in #350
- GH-351 Autoconfigure bukkit lite commands factory. by @Rollczi in #351
- GH-352 Better feature compatibility. Rename experimental method. by @Rollczi in #352
- GH-348 Fix invalid number suggestions. Support decimal and negative number suggestions. by @Rollczi in #353
Update dependencies
implementation("dev.rollczi:{artifact}:3.3.0")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.3.0</version>
</dependency>
{artifact}
with platform artifact
Full Changelog: v3.2.2...v3.3.0