Add support for latest BungeeCord/Waterfall, fixes #14

This commit is contained in:
Frank van der Heijden 2021-05-02 11:56:45 +02:00
parent c737d0c94a
commit 9871af44f2
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8
6 changed files with 38 additions and 23 deletions

View file

@ -11,7 +11,7 @@ dependencies {
implementation 'co.aikar:acf-bungee:0.5.0-SNAPSHOT'
implementation 'org.bstats:bstats-bungeecord:1.8'
implementation project(":Common")
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4-SNAPSHOT'
compileOnly 'net.md-5:bungeecord-api:1.16-R0.5-SNAPSHOT'
}
processResources {