Moved blacklist logger configuration back to be per-world.

This commit is contained in:
sk89q 2011-04-02 16:24:37 -07:00
parent 92c25d2df4
commit 42d26a1f4f
2 changed files with 14 additions and 18 deletions

View File

@ -19,23 +19,6 @@
# if any features are currently broken in your version of Bukkit.
#
summary-on-start: on
blacklist:
logging:
console:
enable: on
database:
enable: off
dsn: jdbc:mysql://localhost:3306/minecraft
user: root
password: pass
table: blacklist_events
file:
enable: on
path: worldguard/logs/%w-%Y-%m-%d.log
open-files: 10
# For permissions, see http://wiki.sk89q.com/wiki/WorldGuard/Permissions/Bukkit
permissions:
users:

View File

@ -81,4 +81,17 @@ iconomy:
buy-on-claim-price: 2
blacklist:
use-as-whitelist: off
use-as-whitelist: off
logging:
console:
enable: on
database:
enable: off
dsn: jdbc:mysql://localhost:3306/minecraft
user: root
password: pass
table: blacklist_events
file:
enable: on
path: worldguard/logs/%w-%Y-%m-%d.log
open-files: 10