hub news/skytext for draw game

This commit is contained in:
Chiss 2013-11-30 22:11:26 +11:00
parent c8fc792fdd
commit f4e3b6efdc
2 changed files with 5 additions and 4 deletions

View File

@ -35,6 +35,7 @@ public class NewsManager extends MiniPlugin
"Prices lowered by " + C.cGreen + C.Bold + "50%" + ChatColor.RESET + " on everything!", "Prices lowered by " + C.cGreen + C.Bold + "50%" + ChatColor.RESET + " on everything!",
"New Game: " + C.cGold + C.Bold + "Survival Games" + ChatColor.RESET + "!", "New Game: " + C.cGold + C.Bold + "Survival Games" + ChatColor.RESET + "!",
"Europe Servers: " + C.cGreen + C.Bold + "eu.mineplex.com" + ChatColor.RESET + "!", "Europe Servers: " + C.cGreen + C.Bold + "eu.mineplex.com" + ChatColor.RESET + "!",
"New Game: " + C.cGold + C.Bold + "Draw My Thing" + ChatColor.RESET + "!",
}; };
} }

View File

@ -96,11 +96,11 @@ public class TextManager extends MiniPlugin
UtilText.MakeText("SUPER SMASH MOBS", locClassics.clone().add(0, 14, -15), faceOther, 159, (byte)4, TextAlign.CENTER); UtilText.MakeText("SUPER SMASH MOBS", locClassics.clone().add(0, 14, -15), faceOther, 159, (byte)4, TextAlign.CENTER);
UtilText.MakeText("SUPER SMASH MOBS", locClassics.clone().add(0, 14, -16), faceOther, 159, (byte)15, TextAlign.CENTER); UtilText.MakeText("SUPER SMASH MOBS", locClassics.clone().add(0, 14, -16), faceOther, 159, (byte)15, TextAlign.CENTER);
UtilText.MakeText("BLOCK HUNT", locClassics.clone().add(0, 21, -15), faceOther, 159, (byte)1, TextAlign.CENTER); UtilText.MakeText("DRAW MY THING", locClassics.clone().add(0, 21, -15), faceOther, 159, (byte)1, TextAlign.CENTER);
UtilText.MakeText("BLOCK HUNT", locClassics.clone().add(0, 21, -16), faceOther, 159, (byte)15, TextAlign.CENTER); UtilText.MakeText("DRAW MY THING", locClassics.clone().add(0, 21, -16), faceOther, 159, (byte)15, TextAlign.CENTER);
UtilText.MakeText("MINEKART", locClassics.clone().add(0, 28, -15), faceOther, 159, (byte)14, TextAlign.CENTER); UtilText.MakeText("BLOCK HUNT", locClassics.clone().add(0, 28, -15), faceOther, 159, (byte)14, TextAlign.CENTER);
UtilText.MakeText("MINEKART", locClassics.clone().add(0, 28, -16), faceOther, 159, (byte)15, TextAlign.CENTER); UtilText.MakeText("BLOCK HUNT", locClassics.clone().add(0, 28, -16), faceOther, 159, (byte)15, TextAlign.CENTER);
} }
@EventHandler @EventHandler