mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Support for command completions on Bukkit 1.18.2
This commit is contained in:
parent
8ed63159ce
commit
775f1adf36
@ -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')
|
||||
}
|
||||
|
@ -128,8 +128,8 @@ public enum Dependency {
|
||||
COMMODORE(
|
||||
"me{}lucko",
|
||||
"commodore",
|
||||
"1.12",
|
||||
"rLpLs20OG9TETCx1QzA+I+LY8P+p6Q9fUjLSmJcl2Kk=",
|
||||
"1.13",
|
||||
"A4M1Im54vrYbcdSpteQvI6ppNPYWL+VpfBVjsdteY+M=",
|
||||
Relocation.of("commodore", "me{}lucko{}commodore")
|
||||
),
|
||||
COMMODORE_FILE(
|
||||
|
Loading…
Reference in New Issue
Block a user