geforkt von Mirrors/FastAsyncWorldEdit
build: Drop ProtocolLib dependency (#1659)
* build: Update dependency com.comphenix.protocol:ProtocolLib to v4.8.0 * build: Drop ProtocolLib dependency Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: NotMyFault <mc.cache@web.de>
Dieser Commit ist enthalten in:
Ursprung
ebd7c136fd
Commit
8afde807b6
@ -18,7 +18,6 @@ griefdefender = "2.1.0-SNAPSHOT"
|
|||||||
mcore = "7.0.1"
|
mcore = "7.0.1"
|
||||||
residence = "4.5._13.1"
|
residence = "4.5._13.1"
|
||||||
towny = "0.97.5.0"
|
towny = "0.97.5.0"
|
||||||
protocollib = "4.7.0"
|
|
||||||
plotsquared = "6.6.1"
|
plotsquared = "6.6.1"
|
||||||
redprotect = "1.9.6"
|
redprotect = "1.9.6"
|
||||||
|
|
||||||
@ -75,7 +74,6 @@ griefdefender = { group = "com.griefdefender", name = "api", version.ref = "grie
|
|||||||
mcore = { group = "com.massivecraft", name = "mcore", version.ref = "mcore" }
|
mcore = { group = "com.massivecraft", name = "mcore", version.ref = "mcore" }
|
||||||
residence = { group = "com.bekvon.bukkit.residence", name = "Residence", version.ref = "residence" }
|
residence = { group = "com.bekvon.bukkit.residence", name = "Residence", version.ref = "residence" }
|
||||||
towny = { group = "com.github.TownyAdvanced", name = "Towny", version.ref = "towny" }
|
towny = { group = "com.github.TownyAdvanced", name = "Towny", version.ref = "towny" }
|
||||||
protocollib = { group = "com.comphenix.protocol", name = "ProtocolLib", version.ref = "protocollib" }
|
|
||||||
plotsquaredBukkit = { group = "com.plotsquared", name = "PlotSquared-Bukkit", version.ref = "plotsquared" }
|
plotsquaredBukkit = { group = "com.plotsquared", name = "PlotSquared-Bukkit", version.ref = "plotsquared" }
|
||||||
plotsquaredCore = { group = "com.plotsquared", name = "PlotSquared-Core", version.ref = "plotsquared" }
|
plotsquaredCore = { group = "com.plotsquared", name = "PlotSquared-Core", version.ref = "plotsquared" }
|
||||||
redprotect = { group = "net.fabiozumbi12", name = "redprotect", version.ref = "redprotect" }
|
redprotect = { group = "net.fabiozumbi12", name = "redprotect", version.ref = "redprotect" }
|
||||||
|
@ -23,10 +23,6 @@ repositories {
|
|||||||
name = "JitPack"
|
name = "JitPack"
|
||||||
url = uri("https://jitpack.io")
|
url = uri("https://jitpack.io")
|
||||||
}
|
}
|
||||||
maven {
|
|
||||||
name = "ProtocolLib"
|
|
||||||
url = uri("https://repo.dmulloy2.net/nexus/repository/public/")
|
|
||||||
}
|
|
||||||
maven {
|
maven {
|
||||||
name = "GriefDefender"
|
name = "GriefDefender"
|
||||||
url = uri("https://repo.glaremasters.me/repository/bloodshot/")
|
url = uri("https://repo.glaremasters.me/repository/bloodshot/")
|
||||||
@ -95,7 +91,6 @@ dependencies {
|
|||||||
compileOnly(libs.mcore) { isTransitive = false }
|
compileOnly(libs.mcore) { isTransitive = false }
|
||||||
compileOnly(libs.residence) { isTransitive = false }
|
compileOnly(libs.residence) { isTransitive = false }
|
||||||
compileOnly(libs.towny) { isTransitive = false }
|
compileOnly(libs.towny) { isTransitive = false }
|
||||||
compileOnly(libs.protocollib) { isTransitive = false }
|
|
||||||
compileOnly(libs.plotsquaredBukkit) { isTransitive = false }
|
compileOnly(libs.plotsquaredBukkit) { isTransitive = false }
|
||||||
compileOnly(libs.plotsquaredCore) { isTransitive = false }
|
compileOnly(libs.plotsquaredCore) { isTransitive = false }
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren