bug fixes
Signed-off-by: Yaruma3341 <yaruma3341@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
6e73add3ac
Commit
cd5399d1a8
@ -172,6 +172,8 @@ public class FightSystem extends JavaPlugin {
|
|||||||
Countdown countdown = new Countdown(setupDuration, new FinishNoPlayersOnline());
|
Countdown countdown = new Countdown(setupDuration, new FinishNoPlayersOnline());
|
||||||
countdown.startTimer(getPlugin());
|
countdown.startTimer(getPlugin());
|
||||||
|
|
||||||
|
world.setSpawnLocation(getSpecSpawnLoc());
|
||||||
|
|
||||||
System.out.println(PREFIX + "§aPlugin gestartet!");
|
System.out.println(PREFIX + "§aPlugin gestartet!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,7 +43,6 @@ public class PlayerJoinListener implements Listener {
|
|||||||
player.setGameMode(GameMode.SPECTATOR);
|
player.setGameMode(GameMode.SPECTATOR);
|
||||||
player.teleport(instance.getSpecSpawnLoc());
|
player.teleport(instance.getSpecSpawnLoc());
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
FightTeam fightTeam = Fight.getPlayerTeam(player);
|
FightTeam fightTeam = Fight.getPlayerTeam(player);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren