Small Changes
Dieser Commit ist enthalten in:
Ursprung
95975c5e96
Commit
6034252d67
@ -33,6 +33,7 @@ public class FightTeam {
|
||||
invited = new ArrayList<>();
|
||||
name = Name;
|
||||
prefix = Prefix;
|
||||
ready = false;
|
||||
}
|
||||
|
||||
public FightPlayer getFightPlayer(Player player) {
|
||||
|
@ -149,7 +149,7 @@ public class Config {
|
||||
TeamBluePasteZ = TeamBlueCornerZ + SchemsizeZ/2;
|
||||
|
||||
TeamRedPasteX = TeamBluePasteX + TeamBluetoReddistanceX;
|
||||
TeamRedPasteY = TeamBluePasteY;
|
||||
TeamRedPasteY = TeamBluePasteY + TeamBluetoReddistanceY;
|
||||
TeamRedPasteZ = TeamBluePasteZ + TeamBluetoReddistanceZ;
|
||||
|
||||
World world = Bukkit.getWorlds().get(0);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren