XMAS UPDATE

This commit is contained in:
Chiss 2014-12-12 10:03:25 +11:00
parent 3af8a90d3b
commit 2be4d7d6d2
3 changed files with 5 additions and 5 deletions

View File

@ -291,9 +291,9 @@ public class HubManager extends MiniClientPlugin<HubClient>
+ "§r\n"
+ "§lWhy hasn't my rank been applied yet?\n"
+ "\n"
+ "§m§rYour rank may take a while to be applied. If it has been over 24 hours please email:\n"
+ "§m§rYour rank may take a while to be applied. If it has been over 24 hours please contact:\n"
+ "\n"
+ "§osupport@mineplex.com\n");
+ "§omineplex.com/support\n");
meta.addPage("§m-------------------\n"
+ "§r §2§lFAQ§r§0\n"

View File

@ -81,8 +81,8 @@ public class SnowmanBoss
{
ent = ent.getVehicle();
if (Math.random() > 0.005 * Host.GetPlayers(true).size())
continue;
// if (Math.random() > 0.005 * Host.GetPlayers(true).size())
// continue;
Player target = UtilAlg.Random(Host.GetPlayers(true));

View File

@ -219,7 +219,7 @@ public class Part3 extends Part
return;
if (event.GetDamageePlayer() != null)
event.AddMod("Christmas Part 3", "Snowball", 1, false);
event.AddMod("Christmas Part 3", "Snowball", 3, false);
else
event.SetCancelled("Snowball vs Mobs");
}