mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
fixed plot home
This commit is contained in:
parent
532cc72076
commit
34dd6c8107
@ -773,7 +773,7 @@ public class PlotHelper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static Location getPlotHome(World w, Plot plot) {
|
public static Location getPlotHome(World w, Plot plot) {
|
||||||
return getPlotBottomLoc(w, plot.id);
|
return getPlotHome(w, plot.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void refreshPlotChunks(World world, Plot plot) {
|
public static void refreshPlotChunks(World world, Plot plot) {
|
||||||
|
@ -9,6 +9,7 @@ import org.bukkit.World;
|
|||||||
import org.bukkit.block.Biome;
|
import org.bukkit.block.Biome;
|
||||||
import org.bukkit.generator.BlockPopulator;
|
import org.bukkit.generator.BlockPopulator;
|
||||||
|
|
||||||
|
import com.intellectualcrafters.plot.ConfigurationNode;
|
||||||
import com.intellectualcrafters.plot.PlotBlock;
|
import com.intellectualcrafters.plot.PlotBlock;
|
||||||
import com.intellectualcrafters.plot.PlotGenerator;
|
import com.intellectualcrafters.plot.PlotGenerator;
|
||||||
import com.intellectualcrafters.plot.PlotManager;
|
import com.intellectualcrafters.plot.PlotManager;
|
||||||
@ -146,6 +147,7 @@ public class WorldGenerator extends PlotGenerator {
|
|||||||
*/
|
*/
|
||||||
public WorldGenerator(String world) {
|
public WorldGenerator(String world) {
|
||||||
super(world);
|
super(world);
|
||||||
|
|
||||||
this.plotsize = this.plotworld.PLOT_WIDTH;
|
this.plotsize = this.plotworld.PLOT_WIDTH;
|
||||||
|
|
||||||
this.pathsize = this.plotworld.ROAD_WIDTH;
|
this.pathsize = this.plotworld.ROAD_WIDTH;
|
||||||
|
Loading…
Reference in New Issue
Block a user