From d4f0411e37f126e077863ac17b8d9f0fc18a216b Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Tue, 8 Apr 2025 20:53:31 -0700 Subject: [PATCH] Fix dependencies & API Version in plugin.yml --- build.gradle.kts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b9f6515..cd34b1a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -88,12 +88,8 @@ bukkit { main = "$group.${slug}.${rootProject.name}Plugin" version = rootProject.version.toString() website = "lncvrt.xyz" - - - apiVersion = "1.13" - - depend = listOf() - + apiVersion = "1.21" + depend = listOf("PlaceholderAPI", "BetterTeams", "BanManager") authors = listOf("Lncvrt") prefix = rootProject.name }