dunno if it works
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user