Location point2 = new Location(world,
conf.getDouble("restrictedareas."+areaKey+".point2.x", 0.0),
conf.getDouble("restrictedareas."+areaKey+".point2.y", 0.0),
conf.getDouble("restrictedareas."+areaKey+".point2.z", 0.0));
this.restrictedAreas.add(new RestrictedArea(point1, point2, multiplier));
}
}
try {
conf.save(f);
} catch (IOException e) {