Awoocord/plugins/Zinnia/build.gradle.kts

17 lines
370 B
Text
Raw Normal View History

2025-10-08 17:32:05 +11:00
version = "1.1.0"
2025-10-08 01:11:59 +11:00
description = "Coloured usernames to be a bit more pleasing on the eyes"
aliucord {
// Changelog of your plugin
changelog.set("""
2025-10-08 17:32:05 +11:00
# 1.1.0
* Fix incorrect spacing in replies
* Allow setting static text colours
2025-10-08 01:11:59 +11:00
# 1.0.0
* Initial release >w<
""".trimIndent())
excludeFromUpdaterJson.set(false)
}