dunno if it works

This commit is contained in:
2023-11-12 10:40:18 +08:00
parent fb4baac9d4
commit dc680883ac
5 changed files with 25 additions and 10 deletions
@@ -24,6 +24,8 @@ public class PlayerJoin implements Listener {
.setColor(Color.BLUE);
notify.addEmbed(embedObject);
try {
if (!player.hasPlayedBefore())
player.sendMessage("Welcome to the server!");
notify.execute();
} catch (IOException e) {
throw new RuntimeException(e);