spigot disable join message

Solutions on MaxInterview for spigot disable join message by the best coders in the world

showing results for - "spigot disable join message"
Mira
09 Mar 2020
1@EventHandler
2public void onJoin(PlayerJoinEvent e) {
3  e.setJoinMessage("");
4}