Gradle
Code (Text):
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly 'com.github.max1mde:HologramAPI:1.4.8'
}
Maven
Code (Text):
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.max1mde</groupId>
<artifactId>HologramAPI</artifactId>
<version>1.4.8</version>
<scope>provided</scope>
</dependency>
You need to add this line to your plugin.yml:
Code (YAML):
depend
:
- HologramAPI