LiteCommands v3.0.1
What's Changed
- GH-263 Add API for requirements validators in command processing pipeline. by @Rollczi in #264
See example:
Dependencies
implementation("dev.rollczi:litecommands-core:3.0.1")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>litecommands-core</artifactId>
<version>3.0.1</version>
</dependency>
Full Changelog: v3.0.0...v3.0.1