Quick Start
1. Add Dependency
repositories {
maven("https://jitpack.io")
}
dependencies {
compileOnly("com.github.ItsHarshXD:ZentrixAPI:latestVersion")
}<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.ItsHarshXD</groupId>
<artifactId>ZentrixAPI</artifactId>
<version>latestVersion</version>
<scope>provided</scope>
</dependency>2. Create Main Class
3. Add plugin.yml
4. Use the API Anywhere
Last updated