Added getBukkitVersion to Server

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-10-31 04:01:56 +00:00
parent b5b7edecd9
commit 51b8a856bb
2 changed files with 12 additions and 1 deletions

View File

@@ -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