diff options
author | Nathan Adams <dinnerbone@dinnerbone.com> | 2012-02-16 22:31:40 +0000 |
---|---|---|
committer | Nathan Adams <dinnerbone@dinnerbone.com> | 2012-02-16 22:32:17 +0000 |
commit | 236cfed61631352e9394632d80409cac62f31cc3 (patch) | |
tree | 6660acf4f2f9af685e2922b180a98268553c9f1c /src/main/resources | |
parent | 64264f61b886f50d6b32c2d1df389c09f6253029 (diff) | |
download | craftbukkit-236cfed61631352e9394632d80409cac62f31cc3.tar craftbukkit-236cfed61631352e9394632d80409cac62f31cc3.tar.gz craftbukkit-236cfed61631352e9394632d80409cac62f31cc3.tar.lz craftbukkit-236cfed61631352e9394632d80409cac62f31cc3.tar.xz craftbukkit-236cfed61631352e9394632d80409cac62f31cc3.zip |
Added a built-in update checker. See http://wiki.bukkit.org/Bukkit.yml#auto-updater for new bukkit.yml options.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/configurations/bukkit.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/configurations/bukkit.yml b/src/main/resources/configurations/bukkit.yml index 875ca16b..55c9407d 100644 --- a/src/main/resources/configurations/bukkit.yml +++ b/src/main/resources/configurations/bukkit.yml @@ -24,6 +24,12 @@ settings: ticks-per: animal-spawns: 400 monster-spawns: 1 +auto-updater: + enabled: true + on-broken: [warn-console, warn-ops] + on-update: [warn-console, warn-ops] + preferred-channel: rb + host: dl.bukkit.org aliases: icanhasbukkit: - version |