Skip to content

ConnorLinfoot/TitleAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TitleAPI

Java CI with Maven

Simple to use library for sending Titles to players in Bukkit, supporting 1.8 - 1.17.

Use Bukkit APIs

While this library does work with even the latest version of Bukkit, it is heavily recommended when possible to use the built-in APIs that have existed in Bukkit for over 5 years now.

Maven

This library can be found on JitPack for easy integration into maven projects.

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
<dependency>
    <groupId>com.github.ConnorLinfoot</groupId>
    <artifactId>TitleAPI</artifactId>
    <version>1.8.1</version>
</dependency>
</dependencies>    

Spigot Page/More Info: http://www.spigotmc.org/resources/titleapi.1325/

Release Notes: http://www.spigotmc.org/resources/titleapi.1325/updates