Fixed message on free timer.

This commit is contained in:
Jonathan Williams 2014-08-09 08:08:24 -05:00
parent 3ea2567079
commit 0cdfda7765
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ import mineplex.hub.server.ui.ServerNpcShop;
public class ServerManager extends MiniPlugin
{
private static final Long FREE_PORTAL_TIMER = 35000L;
private static final Long FREE_PORTAL_TIMER = 30000L;
private CoreClientManager _clientManager;
private DonationManager _donationManager;

View File

@ -94,7 +94,7 @@ public class ServerNpcPage extends ShopPageBase<ServerManager, ServerNpcShop> im
ChatColor.RESET + C.cAqua + "Ultra and Hero players have",
ChatColor.RESET + C.cAqua + "instant access to our servers!",
ChatColor.RESET + "",
ChatColor.RESET + "Visit " + C.cGreen + "www.mineplex.com/shop" + C.cWhite + " for Premium!"
ChatColor.RESET + "Visit " + C.cGreen + "www.mineplex.com/shop" + C.cWhite + "!"
}, seconds, false, false);
AddItem(22, item);