mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 14:33:08 +00:00
Fix trimming for worlds in non-standard directories
This commit is contained in:
parent
66730794d6
commit
629ff443f3
7 changed files with 50 additions and 15 deletions
|
@ -111,6 +111,8 @@ public abstract class ChunkManager {
|
|||
|
||||
public abstract void deleteRegionFiles(final String world, final List<ChunkLoc> chunks);
|
||||
|
||||
public abstract void deleteRegionFiles(final String world, final List<ChunkLoc> chunks, final Runnable whenDone);
|
||||
|
||||
public abstract Plot hasPlot(String world, ChunkLoc chunk);
|
||||
|
||||
public abstract boolean copyRegion(final Location pos1, final Location pos2, final Location newPos, final Runnable whenDone);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue