itsy
This commit is contained in:
parent
0ba8349e03
commit
e55885c85d
@ -26,13 +26,11 @@ public class NewsManager extends MiniPlugin
|
||||
public NewsManager(HubManager manager)
|
||||
{
|
||||
super("News Manager", manager.GetPlugin());
|
||||
|
||||
|
||||
Manager = manager;
|
||||
|
||||
_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 + "!",
|
||||
"New Game: " + C.cGold + C.Bold + "Draw My Thing" + ChatColor.RESET + "!",
|
||||
};
|
||||
|
@ -609,7 +609,7 @@ public class ServerManager extends MiniPlugin
|
||||
|
||||
public ServerNpcShop getSurvivalGamesShop()
|
||||
{
|
||||
return _serverNpcShopMap.get("Survival Games Beta");
|
||||
return _serverNpcShopMap.get("Survival Games");
|
||||
}
|
||||
|
||||
public ServerNpcShop getBlockHuntShop()
|
||||
|
Loading…
Reference in New Issue
Block a user