1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-02 02:42: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

@@ -11,7 +11,7 @@ dependencies {
compileOnly project(':common:loader-utils')
compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT'
compileOnly('net.kyori:adventure-platform-bukkit:4.3.3') {
compileOnly('net.kyori:adventure-platform-bukkit:4.4.0') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
exclude(module: 'adventure-nbt')