Added /version and /reload commands
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
f0ab429e01
commit
396f22f816
2 changed files with 32 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue