LiteCommands v3.1.1
What's Changed
- GH-301 Hot fix (hotówa) by @Rollczi in #301
- GH-302 Add class origin to command meta. by @Rollczi in #302
- GH-304 Modify Description meta type to a String list by @CarmJos in #304
- GH-312 Fix banner by @Rollczi in #313
- GH-310 Add quoted argument resolver. Add related tests. by @Rollczi in #311
- GH-315 Update TODO.md by @Rollczi in #315
- Release 3.1.1 by @vLuckyyy in #318
Dependencies
implementation("dev.rollczi:litecommands-{PLATFORM}:3.1.1")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>litecommands-{PLATFORM}</artifactId>
<version>3.1.1</version>
</dependency>
New Contributors
Full Changelog: v3.1.0...v3.1.1