Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

TheLeCrafter/KloonedLibrary

Repository files navigation

KloonedLibrary

Java CI with Maven GitHub issues GitHub issues-closed
KloonedLibrary image by RedstoneFlo (Thank you RedstoneFlo for this nice image)
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.

How to use

Maven

Add to your pom.xml following dependency:

<dependency>
  <groupId>dev.thelecrafter.libraries</groupId>
  <artifactId>klooned</artifactId>
  <version>VERSION</version>
</dependency> 
Without IntelliJ

Open a terminal in your project directory and type mvn install.

With IntelliJ

Open the Maven window. Click the arrow next to your project name and then Lifecycle. Click on install.

Gradle

repositories {
  mavenCentral()
}
dependencies {
  compileOnly 'dev.thelecrafter.libraries:klooned:VERSION'
}

Java docs

The java docs can be found here.

ForTheBadge built-with-love

About

A library designed for the Hypixel admin Minikloon

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages