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:
@@ -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@";
|
||||
}
|
||||
|
Reference in New Issue
Block a user