Added /version and /reload commands
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user