Awoocord/plugins/Scout/build.gradle.kts

11 lines
244 B
Kotlin

version = "1.0.0"
description = "Backported and improved search functionality"
aliucord {
// Changelog of your plugin
changelog.set("""
1.0.0 - Initial release >w<
""".trimIndent())
excludeFromUpdaterJson.set(false)
}