mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-12-28 03:57:36 +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);
|
||||
if (isBrigadierSupported()) {
|
||||
dependencies.add(Dependency.COMMODORE);
|
||||
dependencies.add(Dependency.COMMODORE_FILE);
|
||||
}
|
||||
return dependencies;
|
||||
}
|
||||
|
@ -131,6 +131,13 @@ public enum Dependency {
|
||||
"EhaLLqbgPnVYa61RumUc7l3r6wcGg2edDh2+PR8pvHI=",
|
||||
Relocation.of("commodore", "me{}lucko{}commodore")
|
||||
),
|
||||
COMMODORE_FILE(
|
||||
"me{}lucko",
|
||||
"commodore-file",
|
||||
"1.0",
|
||||
"V9++dyp9RbzD4DLO2R9upF8Z8v5SWasyX8ocqYRAMow=",
|
||||
Relocation.of("commodore", "me{}lucko{}commodore")
|
||||
),
|
||||
MARIADB_DRIVER(
|
||||
"org{}mariadb{}jdbc",
|
||||
"mariadb-java-client",
|
||||
|
Loading…
Reference in New Issue
Block a user