mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-27 02:49:08 +00:00
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
plugins {
|
|
id("java")
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly("com.mojang:authlib:1.5.25")
|
|
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")
|
|
compileOnly("org.jetbrains:annotations:23.0.0")
|
|
compileOnly("com.comphenix.protocol:ProtocolLib:5.0.0-SNAPSHOT")
|
|
compileOnly("me.clip:placeholderapi:2.11.1")
|
|
compileOnly("com.ticxo.modelengine:api:R3.0.1")
|
|
compileOnly("com.github.oraxen:oraxen:-SNAPSHOT")
|
|
compileOnly("com.github.LoneDev6:API-ItemsAdder:3.2.5")
|
|
compileOnly("com.hibiscus:hmccolor:0.3-SNAPSHOT")
|
|
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.1.0-SNAPSHOT")
|
|
compileOnly("it.unimi.dsi:fastutil:8.5.11")
|
|
compileOnly("io.lumine:Mythic-Dist:5.2.1")
|
|
|
|
//compileOnly("com.github.Fisher2911:FisherLib:master-SNAPSHOT")
|
|
implementation("net.kyori:adventure-api:4.12.0")
|
|
implementation ("net.kyori:adventure-text-minimessage:4.12.0")
|
|
implementation("net.kyori:adventure-platform-bukkit:4.2.0")
|
|
implementation("dev.triumphteam:triumph-gui:3.1.3")
|
|
implementation("org.spongepowered:configurate-yaml:4.1.2")
|
|
implementation("org.bstats:bstats-bukkit:3.0.0")
|
|
implementation("com.jeff_media:SpigotUpdateChecker:3.0.0")
|
|
implementation("com.owen1212055:particlehelper:1.0.0-SNAPSHOT")
|
|
}
|
|
|
|
java {
|
|
toolchain.languageVersion.set(JavaLanguageVersion.of(17
|
|
))
|
|
}
|