Releases: Strokkur424/StrokkCommands
Releases · Strokkur424/StrokkCommands
🔥 StrokkCommands 1.2.3
This release adds support for custom argument types using the @CustomArg annotation.
It also marks the first tagged release.
Get the release
repositories {
maven("https://eldonexus.de/repository/maven-public/")
}
dependencies {
compileOnly("net.strokkur", "strokk-commands-annotations", "1.2.3-SNAPSHOT")
annotationProcessor("net.strokkur", "strokk-commands-processor", "1.2.3-SNAPSHOT")
}What's Changed
- Restructure project directories by @Strokkur424 in #1
- Add GitHub actions by @Strokkur424 in #2
Full Changelog: https://github.com/Strokkur424/StrokkCommands/commits/v1.2.3