diff --git a/plugins/Scout/build.gradle.kts b/plugins/Scout/build.gradle.kts index ec50e58..acfbcff 100644 --- a/plugins/Scout/build.gradle.kts +++ b/plugins/Scout/build.gradle.kts @@ -7,11 +7,5 @@ aliucord { 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) + excludeFromUpdaterJson.set(false) }