Getting started

Requirements

  • have SynkLibs installed on your server

  • have the plugin installed on your server

  • Java 8 or higher

Download the plugin

Download the plugin in a few clicks! It's all in herearrow-up-right

Install the plugin on your server

Drop the plugin on your server, and restart it!

Add the API to your plugin

You need to add the API to your dependancy manager

chevron-rightMavenhashtag
<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>
chevron-rightGradle Kotlinhashtag
maven {
    url = uri("https://maven.synkdev.cc/releases")
}

implementation("cc.synkdev:AbilityitemsAPI:1.1")
chevron-rightGradle Groovyhashtag

JavaDocs

For any additional informations, visit the Javadocsarrow-up-right!

Last updated