mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Would help
This commit is contained in:
@ -98,7 +98,7 @@ public class MainUtil {
|
|||||||
return new Location(plot.world, bot.getX() + (top.getX() - bot.getX()) / 2, 0, bot.getZ() + (top.getZ() - bot.getZ()) / 2);
|
return new Location(plot.world, bot.getX() + (top.getX() - bot.getX()) / 2, 0, bot.getZ() + (top.getZ() - bot.getZ()) / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<Plot> getPlotsBySearch(String search) {
|
public static List<Plot> getPlotsBySearch(String search) {
|
||||||
String[] split = search.split(" ");
|
String[] split = search.split(" ");
|
||||||
int size = split.length * 2;
|
int size = split.length * 2;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user