Pesan Bergabung Kustom Kecil

@EventHandler
public void onJoin(PlayerJoinEvent e) {
	e.setJoinMessage("Welcome, " + e.getPlayer().getDisplayName());
}
aso