Skip to content

Releases: Strokkur424/StrokkCommands

🔥 StrokkCommands 1.2.3

11 Jun 23:28
e2befcf

Choose a tag to compare

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

Full Changelog: https://github.com/Strokkur424/StrokkCommands/commits/v1.2.3