feat(Zinnia): init
This commit is contained in:
parent
fea05eff78
commit
59d18d76c0
6 changed files with 409 additions and 11 deletions
12
plugins/Zinnia/build.gradle.kts
Normal file
12
plugins/Zinnia/build.gradle.kts
Normal 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)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue