Enable Christmas Double XP + Gems
This commit is contained in:
parent
90b4d003ec
commit
54b27fcb9d
@ -313,7 +313,7 @@ public abstract class Game extends ListenerComponent implements Lifetimed
|
||||
public boolean PrepareAutoAnnounce = true;
|
||||
public boolean PlaySoundGameStart = true;
|
||||
|
||||
public double XpMult = 1;
|
||||
public double XpMult = 2;
|
||||
|
||||
public boolean SpeedMeasurement = false;
|
||||
|
||||
|
@ -45,7 +45,7 @@ public class GameRewardManager implements Listener
|
||||
public static final String SHARD_MULT_LEVEL_PERMISSION = "mineplex.arcade.reward.";
|
||||
ArcadeManager Manager;
|
||||
|
||||
boolean DoubleGem = false;
|
||||
boolean DoubleGem = true;
|
||||
boolean TimeReward = true;
|
||||
|
||||
public GameRewardManager(ArcadeManager manager)
|
||||
@ -59,7 +59,6 @@ public class GameRewardManager implements Listener
|
||||
|
||||
private void generatePermissions()
|
||||
{
|
||||
|
||||
PermissionGroup.ULTRA.setPermission(Perm.SHARD_MULT_1, true, true);
|
||||
PermissionGroup.HERO.setPermission(Perm.SHARD_MULT_2, true, true);
|
||||
PermissionGroup.LEGEND.setPermission(Perm.SHARD_MULT_3, true, true);
|
||||
|
Loading…
Reference in New Issue
Block a user