Spigot Desativar a mensagem de junção

@EventHandler
public void onJoin(PlayerJoinEvent e) {
  e.setJoinMessage("");
}
aso