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