Fix dependencies & API Version in plugin.yml
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user