mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 21:43:11 +00:00
UUID mode conversion (untested)
This commit is contained in:
parent
27c2b08c2f
commit
42a34fc44a
10 changed files with 284 additions and 31 deletions
|
@ -337,4 +337,11 @@ public interface AbstractDB {
|
|||
public void resizeCluster(PlotCluster current, PlotClusterId resize);
|
||||
|
||||
public void movePlot(Plot originalPlot, Plot newPlot);
|
||||
|
||||
public void createSettings(final ArrayList<Integer> mylist);
|
||||
|
||||
/**
|
||||
* Don't fuck with this one, unless you enjoy it rough
|
||||
*/
|
||||
public boolean deleteTables();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue