mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-12-28 20:17:55 +01:00
Fix commodore not working after dependency update
This commit is contained in:
parent
98adb046ee
commit
8741e8259f
@ -125,6 +125,7 @@ public class LPBukkitPlugin extends AbstractLuckPermsPlugin {
|
|||||||
dependencies.add(Dependency.ADVENTURE_PLATFORM_BUKKIT);
|
dependencies.add(Dependency.ADVENTURE_PLATFORM_BUKKIT);
|
||||||
if (isBrigadierSupported()) {
|
if (isBrigadierSupported()) {
|
||||||
dependencies.add(Dependency.COMMODORE);
|
dependencies.add(Dependency.COMMODORE);
|
||||||
|
dependencies.add(Dependency.COMMODORE_FILE);
|
||||||
}
|
}
|
||||||
return dependencies;
|
return dependencies;
|
||||||
}
|
}
|
||||||
|
@ -131,6 +131,13 @@ public enum Dependency {
|
|||||||
"EhaLLqbgPnVYa61RumUc7l3r6wcGg2edDh2+PR8pvHI=",
|
"EhaLLqbgPnVYa61RumUc7l3r6wcGg2edDh2+PR8pvHI=",
|
||||||
Relocation.of("commodore", "me{}lucko{}commodore")
|
Relocation.of("commodore", "me{}lucko{}commodore")
|
||||||
),
|
),
|
||||||
|
COMMODORE_FILE(
|
||||||
|
"me{}lucko",
|
||||||
|
"commodore-file",
|
||||||
|
"1.0",
|
||||||
|
"V9++dyp9RbzD4DLO2R9upF8Z8v5SWasyX8ocqYRAMow=",
|
||||||
|
Relocation.of("commodore", "me{}lucko{}commodore")
|
||||||
|
),
|
||||||
MARIADB_DRIVER(
|
MARIADB_DRIVER(
|
||||||
"org{}mariadb{}jdbc",
|
"org{}mariadb{}jdbc",
|
||||||
"mariadb-java-client",
|
"mariadb-java-client",
|
||||||
|
Loading…
Reference in New Issue
Block a user