This commit is contained in:
dordsor21 2021-09-23 01:23:14 +01:00
parent 7d894228d0
commit c7c00021b2
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B
2 changed files with 0 additions and 9 deletions

View File

@ -4,9 +4,6 @@ import com.fastasyncworldedit.core.FaweAPI;
import com.fastasyncworldedit.core.configuration.Caption;
import com.fastasyncworldedit.core.regions.FaweMask;
import com.fastasyncworldedit.core.regions.FaweMaskManager;
import com.fastasyncworldedit.core.regions.filter.RegionFilter;
import com.github.intellectualsites.plotsquared.plot.util.UUIDHandler;
import com.plotsquared.core.PlotSquared;
import com.plotsquared.core.command.MainCommand;
import com.plotsquared.core.configuration.Settings;
import com.plotsquared.core.database.DBFunc;
@ -63,10 +60,6 @@ public class PlotSquaredFeature extends FaweMaskManager {
*/
}
public static String getName(UUID uuid) {
return UUIDHandler.getName(uuid);
}
public boolean isAllowed(Player player, Plot plot, MaskType type) {
if (plot == null) {
return false;

View File

@ -5,8 +5,6 @@ import com.fastasyncworldedit.core.configuration.Caption;
import com.fastasyncworldedit.core.regions.FaweMask;
import com.fastasyncworldedit.core.regions.FaweMaskManager;
import com.fastasyncworldedit.core.regions.RegionWrapper;
import com.fastasyncworldedit.core.regions.filter.RegionFilter;
import com.github.intellectualsites.plotsquared.plot.PlotSquared;
import com.github.intellectualsites.plotsquared.plot.commands.MainCommand;
import com.github.intellectualsites.plotsquared.plot.config.Settings;
import com.github.intellectualsites.plotsquared.plot.database.DBFunc;