mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 14:12:20 -07:00
@@ -912,6 +912,15 @@ public final class Bukkit {
|
||||
server.setSpawnRadius(value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether the Server hide online players in server status.
|
||||
*
|
||||
* @return true if the server hide online players, false otherwise
|
||||
*/
|
||||
public static boolean getHideOnlinePlayers() {
|
||||
return server.getHideOnlinePlayers();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether the Server is in online mode or not.
|
||||
*
|
||||
|
Reference in New Issue
Block a user