Dependency

How to add the dependency of SimpleClaimSystem

Gradle

repositories {
    maven { url = "https://jitpack.io" }
}

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.Xyness</groupId>
    <artifactId>SimpleClaimSystem</artifactId>
    <version>1.11</version>
</dependency>

plugin.yml

If SimpleClaimSystem is a dependance to your plugin, add it as depend :

depend: [SimpleClaimSystem]

If SimpleClaimSystem is a soft dependance (optional) to your plugin, add it as soft-depend:

soft-depend: [SimpleClaimSystem]

Last updated