Awoocord/plugins/Zinnia/build.gradle.kts
2025-10-08 01:11:59 +11:00

12 lines
266 B
Kotlin

version = "1.0.0"
description = "Coloured usernames to be a bit more pleasing on the eyes"
aliucord {
// Changelog of your plugin
changelog.set("""
# 1.0.0
* Initial release >w<
""".trimIndent())
excludeFromUpdaterJson.set(false)
}