LiteCommands v3.4.2
What's Changed
- GH-396 Add result handler for arrays by @rchomczyk in #396
- GH-400 Add UUID argument resolver by @BlackBaroness in #400
- GH-401 Support inherited methods. by @Rollczi in #401
Thanks @rchomczyk @BlackBaroness @RyanTheTechMan ❤️
Update dependencies
implementation("dev.rollczi:{artifact}:3.4.2")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.4.2</version>
</dependency>
{artifact}
with platform artifact
Full Changelog: v3.4.1...v3.4.2