Maven
HTML:
<dependency>
<groupId>xyz.tozymc.spigot
</groupId>
<artifactId>commands-api
</artifactId>
<version>2.2
</version>
</dependency>
Gradle
Code (Java):
dependencies
{
implementation
'xyz.tozymc.spigot.api:commands-api:2.2'
}
Changelog
- Add hex color support
- Bump spigot-api to version 1.17.1
- Change spigot-api and annotations-java5 to compileOnlyApi configuration in build.gradle