spawn near allies!
This commit is contained in:
parent
6ed3f93df7
commit
5e05530b1d
@ -47,6 +47,8 @@ public class TeamSkywars extends Skywars
|
||||
});
|
||||
|
||||
this.FillTeamsInOrderToCount = 2;
|
||||
|
||||
this.SpawnNearAllies = true;
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
|
@ -47,6 +47,8 @@ public class TeamSuperSmash extends SuperSmash
|
||||
|
||||
this.PlayersPerTeam = 2;
|
||||
this.FillTeamsInOrderToCount = 2;
|
||||
|
||||
this.SpawnNearAllies = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -52,6 +52,9 @@ public class TeamSurvivalGames extends SurvivalGames
|
||||
this.PlayersPerTeam = 2;
|
||||
this.FillTeamsInOrderToCount = 2;
|
||||
|
||||
this.SpawnNearAllies = true;
|
||||
this.SpawnNearEnemies = true;
|
||||
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
|
Loading…
Reference in New Issue
Block a user