An easy to use API for developers to take advantage of the new Title feature in Minecraft 1.8 and later.
The latest build should work with all 1.8, and later versions now (If not let me know!)
If you're a server owner: The TitleAPI may be required in a plugin that has directed you to this page, download the plugin and put it in your 'plugins' directory and boom, you're good to go!
There is also a '/title' command added in version 1.1, this can be used for normal use on the server.
Config (Version 1.3+):
%player% will be replaced with the player name.
Code (Text):
Title On Join: false
Title Message: "Welcome"
Subtitle Message: "%player% to my server"
Tab Header Enabled: false
Tab Header Message: "My Server"
Tab Footer Message: "My IP"
If you're a developer: The TitleAPI is simple and easy to use, first download and import the plugin into your project.
You will want to import it as a dependency into your plugin.yml just so no errors occur.
FadeIn, Stay and FadeOut work as a int and are in ticks, 20 = 1 second.
Note: If you are writing code for a newer version of Bukkit, you should use the native APIs for sendTitle on Player, rather than using this plugin.
Note: Old versions of the plugin are no longer supported in any way.
Please submit bugs, questions, issues and suggestions on GitHub https://github.com/ConnorLinfoot/TitleAPI/issues Do not PM me, I will not respond. Please check GitHub issues for solutions first and read the full information on this page..