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())