-
-
Notifications
You must be signed in to change notification settings - Fork 51
api actionbar
Puharesource edited this page Dec 8, 2014
·
2 revisions
ActionbarTitleObject.java controls everything to do with Actionbar titles, like sending an actionbar title.
void sendActionbarMessage(Player player, String message) {
new ActionbarTitleObject(message).send(player);
}@EventHandler
public void onActionbarMessage(ActionbarEvent event) {
if (true)
event.setCancelled(true);
else event.setCancelled(false);
}Home | Config | Animations | Permissions | Commands | Placeholders | Scripts