From fb6d9e1808e7a9f392fecd5ff15638069edf7248 Mon Sep 17 00:00:00 2001 From: feildmaster Date: Mon, 3 Dec 2012 19:32:44 -0600 Subject: Add a custom shutdown message set in bukkit.yml. Addresses BUKKIT-3031 --- src/main/resources/configurations/bukkit.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/resources/configurations/bukkit.yml') 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 -- cgit v1.2.3