Awoocord/plugins/Zinnia/build.gradle.kts
2025-10-10 17:00:09 +11:00

19 lines
473 B
Kotlin

version = "1.1.1"
description = "Coloured usernames to be a bit more pleasing on the eyes"
aliucord {
// Changelog of your plugin
changelog.set("""
# 1.1.1
* Revert incorrect spacing fix, since it just breaks replies. Proper fix soon
# 1.1.0
* Fix incorrect spacing in replies
* Allow setting static text colours
# 1.0.0
* Initial release >w<
""".trimIndent())
excludeFromUpdaterJson.set(false)
}