mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 21:13:11 +00:00
More efficient plot auto claim
This commit is contained in:
parent
fc72197f86
commit
c8d396a1a5
2 changed files with 16 additions and 12 deletions
|
@ -64,6 +64,8 @@ import com.intellectualcrafters.plot.object.PlotWorld;
|
|||
public static boolean canSendChunk = false;
|
||||
public static ArrayList<String> runners_p = new ArrayList<>();
|
||||
static long state = 1;
|
||||
public static HashMap<String, PlotId> lastPlot;
|
||||
public static HashMap<String, Integer> worldBorder;
|
||||
|
||||
/**
|
||||
* direction 0 = north, 1 = south, etc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue