Add mcmmo boostertypes

This commit is contained in:
destro174
2021-12-26 15:12:13 +01:00
parent 2c0d255219
commit f3921da22b
9 changed files with 44 additions and 14 deletions
+9
View File
@@ -1,6 +1,7 @@
plugins {
`maven-publish`
id("com.github.johnrengelman.shadow")
id("net.minecrell.plugin-yml.bukkit")
}
dependencies {
@@ -27,4 +28,12 @@ tasks {
dependsOn(shadowJar)
}
}
bukkit {
name = rootProject.name
main = "$group.BoostersPlugin"
apiVersion = "1.18"
authors = listOf("destro174")
softDepend = listOf("MyPet", "mcMMO")
}