title
is a packet-based simple library for Bukkit platforms to show titles, actionbars and more.
./gradlew shadowJar
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")
}