Fix dependencies & API Version in plugin.yml

This commit is contained in:
2025-04-08 20:53:31 -07:00
parent df4243b7df
commit d4f0411e37

View File

@@ -88,12 +88,8 @@ bukkit {
main = "$group.${slug}.${rootProject.name}Plugin" main = "$group.${slug}.${rootProject.name}Plugin"
version = rootProject.version.toString() version = rootProject.version.toString()
website = "lncvrt.xyz" website = "lncvrt.xyz"
apiVersion = "1.21"
depend = listOf("PlaceholderAPI", "BetterTeams", "BanManager")
apiVersion = "1.13"
depend = listOf()
authors = listOf("Lncvrt") authors = listOf("Lncvrt")
prefix = rootProject.name prefix = rootProject.name
} }