Added /version and /reload commands

This commit is contained in:
Dinnerbone
2011-01-20 03:53:27 +00:00
parent 868aee0046
commit e48a4a2224
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();
}