Add a custom shutdown message set in bukkit.yml. Addresses BUKKIT-3031
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -930,6 +930,10 @@ public final class CraftServer implements Server {
|
|||||||
return configuration.getInt("settings.spawn-radius", -1);
|
return configuration.getInt("settings.spawn-radius", -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getShutdownMessage() {
|
||||||
|
return configuration.getString("settings.shutdown-message");
|
||||||
|
}
|
||||||
|
|
||||||
public int getSpawnRadius() {
|
public int getSpawnRadius() {
|
||||||
return ((DedicatedServer) console).propertyManager.getInt("spawn-protection", 16);
|
return ((DedicatedServer) console).propertyManager.getInt("spawn-protection", 16);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ settings:
|
|||||||
connection-throttle: 4000
|
connection-throttle: 4000
|
||||||
query-plugins: true
|
query-plugins: true
|
||||||
deprecated-verbose: default
|
deprecated-verbose: default
|
||||||
|
shutdown-message: Server closed
|
||||||
spawn-limits:
|
spawn-limits:
|
||||||
monsters: 70
|
monsters: 70
|
||||||
animals: 15
|
animals: 15
|
||||||
|
|||||||
Reference in New Issue
Block a user