Update minimessage references

This commit is contained in:
Len
2022-05-27 00:31:36 +02:00
parent 0997c2bab6
commit c836452d19
6 changed files with 28 additions and 41 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ dependencies {
annotationProcessor("com.velocitypowered:velocity-api:3.1.0")
implementation("mysql:mysql-connector-java:8.0.27") // mysql
implementation("org.spongepowered", "configurate-yaml", "4.1.2")
implementation("net.kyori:adventure-text-minimessage:4.10.1")
compileOnly("net.kyori:adventure-text-minimessage:4.10.1")
compileOnly("com.gitlab.ruany:LiteBansAPI:0.3.5")
compileOnly("com.alttd.proxydiscordlink:ProxyDiscordLink:1.0.0-BETA-SNAPSHOT")
}