geforkt von Mirrors/Paper
#1259: Add Server#isLoggingIPs to get log-ips configuration
By: Doc <nachito94@msn.com>
Dieser Commit ist enthalten in:
Ursprung
c434d05d57
Commit
b5ff47182d
@ -686,6 +686,11 @@ public final class CraftServer implements Server {
|
||||
return this.getServer().isNetherEnabled();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isLoggingIPs() {
|
||||
return this.getServer().logIPs();
|
||||
}
|
||||
|
||||
public boolean getWarnOnOverload() {
|
||||
return this.configuration.getBoolean("settings.warn-on-overload");
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren