LiteCommands v3.3.1
What's Changed
- GH-359 Minestom: Add context providers and arguments for player and instance types. Use adventure extension. Add minestom example. Bump Minestom-CE version. Add default messages. by @Rollczi in #360
- GH-361 Support kotlin builder chain. by @Rollczi in #361
Update dependencies
implementation("dev.rollczi:{artifact}:3.3.1")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.3.1</version>
</dependency>
{artifact}
with platform artifact
Full Changelog: v3.3.0...v3.3.1