Fix minimessage relocation

This commit is contained in:
Frank van der Heijden 2021-08-04 02:32:51 +02:00
parent 60204e7e58
commit 5200840296
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8
5 changed files with 10 additions and 3 deletions

View file

@ -12,6 +12,9 @@ dependencies {
implementation "com.github.FrankHeijden.cloud:cloud-bungee:${rootProject.cloudVersion}"
implementation 'net.kyori:adventure-api:4.8.1'
implementation 'net.kyori:adventure-platform-bungeecord:4.0.0-SNAPSHOT'
implementation ('net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT') {
exclude group: 'net.kyori', module: 'adventure-api'
}
implementation 'org.bstats:bstats-bungeecord:2.2.1'
implementation project(":Common")
compileOnly 'net.md-5:bungeecord-api:1.17-R0.1-SNAPSHOT'