Olá.
Hoje estarei liberando uma API de ActionBar para minecraft I.8.8!
Códigos: https://pastebin.com/fJtrpEa6
Exemplo de uso:
@EventHandler
public void Entrou(PlayerJoinEvent e) {
Player p = e.getPlayer();
ActionBar.sendActionBarMessage(p, "§aVocê entrou no servidor!");
}