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

View File

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