LiteCommands v3.2.0
What's Changed
- GH-323 Fix overloading executors. by @Rollczi in #323
- GH-305 Optional argument by @Rollczi in #320
- GH-324 Support multilevel shortcuts. Add executor references. Improve unit test's suggestion validation. by @Rollczi in #325
- GH-327 Add support for root executors. by @Rollczi in #327
- GH-326 Display suggestions for route. Fix shortcuts schematics. by @Rollczi in #328
- GH-329 Force override commands. by @Rollczi in #329
- GH-330 Add access to litecommands internal API. by @Rollczi in #330
Dependencies
implementation("dev.rollczi:litecommands-{PLATFORM}:3.2.0")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>litecommands-{PLATFORM}</artifactId>
<version>3.2.0</version>
</dependency>
Full Changelog: v3.1.2...v3.2.0