Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex

This commit is contained in:
Jonathan Williams 2015-08-03 02:07:31 -05:00
commit 530c40ad0c
3 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,8 @@ public class TeamSkywars extends Skywars
this.SpawnNearAllies = true; this.SpawnNearAllies = true;
this.DamageTeamSelf = false; this.DamageTeamSelf = false;
this.DontAllowOverfill = true;
} }
@EventHandler @EventHandler

View File

@ -51,6 +51,8 @@ public class TeamSuperSmash extends SuperSmash
this.DamageTeamSelf = false; this.DamageTeamSelf = false;
this.TeamArmorHotbar = true; this.TeamArmorHotbar = true;
this.DontAllowOverfill = true;
} }
@Override @Override

View File

@ -55,6 +55,8 @@ public class TeamSurvivalGames extends SurvivalGames
this.DamageTeamSelf = false; this.DamageTeamSelf = false;
this.DontAllowOverfill = true;
} }
@EventHandler @EventHandler