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

Add more tests

This commit is contained in:
Luck
2023-04-01 17:35:50 +01:00
parent e61ac8bef6
commit 6523e708a1
20 changed files with 1121 additions and 235 deletions

View File

@@ -130,6 +130,14 @@ public class LuckPermsApplication implements AutoCloseable {
this.healthReporter = healthReporter;
}
public CommandExecutor getCommandExecutor() {
return this.commandExecutor;
}
public HealthReporter getHealthReporter() {
return this.healthReporter;
}
public String getVersion() {
return "@version@";
}