diff --git a/build.gradle.kts b/build.gradle.kts index 456ce203..1005dc30 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -176,7 +176,7 @@ bukkit { apiVersion = "1.20" authors = listOf("LoJoSho") depend = listOf("HibiscusCommons", "ProtocolLib") - softDepend = listOf("ModelEngine", "Oraxen", "ItemsAdder", "Geary", "HMCColor", "WorldGuard", "MythicMobs", "PlaceholderAPI", "SuperVanish", "PremiumVanish", "LibsDisguises", "Denizen", "MMOItems", "Eco") + softDepend = listOf("BetterHud", "ModelEngine", "Oraxen", "ItemsAdder", "Geary", "HMCColor", "WorldGuard", "MythicMobs", "PlaceholderAPI", "SuperVanish", "PremiumVanish", "LibsDisguises", "Denizen", "MMOItems", "Eco") version = "${project.version}" loadBefore = listOf( "Cosmin" // Fixes an issue with Cosmin loading before and taking /cosmetic, when messing with what we do.