hide testing server MOTD

This commit is contained in:
Cheese 2015-11-21 13:37:19 +11:00
parent 9ef99cee20
commit 91e40d0e61
1 changed files with 3 additions and 0 deletions

View File

@ -712,6 +712,9 @@ public class ArcadeManager extends MiniPlugin implements IRelation
{ {
event.setMotd(ChatColor.YELLOW + "In Progress" + extrainformation); event.setMotd(ChatColor.YELLOW + "In Progress" + extrainformation);
} }
if (this.getPlugin().getConfig().getString("serverstatus.group").equalsIgnoreCase("Testing"))
event.setMotd(ChatColor.GOLD + "Private Mineplex Test Server");
} }
@EventHandler @EventHandler