Skip to content

Commit

Permalink
refactor: drop CrashClaim support
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Jul 28, 2024
1 parent 5a99509 commit 970204a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 72 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {
exclude("com.mojang:brigadier")
}
compileOnly("com.github.angeschossen:LandsAPI:7.0.2")
compileOnly("com.github.WhipDevelopment:CrashClaim:75abe3b665")
implementation(platform("com.intellectualsites.bom:bom-1.18.x:1.20"))
compileOnly("com.plotsquared:PlotSquared-Core")
compileOnly("com.plotsquared:PlotSquared-Bukkit")
Expand Down
5 changes: 0 additions & 5 deletions src/main/java/io/th0rgal/protectionlib/ProtectionLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ public static void init(JavaPlugin plugin) {
} catch (Exception | NoClassDefFoundError e) {
if (debug) e.printStackTrace();
}
try {
handleCompatibility("CrashClaim", plugin, (m, p) -> new CrashClaimCompat(m, p));
} catch (Exception | NoClassDefFoundError e) {
if (debug) e.printStackTrace();
}
try {
handleCompatibility("GriefPrevention", plugin, (m, p) -> new GriefPreventionCompat(m, p));
} catch (Exception | NoClassDefFoundError e) {
Expand Down

This file was deleted.

0 comments on commit 970204a

Please sign in to comment.