1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 10:22:55 +02:00

Render minimessage in prefix/suffix/meta values (#3672)

This commit is contained in:
powercas_gamer
2023-06-24 01:24:16 +02:00
committed by GitHub
parent 86cc90f48a
commit 35dfc2c8f5
4 changed files with 77 additions and 53 deletions

View File

@@ -36,6 +36,10 @@ dependencies {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
}
api('net.kyori:adventure-text-minimessage:4.14.0') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
}
api('net.kyori:ansi:1.0.1')
}