17 lines
465 B
Kotlin
17 lines
465 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())
|
|
|
|
// Add additional authors to this plugin
|
|
// author("Name", 0)
|
|
// author("Name", 0)
|
|
|
|
// Excludes this plugin from the updater, meaning it won't show up for users.
|
|
// Set this if the plugin is unfinished
|
|
excludeFromUpdaterJson.set(true)
|
|
}
|