mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-05 06:32:17 -07:00
@@ -187,7 +187,9 @@ public final class Bukkit {
|
||||
* Get the name of this server.
|
||||
*
|
||||
* @return the name of this server
|
||||
* @deprecated not a standard server property
|
||||
*/
|
||||
@Deprecated
|
||||
public static String getServerName() {
|
||||
return server.getServerName();
|
||||
}
|
||||
@@ -197,7 +199,9 @@ public final class Bukkit {
|
||||
* that can be used for uniquely identifying this server.
|
||||
*
|
||||
* @return the ID of this server
|
||||
* @deprecated not a standard server property
|
||||
*/
|
||||
@Deprecated
|
||||
public static String getServerId() {
|
||||
return server.getServerId();
|
||||
}
|
||||
|
Reference in New Issue
Block a user