LiteCommands v3.4.3
What's Changed
- GH-404 Add currency example with multi file command. by @Rollczi in #404
- GH-407 Add platform receiver. Fix rcon bukkit adventure platform bug. by @Rollczi in #407
- Add build-in context providers and argument resolvers for the velocity platform. by @Rollczi in #413
Update dependencies
implementation("dev.rollczi:{artifact}:3.4.3")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.4.3</version>
</dependency>
{artifact}
with platform artifact
Full Changelog: v3.4.2...v3.4.3