mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 21:52:05 -07:00
@@ -768,6 +768,13 @@ public interface Server extends PluginMessageRecipient {
|
||||
*/
|
||||
public void setSpawnRadius(int value);
|
||||
|
||||
/**
|
||||
* Gets whether the Server hide online players in server status.
|
||||
*
|
||||
* @return true if the server hide online players, false otherwise
|
||||
*/
|
||||
public boolean getHideOnlinePlayers();
|
||||
|
||||
/**
|
||||
* Gets whether the Server is in online mode or not.
|
||||
*
|
||||
|
Reference in New Issue
Block a user