From d40c85f39ce114946ff3b213e355ace9e8088fee Mon Sep 17 00:00:00 2001 From: Robinson Gallego Date: Fri, 20 Dec 2019 16:08:44 -0500 Subject: [PATCH] :) --- .idea/encodings.xml | 4 +++- TotalFreedomMod.iml | 4 ++++ .../java/me/totalfreedom/totalfreedommod/LoginProcess.java | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 016dea08..af673e73 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -2,5 +2,7 @@ + + - + \ No newline at end of file diff --git a/TotalFreedomMod.iml b/TotalFreedomMod.iml index 9747bc55..5ef5de5b 100644 --- a/TotalFreedomMod.iml +++ b/TotalFreedomMod.iml @@ -6,6 +6,7 @@ + @@ -37,6 +38,9 @@ + + + diff --git a/src/main/java/me/totalfreedom/totalfreedommod/LoginProcess.java b/src/main/java/me/totalfreedom/totalfreedommod/LoginProcess.java index bfbbd39f..3da438a2 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/LoginProcess.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/LoginProcess.java @@ -190,7 +190,7 @@ public class LoginProcess extends FreedomService final FPlayer fPlayer = plugin.pl.getPlayer(player); final VPlayer verificationPlayer = plugin.pv.getVerificationPlayer(player); - player.sendTitle(ChatColor.GRAY + "Welcome to " + ChatColor.YELLOW + "TotalFreedom!", ChatColor.GREEN + "Celebrating 9 years!", 20, 100, 60); + player.sendTitle(ChatColor.GRAY + "Welcome to " + ChatColor.GOLD + "TotalFreedom!", ChatColor.YELLOW + "Now in 1.15!", 20, 100, 60); player.setOp(true); if (ConfigEntry.ALLOW_TPR_ON_JOIN.getBoolean())