Overhaul Era MOTD

This commit is contained in:
nossr50
2019-01-09 18:25:37 -08:00
parent fc2a8eec7b
commit 0cb9bbb530
2 changed files with 2 additions and 3 deletions

View File

@ -36,9 +36,7 @@ public final class Motd {
*/
public static void displayVersion(Player player, String version) {
if (Permissions.showversion(player)) {
player.sendMessage(LocaleLoader.getString("MOTD.Version", version));
//TODO: Remove this at release
player.sendMessage(ChatColor.YELLOW + "You're playing an "+ ChatColor.RED +"UNSTABLE" +ChatColor.YELLOW+" version of mcMMO! 2.1.0 is making many changes and if you are playing dev-snapshot you know the risks!");
player.sendMessage(LocaleLoader.getString("MOTD.Version.Overhaul", version));
}
}