Importing the API
Setup with gradle
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}dependencies {
implementation 'com.github.xF3d33:UltimateTeams:VERSION:api'
}Setup with Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>Add as dependency into your plugin
For Bukkit plugins:
Last updated