mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-01 14:07:56 +01:00
Update commodore to 1.6 (#1939)
This commit is contained in:
parent
4cfee76202
commit
2eabe845d7
@ -12,7 +12,7 @@ dependencies {
|
|||||||
|
|
||||||
compileOnly 'com.destroystokyo.paper:paper-api:1.15.1-R0.1-SNAPSHOT'
|
compileOnly 'com.destroystokyo.paper:paper-api:1.15.1-R0.1-SNAPSHOT'
|
||||||
compileOnly 'net.kyori:text-adapter-bukkit:3.0.2'
|
compileOnly 'net.kyori:text-adapter-bukkit:3.0.2'
|
||||||
compileOnly 'me.lucko:commodore:1.5'
|
compileOnly 'me.lucko:commodore:1.6'
|
||||||
compileOnly('net.milkbowl.vault:VaultAPI:1.6') {
|
compileOnly('net.milkbowl.vault:VaultAPI:1.6') {
|
||||||
exclude(module: 'bukkit')
|
exclude(module: 'bukkit')
|
||||||
}
|
}
|
||||||
|
@ -130,8 +130,8 @@ public enum Dependency {
|
|||||||
COMMODORE(
|
COMMODORE(
|
||||||
"me{}lucko",
|
"me{}lucko",
|
||||||
"commodore",
|
"commodore",
|
||||||
"1.5",
|
"1.6",
|
||||||
"vRQpmpYu/R780xwdOV5DNFYvKt9QKhkAVg6if6gMaa4=",
|
"RNgyV6zi06MiB/6CxEYxEq8cQbrFHfQV3RDD0CsPOAQ=",
|
||||||
Relocation.of("commodore", "me{}lucko{}commodore")
|
Relocation.of("commodore", "me{}lucko{}commodore")
|
||||||
),
|
),
|
||||||
MARIADB_DRIVER(
|
MARIADB_DRIVER(
|
||||||
|
Loading…
Reference in New Issue
Block a user