1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 11:22:33 +02:00

Update adventure

This commit is contained in:
Luck
2021-04-18 13:33:22 +01:00
parent 07f672ae1f
commit 0808392353
5 changed files with 37 additions and 22 deletions

View File

@@ -7,7 +7,11 @@ dependencies {
compileOnly project(':common:loader-utils')
compileOnly 'net.md-5:bungeecord-api:1.15-SNAPSHOT'
compileOnly 'me.lucko:adventure-platform-bungeecord:4.0.0' // re: this artifact - see note in common/build.gradle
compileOnly('me.lucko:adventure-platform-bungeecord:4.7.0') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
exclude(module: 'adventure-nbt')
}
compileOnly 'com.imaginarycode.minecraft:RedisBungee:0.4'
}