Awoocord/plugins/Scout/build.gradle.kts

12 lines
244 B
Text
Raw Normal View History

2025-05-29 03:12:05 +10:00
version = "1.0.0"
description = "Backported and improved search functionality"
aliucord {
// Changelog of your plugin
changelog.set("""
1.0.0 - Initial release >w<
""".trimIndent())
2025-05-29 03:44:07 +10:00
excludeFromUpdaterJson.set(false)
2025-05-29 03:12:05 +10:00
}