hide testing server MOTD
This commit is contained in:
parent
9ef99cee20
commit
91e40d0e61
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user