12 lines
266 B
Kotlin
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)
|
|
}
|