Added getBukkitVersion to Server
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
b5b7edecd9
commit
51b8a856bb
2 changed files with 12 additions and 1 deletions
|
@ -53,6 +53,13 @@ public interface Server {
|
|||
* @return version of this server implementation
|
||||
*/
|
||||
public String getVersion();
|
||||
|
||||
/**
|
||||
* Gets the Bukkit version that this server is running.
|
||||
*
|
||||
* @return Version of Bukkit
|
||||
*/
|
||||
public String getBukkitVersion();
|
||||
|
||||
/**
|
||||
* Gets a list of all currently logged in players
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue