⭐TitleAPI │ Broadcast Titles, Actionbars │ And more icon

⭐TitleAPI │ Broadcast Titles, Actionbars │ And more -----

Easier way to send titles and actionbars



[​IMG]
TitleAPI is a library that can help you with sending Titles, Subtitles, and Actionbars.

TitleAPI has features such as sending title, subtitle and actionbar to all players, sending actionbar for a selected time and much more.


[​IMG]
You can find JavaDocs here

[​IMG]
[​IMG]
Code (Text):
    @EventHandler
    public void onJoin(PlayerJoinEvent event) {
        Player player = event.getPlayer();
        TitleSender.sendTitle("&f&l> &6WELCOME &f<", "&f"+player.getName(), player);
        ActionbarSender.broadcastActionBar("&6&l> &fPLAYER &6"+player.getName()+" &fJOINED. SAY &bHELLO TO HIM &6<");
    }
[​IMG]
Code (Text):
    @EventHandler
    public void onEntityDeath(EntityDeathEvent event) {
        Player player = event.getEntity().getKiller().getPlayer();
        TitleSender.sendTitle("&f&lYou killed &e"+event.getEntity().getName(), player);
        ActionbarSender.broadcastActionBar("&6&l"+player.getName()+" &fkilled entity &5"+event.getEntity().getName());
    }

[​IMG]
Do you want to contribute, help or make fork of TitleAPI? No problem, TitleAPI is open source and you can find source code on GitHub

[​IMG]
Need help? I decided to create discord server.
Click here to join.
Resource Information
Author:
----------
Total Downloads: 193
First Release: Feb 27, 2022
Last Update: Feb 27, 2022
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings