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
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
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')
}

View File

@ -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(