Mineuniverse
Log in Register
Plugins

TitleAPI User Friendly, JSON Free

This is a developer tool that allows developers to make titles.
by SirCoderOfJava
Download Claim this project
631 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Developer Tools

To be clear, this plugin is for developers who want to code their own plugins.  This has no features that will trigger on its own.

 

This will allow developers to send titles without having to use JSON.  To use: create an instance of TitleAPI:

 

TitleAPI titleAPI = new TitleAPI();

 

Then, you can call the method sendTitle, its parameters are as follows:

 

Player p, String title, String subtitle, int fadeInSeconds, int staySeconds, int fadeOutSeconds

 

You can use the method in an event handler like so:

TitleAPI titleInstance = new TitleAPI();

@EventHandler

public void onPlayerJoin(PlayerJoinEvent e) {

    Player p = e.getPlayer();

    titleInstance.sendTitle(p, "&6&lHELLO,", "and welcome to my server!", 1, 5, 1);

}

 

 

TitleAPI.jar
MC 1.12
Release 2017-09-09 Get
TitleAPI.jar
MC 1.12
Release 2017-09-04 Get

More from SirCoderOfJava

Double Jump Hub Plugin
915

You Might Also Like

WorldGuard Custom Flags
WorldGuard Custom Flags
97,851
HoloAPI
Advanced and powerful holographic displays
93,959
Minequery
Minequery
91,099
SQLibrary
SQLibrary aims to streamline driver wrappers in Java for every database engine
85,675
WolfyUtilities
Utils and APIs: Config, Language and Inventory API, Protection Utils: WorldGuard, LWC, PlotSquared
84,728
DisguiseTester
Experiment with disguises!
9,677