From 1e0a45628632b7a60efd7bbfb4712fc5ab292694 Mon Sep 17 00:00:00 2001 From: Chiss Date: Sat, 16 Nov 2013 21:09:59 +1100 Subject: [PATCH] hub changes --- .../src/mineplex/hub/modules/NewsManager.java | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Plugins/Mineplex.Hub/src/mineplex/hub/modules/NewsManager.java b/Plugins/Mineplex.Hub/src/mineplex/hub/modules/NewsManager.java index 892c52512..2570cd1fa 100644 --- a/Plugins/Mineplex.Hub/src/mineplex/hub/modules/NewsManager.java +++ b/Plugins/Mineplex.Hub/src/mineplex/hub/modules/NewsManager.java @@ -31,15 +31,8 @@ public class NewsManager extends MiniPlugin _news = new String[] { - "New Game: " + C.cGold + C.Bold + "Super Paintball" + ChatColor.RESET + "!", - "New Game: " + C.cGold + C.Bold + "Halloween Horror" + ChatColor.RESET + "! Limited time!", - "New Super Smash Mobs Kit: " + C.cYellow + C.Bold + "Witch" + ChatColor.RESET + "!", - "Halloween Hub Items! Limited time to unlock!", - "Halloween Sale! " + C.cGreen + C.Bold + "50% OFF" + ChatColor.RESET + " everything!", - "New Hub Mount: " + C.cYellow + C.Bold + "Infernal Horror" + ChatColor.RESET + "!", - "New Hub Gadget: " + C.cYellow + C.Bold + "Pumpkin Kings Head" + ChatColor.RESET + "!", - "New Hub Gadget: " + C.cYellow + C.Bold + "Bat Blaster" + ChatColor.RESET + "!", - "Halloween Sale! " + C.cGreen + C.Bold + "50% OFF" + ChatColor.RESET + " everything!", + "New Game: " + C.cGold + C.Bold + "Block Hunt" + ChatColor.RESET + "!", + "Prices lowered by " + C.cGreen + C.Bold + "50%" + ChatColor.RESET + " on everything!", }; }