An easy API to display title, subtitle, actionbar message to other players.
This API has :
- Title message
- Title + Subtitle message
- Actionbar message
Commons method :
- TitleAPI.playTitle(String text, Player... players)
- TitleAPI.playTitle(String text, Player player)
- TitleAPI.playTitleWithSubtitle(String text, String subtitle, Player... players)
- TitleAPI.playTitleWithSubtitle(String text, String subtitle, Player player)
- TitleAPI.playActionBar(String text, Player... players)
- TitleAPI.playActionBar(String text, Player player)
Support color code
Example :
Code (Text):Player player ;
TitleAPI.playTitleWithSubtitle(ChatColor.RED + "Hey! I'm Clyx", ChatColor.GOLD + "How are you ?", player);
Enjoy!
Bad_Clyx

EasyTitleAPI[Support all 1.8.X] 1.2
The easyest way to display 1.8 features to players.