mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 14:12:20 -07:00
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