LiteCommands v3.1.0
What's Changed
- GH-288 Add boolean argument. Add javadocs for InvalidUsage.Cause. by @Rollczi in #288
- GH-289 Add new method to register commands. (experimental API) by @Rollczi in #289
- GH-250 Remove dependency net.kyori:blossom. Replace variables during compile. by @renovate in #250
- GH-272 Update dependency org.mockito:mockito-core to v5.7.0 by @renovate in #272
- GH-265 Update dependency me.champeau.jmh:jmh-gradle-plugin to v0.7.2 by @renovate in #265
- GH-291 Update dependency gradle to v8.4 by @Rollczi in #291
- GH-290 Bump java 21 for workflows by @Rollczi in #290
- GH-285 Add API to obtain annotations from Argument (thanks @P3ridot ❤️)
- GH-292 Add experimental api for annotations extension. by @Rollczi in #292
- GH-293 Throw exception while starting LiteCommands when annotation is missing. by @Rollczi in #293
- GH-297 Hot fix invalid usage exception handling by @Rollczi in #297
- GH-298 Fix tab complete for spigot platform. by @Rollczi in #298
- GH-300 Add check for org.bukkit.craftbukkit.libs.jline.console.ConsoleReader by @Rollczi in #300
Dependencies
implementation("dev.rollczi:litecommands-core:3.1.0")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>litecommands-core</artifactId>
<version>3.1.0</version>
</dependency>
Full Changelog: v3.0.3...v3.1.0