Skip to content

Release 1.1.0

Latest

Choose a tag to compare

@maximjsx maximjsx released this 28 Feb 12:33
· 4 commits to main since this release

Implement AddonLib in your plugin:

build.gradle.kts

plugins {
   // You must shade AddonLib. Use this for example:
   id("io.github.goooler.shadow") version "8.1.8"
}

repositories {
   maven { url 'https://jitpack.io' }
}

dependencies {
   implementation 'com.github.HologramLib:AddonLib:1.1.0'
}

More information

AddonLib is a Java library. Not a standalone Minecraft plugin!