Broadcast server brand

This commit is contained in:
LOOHP
2022-04-22 23:14:56 +01:00
parent d0cc0b05dc
commit 7ad2b19177
5 changed files with 18 additions and 4 deletions
@@ -80,7 +80,7 @@ public class ServerProperties {
private Component tabHeader;
private Component tabFooter;
Optional<BufferedImage> favicon;
private Optional<BufferedImage> favicon;
public ServerProperties(File file) throws IOException {
this.file = file;
@@ -189,6 +189,10 @@ public class ServerProperties {
return Limbo.getInstance().serverImplementationVersion;
}
public String getServerModName() {
return Limbo.LIMBO_BRAND;
}
public boolean isBungeecord() {
return bungeecord;
}