summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorfeildmaster <admin@feildmaster.com>2012-12-03 19:32:44 -0600
committerfeildmaster <admin@feildmaster.com>2012-12-05 06:07:10 -0600
commitfb6d9e1808e7a9f392fecd5ff15638069edf7248 (patch)
tree70fb41467e80148d369ea0ff4e6efd7d758c25ff /src/main/resources
parent320712aba7bba1f81e0d194c8b17f17347aec687 (diff)
downloadcraftbukkit-fb6d9e1808e7a9f392fecd5ff15638069edf7248.tar
craftbukkit-fb6d9e1808e7a9f392fecd5ff15638069edf7248.tar.gz
craftbukkit-fb6d9e1808e7a9f392fecd5ff15638069edf7248.tar.lz
craftbukkit-fb6d9e1808e7a9f392fecd5ff15638069edf7248.tar.xz
craftbukkit-fb6d9e1808e7a9f392fecd5ff15638069edf7248.zip
Add a custom shutdown message set in bukkit.yml. Addresses BUKKIT-3031
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/configurations/bukkit.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/configurations/bukkit.yml b/src/main/resources/configurations/bukkit.yml
index 5307abe4..e4d6d96f 100644
--- a/src/main/resources/configurations/bukkit.yml
+++ b/src/main/resources/configurations/bukkit.yml
@@ -2,10 +2,10 @@
# As you can see, there's actually not that much to configure without any plugins.
# For a reference for any variable inside this file, check out the bukkit wiki at
# http://wiki.bukkit.org/Bukkit.yml
-#
+#
# If you need help on this file, feel free to join us on irc or leave a message
# on the forums asking for advice.
-#
+#
# IRC: #bukkit @ esper.net
# (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit )
# Forums: http://forums.bukkit.org/forums/bukkit-help.6/
@@ -24,6 +24,7 @@ settings:
connection-throttle: 4000
query-plugins: true
deprecated-verbose: default
+ shutdown-message: Server closed
spawn-limits:
monsters: 70
animals: 15