mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 18:24:43 +02:00
Overhaul Era MOTD
This commit is contained in:
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user