parent
a05a566ae7
commit
f3fd09df80
2 changed files with 16 additions and 0 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue