mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 21:52:05 -07:00
#902: Add Server#isLoggingIPs to get log-ips configuration
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -216,6 +216,13 @@ public interface Server extends PluginMessageRecipient {
|
||||
*/
|
||||
public boolean getAllowNether();
|
||||
|
||||
/**
|
||||
* Gets whether the server is logging the IP addresses of players.
|
||||
*
|
||||
* @return whether the server is logging the IP addresses of players
|
||||
*/
|
||||
public boolean isLoggingIPs();
|
||||
|
||||
/**
|
||||
* Gets a list of packs to be enabled.
|
||||
*
|
||||
|
Reference in New Issue
Block a user