This commit is contained in:
Telesphoreo 2020-10-19 19:07:44 -05:00
parent bb33778fc9
commit 2ecfd9610f
2 changed files with 1 additions and 3 deletions

View File

@ -197,7 +197,7 @@
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId>
<version>7.0.3</version>
<version>7.0.4</version>
<scope>provided</scope>
</dependency>

View File

@ -12,10 +12,8 @@ import java.util.HashMap;
import java.util.List;
import java.util.Map;
import me.totalfreedom.totalfreedommod.FreedomService;
import me.totalfreedom.totalfreedommod.util.FLog;
import net.coreprotect.CoreProtect;
import net.coreprotect.CoreProtectAPI;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.World;