This commit is contained in:
Jonathan Williams 2013-12-18 05:22:40 -05:00
parent 0ba8349e03
commit e55885c85d
2 changed files with 2 additions and 4 deletions

View File

@ -26,13 +26,11 @@ public class NewsManager extends MiniPlugin
public NewsManager(HubManager manager) public NewsManager(HubManager manager)
{ {
super("News Manager", manager.GetPlugin()); super("News Manager", manager.GetPlugin());
Manager = manager; Manager = manager;
_news = new String[] _news = new String[]
{ {
C.cYellow + C.Bold + "SG Tournament: " + C.cAqua + C.Bold + "Most Kills Over Weekend" + ChatColor.RESET + "!",
C.cYellow + C.Bold + "Tournament Prize: " + C.cAqua + C.Bold + "Minecon 2013 Cape" + ChatColor.RESET + "!",
"Europe Servers: " + C.cGreen + C.Bold + "Will be back ASAP" + ChatColor.RESET + "!", "Europe Servers: " + C.cGreen + C.Bold + "Will be back ASAP" + ChatColor.RESET + "!",
"New Game: " + C.cGold + C.Bold + "Draw My Thing" + ChatColor.RESET + "!", "New Game: " + C.cGold + C.Bold + "Draw My Thing" + ChatColor.RESET + "!",
}; };

View File

@ -609,7 +609,7 @@ public class ServerManager extends MiniPlugin
public ServerNpcShop getSurvivalGamesShop() public ServerNpcShop getSurvivalGamesShop()
{ {
return _serverNpcShopMap.get("Survival Games Beta"); return _serverNpcShopMap.get("Survival Games");
} }
public ServerNpcShop getBlockHuntShop() public ServerNpcShop getBlockHuntShop()