Wie kann man einzelne Locations angaben zu einer Locations variabel zusammen frimeln?
Code:
World world = Bukkit.getWorld("world");
double x = getConfig().getDouble("x");
double y = getConfig().getDouble("y");
double z = getConfig().getDouble("z");
float yaw = getConfig().getInt("yaw");
float pitch = getConfig().getInt("pitch");
Location hilfelocation = ;