LiteCommands v2.8.5 - Sequoia
What's Changed
- GH-197 Fix handling of permission denied response. by @Rollczi in #197
- GH-196 Update dependency org.jetbrains:annotations to v24.0.1 by @renovate in #196
- GH-201 Stop suggestion when a sender does not have permission to any executor. by @Rollczi in #201
- GH-180 Add option to enable strict mode for optional arguments. by @Rollczi in #202
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.5</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.5")
Full Changelog: v2.8.4...v2.8.5