13
0
geforkt von Mirrors/Paper

Add a custom shutdown message set in bukkit.yml. Addresses BUKKIT-3031

By: feildmaster <admin@feildmaster.com>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2012-12-03 19:32:44 -06:00
Ursprung 8c0f05c6ef
Commit d54778d339
2 geänderte Dateien mit 7 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -930,6 +930,10 @@ public final class CraftServer implements Server {
return configuration.getInt("settings.spawn-radius", -1);
}
public String getShutdownMessage() {
return configuration.getString("settings.shutdown-message");
}
public int getSpawnRadius() {
return ((DedicatedServer) console).propertyManager.getInt("spawn-protection", 16);
}

Datei anzeigen

@ -24,6 +24,7 @@ settings:
connection-throttle: 4000
query-plugins: true
deprecated-verbose: default
shutdown-message: Server closed
spawn-limits:
monsters: 70
animals: 15