game timer > advertisement
This commit is contained in:
parent
900c31f479
commit
2384b91b06
@ -84,16 +84,17 @@ public class ServerNpcPage extends ShopPageBase<ServerManager, ServerNpcShop> im
|
|||||||
|
|
||||||
byte data = (byte) (milliseconds - (seconds * 1000) > 500 ? 15 : 14);
|
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[] {
|
ShopItem item = new ShopItem(Material.WOOL, data, C.cGreen + C.Bold + "Advertisement", null, new String[] {
|
||||||
ChatColor.RESET + C.cGreen + timeLeft + " Remaining...",
|
ChatColor.RESET + timeLeft + " Remaining...",
|
||||||
ChatColor.RESET + "",
|
ChatColor.RESET + "",
|
||||||
ChatColor.RESET + C.cYellow + "Free players must wait a " + (beta ? "long" : "short") + " time",
|
ChatColor.RESET + C.cGreen + "Do you love playing on Mineplex?",
|
||||||
ChatColor.RESET + C.cYellow + "to help lighten the load on our" + (beta ? " Beta" : "") + " servers.",
|
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 + "",
|
||||||
ChatColor.RESET + C.cAqua + "Ultra and Hero players have",
|
ChatColor.RESET + C.cYellow + "Purchasing a Rank disables this advertisement.",
|
||||||
ChatColor.RESET + C.cAqua + "instant access to our servers!",
|
|
||||||
ChatColor.RESET + "",
|
ChatColor.RESET + "",
|
||||||
ChatColor.RESET + "Visit " + C.cGreen + "www.mineplex.com/shop" + C.cWhite + "!"
|
ChatColor.RESET + C.cGreen + "www.mineplex.com/shop"
|
||||||
}, seconds, false, false);
|
}, seconds, false, false);
|
||||||
|
|
||||||
AddItem(22, item);
|
AddItem(22, item);
|
||||||
|
Loading…
Reference in New Issue
Block a user