aivruu / title

Bukkit packet-based library to send titles, actionbars and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title

GitHub release (latest by date) GPL License

title is a packet-based simple library for Bukkit platforms to show titles, actionbars and more.

Building

./gradlew shadowJar

Import

implementation("com.github.aivruu.title:base:RELEASE")
implementation("com.github.aivruu.title:ADAPT:RELEASE")
// Check the available adapts in 'adapt/'.

shadowJar {
  relocate("com.aivruu.title", "com.yourPackage.libs.title")
}

About

Bukkit packet-based library to send titles, actionbars and more.

License:GNU General Public License v3.0


Languages

Language:Java 85.1%Language:Kotlin 14.9%