hub changes

This commit is contained in:
Chiss 2013-11-23 20:55:01 +11:00
parent 7752d0e8a2
commit f299b4f650
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -84,10 +84,10 @@ public class TextManager extends MiniPlugin
UtilText.MakeText("THE BRIDGES", locSurvival.clone().add(-15, 14, 0), faceSurvival, 159, (byte)4, TextAlign.CENTER);
UtilText.MakeText("THE BRIDGES", locSurvival.clone().add(-16, 14, 0), faceSurvival, 159, (byte)15, TextAlign.CENTER);
/*
UtilText.MakeText("SURVIVAL GAMES", locSurvival.clone().add(-15, 21, 0), faceSurvival, 159, (byte)1, TextAlign.CENTER);
UtilText.MakeText("SURVIVAL GAMES", locSurvival.clone().add(-16, 21, 0), faceSurvival, 159, (byte)15, TextAlign.CENTER);
*/
//Other
UtilText.MakeText("CLASSICS", locClassics, faceOther, 159, (byte)5, TextAlign.CENTER);