feat(Crocosmia): init
This commit is contained in:
parent
cf89612cb2
commit
5bee566297
4 changed files with 492 additions and 0 deletions
12
plugins/Crocosmia/build.gradle.kts
Normal file
12
plugins/Crocosmia/build.gradle.kts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version = "1.0.0"
|
||||
description = "Bubbled messages"
|
||||
|
||||
aliucord {
|
||||
// Changelog of your plugin
|
||||
changelog.set("""
|
||||
# 1.0.0
|
||||
* Initial release >w<
|
||||
""".trimIndent())
|
||||
|
||||
deploy.set(false)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue