completely new lobby system
Dieser Commit ist enthalten in:
Ursprung
10188c2f97
Commit
c32b7e80b2
@ -14,8 +14,6 @@ public class Config {
|
||||
private static LobbySystem instance = LobbySystem.getInstance();
|
||||
|
||||
//Cache
|
||||
public static final String WorldName;
|
||||
|
||||
//Spawn
|
||||
public static final int SpawnX;
|
||||
public static final int SpawnY;
|
||||
@ -37,8 +35,6 @@ public class Config {
|
||||
}
|
||||
FileConfiguration config = instance.getConfig();
|
||||
|
||||
WorldName = config.getString("WorldName");
|
||||
|
||||
SpawnX = config.getInt("Spawn.X");
|
||||
SpawnY = config.getInt("Spawn.Y");
|
||||
SpawnZ = config.getInt("Spawn.Z");
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren