13 lines
266 B
Text
13 lines
266 B
Text
|
|
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)
|
||
|
|
}
|