Skip to content

Commit 6a5de95

Browse files
committed
Add optional dependencies for platforms
Registered optional dependencies for LuckPerms, DecentHolograms, FancyNpcs, and FancyHolograms platforms.
1 parent c96491c commit 6a5de95

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

plugin/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ hangarPublish { // docs - https://docs.papermc.io/misc/hangar-publishing
140140
platforms.register(Platforms.PAPER) {
141141
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
142142
platformVersions.set(versions)
143+
dependencies {
144+
url("LuckPerms", "https://modrinth.com/project/Vebnzrzj") { required.set(false) }
145+
url("DecentHolograms", "https://modrinth.com/project/w02MKsTg") { required.set(false) }
146+
hangar("FancyNpcs") { required.set(false) }
147+
hangar("FancyHolograms") { required.set(false) }
148+
}
143149
}
144150
}
145151
}

0 commit comments

Comments
 (0)