9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

feat: update libsdisguises dependency

This commit is contained in:
Logan
2025-12-14 13:54:37 -06:00
parent d9fbae1dd4
commit f99702f854

View File

@@ -43,6 +43,9 @@ allprojects {
// md-5 Repo
maven("https://repo.md-5.net/content/groups/public/")
//LibsDisguises
maven("https://mvn.lib.co.nz/public")
// MMOItems
maven("https://nexus.phoenixdevt.fr/repository/maven-public/")
@@ -87,7 +90,7 @@ allprojects {
compileOnly("net.Indyuce:MMOItems-API:6.9.4-SNAPSHOT")
compileOnly("com.willfp:eco:6.74.5")
compileOnly("me.clip:placeholderapi:2.11.6")
compileOnly("LibsDisguises:LibsDisguises:10.0.44") {
compileOnly("me.libraryaddict.disguises:libsdisguises:11.0.0") {
exclude("org.spigotmc", "spigot")
}
compileOnly("com.github.Xiao-MoMi:Custom-Fishing:2.3.3")