Merge branch 'master' of ssh://dev.mineplex.com:7999/min/Mineplex

This commit is contained in:
Jonathan Williams 2013-11-23 02:04:30 -08:00
commit b0bfa860c7
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);