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

Upgrade adventure dependencies for 1.21.5 support

This commit is contained in:
Luck
2025-05-22 21:15:24 +01:00
parent 96abc0d4fe
commit b77d5759d3
5 changed files with 20 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
compileOnly project(':common:loader-utils')
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
compileOnly('net.kyori:adventure-platform-bungeecord:4.3.3') {
compileOnly('net.kyori:adventure-platform-bungeecord:4.4.0') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
exclude(module: 'adventure-nbt')