mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01: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);
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public List<Plot> getPlotsBySearch(String search) {
 | 
			
		||||
    public static List<Plot> getPlotsBySearch(String search) {
 | 
			
		||||
        String[] split = search.split(" ");
 | 
			
		||||
        int size = split.length * 2;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user