mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 20:42:55 +00:00
PWE
This commit is contained in:
parent
70ff6d87c8
commit
aefd148bcd
5 changed files with 21 additions and 20 deletions
|
@ -53,6 +53,7 @@ import com.intellectualcrafters.plot.util.Logger.LogLevel;
|
|||
import com.intellectualcrafters.plot.util.PlotHelper;
|
||||
import com.intellectualcrafters.plot.util.TaskManager;
|
||||
import com.intellectualcrafters.plot.util.UUIDHandler;
|
||||
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
|
||||
|
||||
public class PlotSquared {
|
||||
|
||||
|
@ -74,6 +75,7 @@ public class PlotSquared {
|
|||
public static TaskManager TASK = null;
|
||||
private static boolean LOADING_WORLD = false;
|
||||
public static Economy economy = null;
|
||||
public static WorldEditPlugin worldEdit = null;
|
||||
|
||||
private final static HashMap<String, PlotWorld> plotworlds = new HashMap<>();
|
||||
private final static HashMap<String, PlotManager> plotmanagers = new HashMap<>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue