1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-31 18:11:44 +02:00

Support for command completions on Bukkit 1.18.2

This commit is contained in:
Luck
2022-02-28 20:20:30 +00:00
parent 8ed63159ce
commit 775f1adf36
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ dependencies {
exclude(module: 'adventure-api')
exclude(module: 'adventure-nbt')
}
compileOnly 'me.lucko:commodore:1.12'
compileOnly 'me.lucko:commodore:1.13'
compileOnly('net.milkbowl.vault:VaultAPI:1.7') {
exclude(module: 'bukkit')
}