mirror of
https://github.com/VibedByKaKi/zt64-aliucord-plugins.git
synced 2026-08-23 06:41:15 +02:00
27 lines
No EOL
585 B
Kotlin
27 lines
No EOL
585 B
Kotlin
version = "1.4.2"
|
|
description = "Adds a character counter to the message box"
|
|
|
|
aliucord.changelog.set(
|
|
"""
|
|
# 1.4.1
|
|
* Improved the background to fit in with chat
|
|
|
|
# 1.4.0
|
|
* Added threshold option
|
|
* Added reverse option
|
|
* Added color to show when too many characters are entered
|
|
|
|
# 1.2.2
|
|
* Fixed issue with background
|
|
* Added an option to always show the counter even when theres no input text
|
|
|
|
# 1.2.1
|
|
* Improved appearance
|
|
|
|
# 1.2.0
|
|
* Counter is now properly placed in the bar
|
|
|
|
# 1.1.0
|
|
* Support V96
|
|
""".trimIndent()
|
|
) |