TitleAPI

In 1.8, Searge developed a Title feature accessed by the /title command. But in bukkit, there's no official API because of the DMCA Takedown. So that's why I created TitleAPI. So developers can include titles in their plugins.

Installation

1. Download the latest version

2. Add the .jar file to your projects build path

Usage

1. Import co.uk.dmp9software.titleapi.Title

2. Create a new instance of Title.

Title t = new Title();

3. Use the t.showTitle(); method to show your title. Example:

public void temp(){showTitle("Title", "Subtitle", 5, 50, 5, false, false, false, false, false, player, ChatColor.WHITE, ChatColor.BLACK, false, false, false, false, false);}


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    91418
  • Created
    Apr 25, 2015
  • Last Released File
    Apr 25, 2015
  • Total Downloads
    3,361
  • License

Categories

Members

Recent Files

Bukkit