Added method to shutdown the server
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
@ -215,4 +215,8 @@ public final class Bukkit {
|
||||
public static boolean getAllowFlight() {
|
||||
return server.getAllowFlight();
|
||||
}
|
||||
|
||||
public static void shutdown() {
|
||||
server.shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user