Spigot отключить сообщение об присоединении

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