add dependencies

This commit is contained in:
alexcrea 2026-01-12 00:41:36 +01:00
parent 9b57298d66
commit c5cf2c82b4
Signed by: alexcrea
GPG key ID: E346CD16413450E3
2 changed files with 24 additions and 2 deletions

View file

@ -379,7 +379,29 @@ hangarPublish {
.map { it.trim() } .map { it.trim() }
platformVersions.set(versions) platformVersions.set(versions)
//TODO dependencies dependencies {
hangar("ProtocolLib") {
required.set(false)
}
url("Disenchantment", "https://modrinth.com/plugin/disenchantment") {
required.set(false)
}
url("ToolStats", "https://modrinth.com/plugin/toolstats") {
required.set(false)
}
url("HavenBags", "https://www.spigotmc.org/resources/havenbags-shulker-like-player-bound-bags-1-17-1-21-4.110420/") {
required.set(false)
}
url("EcoEnchants", "https://www.spigotmc.org/resources/ecoenchants-%E2%AD%95-250-enchantments-%E2%9C%85-create-custom-enchants-%E2%9C%A8-essentials-cmi-support.79573/") {
required.set(false)
}
hangar("EnchantsSquared") {
required.set(false)
}
url("ExcellentEnchants", "https://www.spigotmc.org/resources/excellentenchants-%E2%AD%90-75-vanilla-like-enchantments.61693/") {
required.set(false)
}
}
} }
} }
} }