fix: GriefDefender filter (#1546)

* Fix: GriefDefender filter

* Update libs.versions.toml

* Now it only work with 2.1.0.
This commit is contained in:
ahdg
2022-01-24 01:29:01 +08:00
committed by GitHub
parent 016b4ba81d
commit 806ca62485
3 changed files with 9 additions and 19 deletions

View File

@ -27,6 +27,10 @@ repositories {
name = "ProtocolLib"
url = uri("https://repo.dmulloy2.net/nexus/repository/public/")
}
maven {
name = "GriefDefender"
url = uri("https://repo.glaremasters.me/repository/bloodshot/")
}
maven {
name = "OSS Sonatype Snapshots"
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
@ -96,10 +100,6 @@ dependencies {
compileOnly(libs.plotsquaredV6Core) { isTransitive = false }
// Third party
compileOnly(libs.flowmath) {
because("This dependency is needed by GriefDefender but not exposed transitively.")
isTransitive = false
}
implementation(libs.paperlib)
implementation(libs.bstatsBukkit) { isTransitive = false }
implementation(libs.bstatsBase) { isTransitive = false }