Skip to content

Commit

Permalink
fix: 🐛 PlainTextSerializerがインポートできない
Browse files Browse the repository at this point in the history
Velocity以外にはAdventure系統のライブラリが存在しないため、Spigot,Bungeecord用に依存関係に追加
  • Loading branch information
BlueSheep2804 committed Jul 14, 2023
1 parent 381af29 commit e48247f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("com.charleskorn.kaml:kaml:0.54.0")
implementation("net.kyori:adventure-text-minimessage:4.14.0")
implementation("net.kyori:adventure-text-serializer-plain:4.14.0")
}

tasks.getByName<Test>("test") {
Expand Down

0 comments on commit e48247f

Please sign in to comment.