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-api')
|
||||||
exclude(module: 'adventure-nbt')
|
exclude(module: 'adventure-nbt')
|
||||||
}
|
}
|
||||||
compileOnly 'me.lucko:commodore:1.12'
|
compileOnly 'me.lucko:commodore:1.13'
|
||||||
compileOnly('net.milkbowl.vault:VaultAPI:1.7') {
|
compileOnly('net.milkbowl.vault:VaultAPI:1.7') {
|
||||||
exclude(module: 'bukkit')
|
exclude(module: 'bukkit')
|
||||||
}
|
}
|
||||||
|
@ -128,8 +128,8 @@ public enum Dependency {
|
|||||||
COMMODORE(
|
COMMODORE(
|
||||||
"me{}lucko",
|
"me{}lucko",
|
||||||
"commodore",
|
"commodore",
|
||||||
"1.12",
|
"1.13",
|
||||||
"rLpLs20OG9TETCx1QzA+I+LY8P+p6Q9fUjLSmJcl2Kk=",
|
"A4M1Im54vrYbcdSpteQvI6ppNPYWL+VpfBVjsdteY+M=",
|
||||||
Relocation.of("commodore", "me{}lucko{}commodore")
|
Relocation.of("commodore", "me{}lucko{}commodore")
|
||||||
),
|
),
|
||||||
COMMODORE_FILE(
|
COMMODORE_FILE(
|
||||||
|
Loading…
Reference in New Issue
Block a user