mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 13:03:06 +00:00
h
This commit is contained in:
parent
d11679aa1e
commit
2b7053895c
8 changed files with 206 additions and 190 deletions
|
@ -118,6 +118,10 @@ public class PlotSquared {
|
|||
plotworlds.remove(world);
|
||||
}
|
||||
|
||||
public static HashMap<String, HashMap<PlotId, Plot>> getAllPlotsRaw() {
|
||||
return plots;
|
||||
}
|
||||
|
||||
public static void setAllPlotsRaw(final LinkedHashMap<String, HashMap<PlotId, Plot>> plots) {
|
||||
PlotSquared.plots = plots;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue