diff --git a/Plugins/Mineplex.Hub/src/mineplex/hub/server/ui/ServerNpcPage.java b/Plugins/Mineplex.Hub/src/mineplex/hub/server/ui/ServerNpcPage.java index 3b878c759..d86b8300a 100644 --- a/Plugins/Mineplex.Hub/src/mineplex/hub/server/ui/ServerNpcPage.java +++ b/Plugins/Mineplex.Hub/src/mineplex/hub/server/ui/ServerNpcPage.java @@ -84,16 +84,17 @@ public class ServerNpcPage extends ShopPageBase im byte data = (byte) (milliseconds - (seconds * 1000) > 500 ? 15 : 14); - ShopItem item = new ShopItem(Material.WOOL, data, ChatColor.RESET + C.Bold + (beta ? "Beta" : "Free") + " Server Timer", null, new String[] { - ChatColor.RESET + C.cGreen + timeLeft + " Remaining...", + ShopItem item = new ShopItem(Material.WOOL, data, C.cGreen + C.Bold + "Advertisement", null, new String[] { + ChatColor.RESET + timeLeft + " Remaining...", ChatColor.RESET + "", - ChatColor.RESET + C.cYellow + "Free players must wait a " + (beta ? "long" : "short") + " time", - ChatColor.RESET + C.cYellow + "to help lighten the load on our" + (beta ? " Beta" : "") + " servers.", + ChatColor.RESET + C.cGreen + "Do you love playing on Mineplex?", + ChatColor.RESET + "If you do, please consider purchasing Ultra or Hero", + ChatColor.RESET + "from the store! Money goes towards running servers", + ChatColor.RESET + "and creating exciting new games for everyone!", ChatColor.RESET + "", - ChatColor.RESET + C.cAqua + "Ultra and Hero players have", - ChatColor.RESET + C.cAqua + "instant access to our servers!", + ChatColor.RESET + C.cYellow + "Purchasing a Rank disables this advertisement.", ChatColor.RESET + "", - ChatColor.RESET + "Visit " + C.cGreen + "www.mineplex.com/shop" + C.cWhite + "!" + ChatColor.RESET + C.cGreen + "www.mineplex.com/shop" }, seconds, false, false); AddItem(22, item);