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"
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
}