feat(Zinnia): init

This commit is contained in:
Cilly Leang 2025-10-08 01:11:59 +11:00
parent fea05eff78
commit 59d18d76c0
Signed by: cilly
GPG key ID: 6500251E087653C9
6 changed files with 409 additions and 11 deletions

View file

@ -0,0 +1,12 @@
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)
}