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

Fix sending component messages on older CB/S releases (#1344)

This commit is contained in:
Luck
2018-12-23 16:52:00 +00:00
parent e5c4b710f6
commit 8eed3131f2
5 changed files with 14 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ dependencies {
compile project(':common')
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
compileOnly'net.kyori:text-adapter-bukkit:1.0.0'
compileOnly'net.kyori:text-adapter-bukkit:1.0.1'
compileOnly 'me.lucko:commodore:1.0'
compileOnly('net.milkbowl.vault:VaultAPI:1.6') {
exclude(module: 'bukkit')