Add getShutdownMessage() and stop command arguments. Adds BUKKIT-3031

By: feildmaster <admin@feildmaster.com>
This commit is contained in:
Bukkit/Spigot
2012-12-05 05:55:26 -06:00
parent f545b84e46
commit fbc20e59c1
3 changed files with 23 additions and 2 deletions

View File

@@ -383,6 +383,10 @@ public final class Bukkit {
return server.getMotd();
}
public static String getShutdownMessage() {
return server.getShutdownMessage();
}
public static WarningState getWarningState() {
return server.getWarningState();
}