1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 11:22:33 +02:00

Fix commodore not working after dependency update

This commit is contained in:
Luck
2021-04-18 18:42:57 +01:00
parent 98adb046ee
commit 8741e8259f
2 changed files with 8 additions and 0 deletions

View File

@@ -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;
}

View File

@@ -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",