Add option to pull server setting from the server.properties file

This commit is contained in:
Luck
2017-12-11 19:40:39 +00:00
Unverified
parent a765be0a6f
commit e5ce64266f
7 changed files with 34 additions and 7 deletions
@@ -411,7 +411,7 @@ public class LPSpongePlugin implements LuckPermsPlugin {
}
@Override
public String getServerName() {
public String getServerBrand() {
return getGame().getPlatform().getContainer(Platform.Component.IMPLEMENTATION).getName();
}