Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
/ title Public archive

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

License

Notifications You must be signed in to change notification settings

aivruu/title

Repository files navigation

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")
}