onJoin { message = if (first) { "&e${player.name} has joined the first time! :)" } else { "&e${player.name} has joined the game! :)" } } onLeave { message = "&7${player.name} has left the game :(" }