Add getShutdownMessage() and stop command arguments. Adds BUKKIT-3031
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
f545b84e46
commit
fbc20e59c1
3 changed files with 23 additions and 2 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue