mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00:00
Use Nexus
This commit is contained in:
parent
7d1369e62c
commit
a56a9208a1
2 changed files with 6 additions and 4 deletions
|
@ -7,11 +7,11 @@ dependencies {
|
|||
exclude group: "org.bukkit", module: "bukkit"
|
||||
}
|
||||
compileOnly 'net.luckperms:api:5.0'
|
||||
compileOnly('com.github.AtlasMediaGroup:TotalFreedomMod:2021.09-RC01') {
|
||||
compileOnly('me.totalfreedom:TotalFreedomMod:7.0.0') {
|
||||
exclude group: "org.bstats", module: "bstats-bukkit"
|
||||
exclude group: "me.rayzr522", module: "jsonmessage"
|
||||
exclude group: "net.ess3", module: "EssentialsX"
|
||||
exclude group: "me.totalfreedom", module: "tfguilds"
|
||||
exclude group: "net.essentialsx", module: "EssentialsX"
|
||||
exclude group: "me.totalfreedom", module: "TFGuilds"
|
||||
}
|
||||
|
||||
api 'io.papermc:paperlib:1.0.6'
|
||||
|
|
|
@ -4,7 +4,9 @@ dependencyResolutionManagement {
|
|||
maven("https://papermc.io/repo/repository/maven-public/")
|
||||
maven("https://jitpack.io") {
|
||||
content { includeGroup("com.github.milkbowl") }
|
||||
content { includeGroup("com.github.AtlasMediaGroup") }
|
||||
}
|
||||
maven("https://nexus.telesphoreo.me/repository/totalfreedom/") {
|
||||
content { includeGroup("me.totalfreedom") }
|
||||
}
|
||||
maven("https://repo.codemc.org/repository/maven-public") {
|
||||
content { includeGroup("org.bstats") }
|
||||
|
|
Loading…
Reference in a new issue