have SynkLibs installed on your server
have the plugin installed on your server
Java 8 or higher
Download the plugin in a few clicks! It's all in herearrow-up-right
Drop the plugin on your server, and restart it!
You need to add the API to your dependancy manager
<repository> <id>synkdev-repo</id> <name>SynkDev Repository</name> <url>https://maven.synkdev.cc/releases</url> </repository> <dependency> <groupId>cc.synkdev</groupId> <artifactId>AbilityitemsAPI</artifactId> <version>1.1</version> <scope>provided</scope> </dependency>
maven { url = uri("https://maven.synkdev.cc/releases") } implementation("cc.synkdev:AbilityitemsAPI:1.1")
For any additional informations, visit the Javadocsarrow-up-right!
Last updated 1 year ago
maven { url "https://maven.synkdev.cc/releases" } implementation "cc.synkdev:AbilityitemsAPI:1.1"