Disable particles in DOM, CTF, TDM, MS, BH, SA, UHC, WIZ, SSM
This commit is contained in:
parent
efcf3db854
commit
2b3563e86e
@ -70,6 +70,8 @@ public class ChampionsDominate extends Domination
|
|||||||
this.DontAllowOverfill = true;
|
this.DontAllowOverfill = true;
|
||||||
|
|
||||||
this.DisableKillCommand = false;
|
this.DisableKillCommand = false;
|
||||||
|
|
||||||
|
this.AllowParticles = false;
|
||||||
|
|
||||||
registerStatTrackers(
|
registerStatTrackers(
|
||||||
new KillReasonStatTracker(this, "Backstab", "Assassination", false),
|
new KillReasonStatTracker(this, "Backstab", "Assassination", false),
|
||||||
|
@ -65,6 +65,7 @@ public class TeamDeathmatch extends TeamGame
|
|||||||
this.DeathOut = true;
|
this.DeathOut = true;
|
||||||
this.HungerSet = 20;
|
this.HungerSet = 20;
|
||||||
this.WorldTimeSet = 2000;
|
this.WorldTimeSet = 2000;
|
||||||
|
this.AllowParticles = false;
|
||||||
|
|
||||||
new CompassModule()
|
new CompassModule()
|
||||||
.setGiveCompassToAlive(true)
|
.setGiveCompassToAlive(true)
|
||||||
|
@ -324,6 +324,7 @@ public class HideSeek extends TeamGame
|
|||||||
this.HungerSet = 20;
|
this.HungerSet = 20;
|
||||||
this.PrepareFreeze = false;
|
this.PrepareFreeze = false;
|
||||||
this.SplitKitXP = true;
|
this.SplitKitXP = true;
|
||||||
|
this.AllowParticles = false;
|
||||||
|
|
||||||
_allowedBlocks = new ArrayList<Material>();
|
_allowedBlocks = new ArrayList<Material>();
|
||||||
_allowedBlocks.add(Material.TNT);
|
_allowedBlocks.add(Material.TNT);
|
||||||
|
@ -155,6 +155,8 @@ public class Minestrike extends TeamGame
|
|||||||
this.DontAllowOverfill = true;
|
this.DontAllowOverfill = true;
|
||||||
|
|
||||||
this.AllowEntitySpectate = false;
|
this.AllowEntitySpectate = false;
|
||||||
|
|
||||||
|
this.AllowParticles = false;
|
||||||
|
|
||||||
_scoreObj = Scoreboard.getScoreboard().registerNewObjective("HP", "dummy");
|
_scoreObj = Scoreboard.getScoreboard().registerNewObjective("HP", "dummy");
|
||||||
_scoreObj.setDisplaySlot(DisplaySlot.BELOW_NAME);
|
_scoreObj.setDisplaySlot(DisplaySlot.BELOW_NAME);
|
||||||
|
@ -138,6 +138,7 @@ public abstract class SuperSmash extends Game
|
|||||||
WorldWaterDamage = 1000;
|
WorldWaterDamage = 1000;
|
||||||
HideTeamSheep = true;
|
HideTeamSheep = true;
|
||||||
ReplaceTeamsWithKits = true;
|
ReplaceTeamsWithKits = true;
|
||||||
|
AllowParticles = false;
|
||||||
|
|
||||||
manager.GetExplosion().SetRegenerate(true);
|
manager.GetExplosion().SetRegenerate(true);
|
||||||
manager.GetExplosion().setRegenerateTime(TimeUnit.SECONDS.toMillis(30));
|
manager.GetExplosion().setRegenerateTime(TimeUnit.SECONDS.toMillis(30));
|
||||||
|
@ -81,6 +81,8 @@ public class SneakyAssassins extends SoloGame
|
|||||||
|
|
||||||
this.HungerSet = 20;
|
this.HungerSet = 20;
|
||||||
|
|
||||||
|
this.AllowParticles = false;
|
||||||
|
|
||||||
new CompassModule()
|
new CompassModule()
|
||||||
.setGiveCompassToAlive(true)
|
.setGiveCompassToAlive(true)
|
||||||
.setGiveCompass(false)
|
.setGiveCompass(false)
|
||||||
|
@ -268,6 +268,7 @@ public abstract class UHC extends Game
|
|||||||
DontAllowOverfill = true;
|
DontAllowOverfill = true;
|
||||||
|
|
||||||
GadgetsDisabled = true;
|
GadgetsDisabled = true;
|
||||||
|
AllowParticles = false;
|
||||||
|
|
||||||
WorldTimeSet = -1;
|
WorldTimeSet = -1;
|
||||||
|
|
||||||
|
@ -164,6 +164,7 @@ public class Wizards extends SoloGame
|
|||||||
DisableKillCommand = false;
|
DisableKillCommand = false;
|
||||||
SoupEnabled = false;
|
SoupEnabled = false;
|
||||||
DamageTeamSelf = true;
|
DamageTeamSelf = true;
|
||||||
|
AllowParticles = false;
|
||||||
|
|
||||||
registerChatStats(
|
registerChatStats(
|
||||||
Kills,
|
Kills,
|
||||||
|
Loading…
Reference in New Issue
Block a user