18 lines
465 B
Text
18 lines
465 B
Text
|
|
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)
|
||
|
|
}
|