spawn near allies!

This commit is contained in:
Cheese 2015-07-17 21:28:46 +10:00
parent 6ed3f93df7
commit 5e05530b1d
3 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,8 @@ public class TeamSkywars extends Skywars
}); });
this.FillTeamsInOrderToCount = 2; this.FillTeamsInOrderToCount = 2;
this.SpawnNearAllies = true;
} }
@EventHandler @EventHandler

View File

@ -47,6 +47,8 @@ public class TeamSuperSmash extends SuperSmash
this.PlayersPerTeam = 2; this.PlayersPerTeam = 2;
this.FillTeamsInOrderToCount = 2; this.FillTeamsInOrderToCount = 2;
this.SpawnNearAllies = true;
} }
@Override @Override

View File

@ -52,6 +52,9 @@ public class TeamSurvivalGames extends SurvivalGames
this.PlayersPerTeam = 2; this.PlayersPerTeam = 2;
this.FillTeamsInOrderToCount = 2; this.FillTeamsInOrderToCount = 2;
this.SpawnNearAllies = true;
this.SpawnNearEnemies = true;
} }
@EventHandler @EventHandler