LiteCommands v2.8.8 - Sequoia
What's Changed
- GH-208 Fix README's for Minestom by @zax71 in #208
- GH-212 Add InvalidUsage to represent invalid command usage, instead Blank. by @Rollczi in #212
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.8</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.8")
New Contributors
Full Changelog: v2.8.7...v2.8.8