🌳
SimpleClaimSystem
  • SimpleClaimSystem
  • Installation
    • Prerequisites
    • Installation
  • Configuration
    • config.yml
    • How to set up a gui
    • Langs
    • Claim settings
  • Commands
    • Player commands
    • Admin commands
  • Permissions
    • How to set up
    • Commands
    • Claims
    • Settings
  • Support
    • PlaceholderAPI
    • WorldGuard
    • Vault
    • Dynmap
    • Bluemap
    • Pl3xMap
    • GriefPrevention
  • API
    • Dependency
    • Accessing
    • Working with players
    • Working with claims
Powered by GitBook
On this page
  • Gradle
  • Maven
  • plugin.yml
  1. API

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]
PreviousGriefPreventionNextAccessing

Last updated 10 months ago