Actionbar messages

An actionbar message is the message shown on top of the actionbar on the player's screen. The time shown on the player's screen is however not changeable and only stays for approximately 3 seconds.

Sending an actionbar title

api.sendActionbar(player, "My message");
api.sendActionbarWithPlaceholders(player, "My message");

Clearing the actionbar

api.clearActionbar(player);