mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-07-24 22:44:01 +00:00
Entity tracking and invalid world detection
This commit is contained in:
parent
12f024664a
commit
1f8702f072
4 changed files with 79 additions and 3 deletions
|
@ -54,7 +54,7 @@ public class MainUtil {
|
|||
static long state = 1;
|
||||
public static HashMap<String, PlotId> lastPlot = new HashMap<>();
|
||||
public static HashMap<String, Integer> worldBorder = new HashMap<>();
|
||||
|
||||
|
||||
public static ArrayList<PlotId> getMaxPlotSelectionIds(final String world, PlotId pos1, PlotId pos2) {
|
||||
|
||||
final Plot plot1 = PlotSquared.getPlots(world).get(pos1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue