XMAS UPDATE
This commit is contained in:
parent
3af8a90d3b
commit
2be4d7d6d2
@ -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"
|
||||
|
@ -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));
|
||||
|
||||
|
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user