From 42d26a1f4fee7752f00dd398327913b5ab63c7d0 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sat, 2 Apr 2011 16:24:37 -0700 Subject: [PATCH] Moved blacklist logger configuration back to be per-world. --- config.yml | 17 ----------------- config_world.yml | 15 ++++++++++++++- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/config.yml b/config.yml index 6ff0ae65..e2cd2eba 100644 --- a/config.yml +++ b/config.yml @@ -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: diff --git a/config_world.yml b/config_world.yml index 055dc802..9b8ef618 100644 --- a/config_world.yml +++ b/config_world.yml @@ -81,4 +81,17 @@ iconomy: buy-on-claim-price: 2 blacklist: - use-as-whitelist: off \ No newline at end of file + 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 \ No newline at end of file