Skip to content

Commit

Permalink
fix: huskclaims compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Apr 19, 2024
1 parent 51dd8df commit 0588721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ dependencies {
implementation(platform("com.intellectualsites.bom:bom-1.18.x:1.20"))
compileOnly("com.plotsquared:PlotSquared-Core")
compileOnly("com.plotsquared:PlotSquared-Bukkit")
compileOnly("com.github.TechFortress:GriefPrevention:16.18.2")
compileOnly("net.william278.huskclaims:huskclaims-common:1.1.2")
//compileOnly("com.github.TechFortress:GriefPrevention:16.18")
compileOnly(files("../libs/GriefPrevention-16.18.jar"))
compileOnly("net.william278.huskclaims:huskclaims-bukkit:1.1.2")
}

Expand Down
Binary file added libs/GriefPrevention-16.18.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package io.th0rgal.protectionlib.compatibilities;

import io.th0rgal.protectionlib.ProtectionCompatibility;
import net.william278.cloplib.operation.OperationType;
import net.william278.huskclaims.api.BukkitHuskClaimsAPI;
import net.william278.huskclaims.api.HuskClaimsAPI;
import net.william278.huskclaims.libraries.cloplib.operation.OperationType;
import net.william278.huskclaims.position.Position;
import net.william278.huskclaims.trust.TrustLevel;
import net.william278.huskclaims.user.OnlineUser;
Expand Down

0 comments on commit 0588721

Please sign in to comment.