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

This commit is contained in:
feildmaster
2012-12-05 05:55:26 -06:00
parent e468a8b391
commit 74a6fb9834
3 changed files with 23 additions and 2 deletions

View File

@@ -666,6 +666,13 @@ public interface Server extends PluginMessageRecipient {
*/
String getMotd();
/**
* Gets the default message that is displayed when the server is stopped
*
* @return the shutdown message
*/
String getShutdownMessage();
/**
* Gets the current warning state for the server
*