LiteCommands v2.8.7 - Sequoia
What's Changed
- GH-205 Fix handling of invalid boolean argument parsing. (Resolve #205) by @Rollczi in #206
- Fix permission handling and add unit test to check the sub-route permission handling. (commit)
- Add velocity example. (commit)
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.7</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.7")
Full Changelog: v2.8.6...v2.8.7