Bermiin / LinfootTitleAPI

Fork of ConnorLinfoot's TitleAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fork of ConnorLinfoot's TitleAPI


Languages

Language:Java 100.0%