mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-07-15 18:24:06 +00:00
finished plot command confirmation (clear, delete, unlink)
This commit is contained in:
parent
972a3325e4
commit
37e638acad
14 changed files with 174 additions and 52 deletions
|
@ -591,6 +591,7 @@ public class MainUtil {
|
|||
final int bottomZ = getPlotBottomLoc(world, plot.id).getZ() + 1;
|
||||
final int topZ = getPlotTopLoc(world, plot.id).getZ();
|
||||
BukkitUtil.setBiome(world, bottomX, bottomZ, topX, topZ, biome);
|
||||
update(getPlotHome(world, plot));
|
||||
}
|
||||
|
||||
public static int getHeighestBlock(final String world, final int x, final int z) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue