Added /version and /reload commands

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-01-20 03:53:27 +00:00
parent f0ab429e01
commit 396f22f816
2 changed files with 32 additions and 0 deletions

View File

@@ -88,4 +88,9 @@ public interface Server {
* @param time The time to set the in-game time to (in hours*1000)
*/
public void setTime(long time);
/**
* Reloads the server, refreshing settings and plugin information
*/
public void reload();
}