Enabled DoubleGem weekend.
Added 3 new maps updated news
This commit is contained in:
parent
de1365b5cf
commit
246f28a464
BIN
Maps/Dragons/Dragons_BalloonTown.zip
Normal file
BIN
Maps/Dragons/Dragons_BalloonTown.zip
Normal file
Binary file not shown.
Binary file not shown.
BIN
Maps/Runner/Runner_Eclipse.zip
Normal file
BIN
Maps/Runner/Runner_Eclipse.zip
Normal file
Binary file not shown.
BIN
Maps/Survival Games/SG_ElvenCitadel.zip
Normal file
BIN
Maps/Survival Games/SG_ElvenCitadel.zip
Normal file
Binary file not shown.
@ -34,8 +34,9 @@ public class NewsManager extends MiniPlugin
|
||||
_news = new String[]
|
||||
{
|
||||
"New SSM Kit: " + C.cYellow + C.Bold + "Skeletal Horse",
|
||||
"New Game: " + C.cYellow + C.Bold + "Sheep Quest",
|
||||
"Beta Servers Live! " + C.cPurple + C.Bold + "ULTRA ONLY",
|
||||
"Beta Game: " + C.cYellow + C.Bold + "Sheep Quest",
|
||||
"Beta Game: " + C.cYellow + C.Bold + "Gravity",
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -30,7 +30,7 @@ public class GameGemManager implements Listener
|
||||
{
|
||||
ArcadeManager Manager;
|
||||
|
||||
boolean DoubleGem = false;
|
||||
boolean DoubleGem = true;
|
||||
|
||||
public GameGemManager(ArcadeManager manager)
|
||||
{
|
||||
|
@ -153,6 +153,15 @@ public class GameManager implements Listener
|
||||
game.SetState(GameState.End);
|
||||
}
|
||||
}
|
||||
/*
|
||||
else if (game.GetType() == GameType.Smash)
|
||||
{
|
||||
if (UtilTime.elapsed(game.GetStateTime(), 3600000))
|
||||
{
|
||||
game.SetState(GameState.End);
|
||||
}
|
||||
}
|
||||
*/
|
||||
else if (game.GetType() == GameType.HungerGames)
|
||||
{
|
||||
if (UtilTime.elapsed(game.GetStateTime(), 9600000))
|
||||
|
Loading…
Reference in New Issue
Block a user