Temporarily disable Rainbow set until ready for release

This commit is contained in:
AlexTheCoder 2017-11-02 01:47:43 -04:00
parent 27e9af8659
commit 69430794f6
2 changed files with 6 additions and 8 deletions

View File

@ -253,5 +253,4 @@ public class CosmeticManager extends MiniPlugin
}
}
}
}
}

View File

@ -414,7 +414,6 @@ public class GadgetManager extends MiniPlugin
private void generatePermissions()
{
PermissionGroup.TITAN.setPermission(Perm.TITAN_ARROW_TRAIL, true, true);
PermissionGroup.TITAN.setPermission(Perm.TITAN_DEATH_EFFECT, true, true);
PermissionGroup.TITAN.setPermission(Perm.TITAN_DOUBLE_JUMP, true, true);
@ -480,7 +479,7 @@ public class GadgetManager extends MiniPlugin
addSet(new SetSpring(this));
addSet(new SetCanadian(this));
addSet(new SetHalloween(this));
addSet(new SetRainbow(this));
//addSet(new SetRainbow(this));
}
private void createGadgets()
@ -643,7 +642,7 @@ public class GadgetManager extends MiniPlugin
addGadget(new ParticleCanadian(this));
addGadget(new ParticleHalloween(this));
addGadget(new ParticleRainbow(this, _achievementManager));
//addGadget(new ParticleRainbow(this, _achievementManager));
// Arrow Trails
addGadget(new ArrowTrailFrostLord(this));
@ -661,7 +660,7 @@ public class GadgetManager extends MiniPlugin
addGadget(new ArrowTrailHalloween(this));
addGadget(new ArrowTrailSpring(this));
addGadget(new ArrowTrailRedWhite(this));
addGadget(new ArrowTrailRainbow(this, _achievementManager));
//addGadget(new ArrowTrailRainbow(this, _achievementManager));
// Death Effect
addGadget(new DeathFrostLord(this));
@ -680,7 +679,7 @@ public class GadgetManager extends MiniPlugin
addGadget(new DeathSpring(this));
addGadget(new DeathMapleLeaf(this));
addGadget(new DeathHalloween(this));
addGadget(new DeathRainbow(this, _achievementManager));
//addGadget(new DeathRainbow(this, _achievementManager));
// Double Jump
addGadget(new DoubleJumpFrostLord(this));
@ -698,7 +697,7 @@ public class GadgetManager extends MiniPlugin
addGadget(new DoubleJumpHalloween(this));
addGadget(new DoubleJumpSpring(this));
addGadget(new DoubleJumpMaple(this));
addGadget(new DoubleJumpRainbow(this, _achievementManager));
//addGadget(new DoubleJumpRainbow(this, _achievementManager));
// Hat
for (HatType hatType : HatType.values())