
A library designed for the Hypixel admin Minikloon. This library can mostly be used to colorize strings for a Minecraft Spigot/Paper plugin.
You can also use this library to control armor stands that should follow a specific player in a specific way.
Add to your pom.xml following dependency:
<dependency>
<groupId>dev.thelecrafter.libraries</groupId>
<artifactId>klooned</artifactId>
<version>VERSION</version>
</dependency> Open a terminal in your project directory and type mvn install.
Open the Maven window. Click the arrow next to your project name and then Lifecycle. Click on install.
repositories {
mavenCentral()
}
dependencies {
compileOnly 'dev.thelecrafter.libraries:klooned:VERSION'
}The java docs can be found here.