From a4b9b08f82e5ae3086a5daa233bf09d587f6fe33 Mon Sep 17 00:00:00 2001 From: Sn0wStorm Date: Wed, 7 May 2014 16:12:17 +0200 Subject: [PATCH] Config Formatting --- config.yml | 4 +--- src/com/dre/brewery/ConfigUpdater.java | 8 ++------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/config.yml b/config.yml index c17dca3..08a7f07 100644 --- a/config.yml +++ b/config.yml @@ -194,7 +194,6 @@ cooked: - # -- Plugin Compatibility -- # Enable checking of other Plugins (if installed) for Barrel Permissions [true] @@ -202,11 +201,10 @@ useWorldGuard: true useLWC: true useGriefPrevention: true -# Enable the Logging of Barrel Inventories to LogBlock +# Enable the Logging of Barrel Inventories to LogBlock [true] useLogBlock: true - # -- Chat Distortion Settings -- # Log to the Serverlog what the player actually wrote, before his words were altered [false] diff --git a/src/com/dre/brewery/ConfigUpdater.java b/src/com/dre/brewery/ConfigUpdater.java index 6790513..ffd3427 100644 --- a/src/com/dre/brewery/ConfigUpdater.java +++ b/src/com/dre/brewery/ConfigUpdater.java @@ -282,7 +282,6 @@ public class ConfigUpdater { // Add Plugin Support Settings lines = new String[] { - "", "", "# -- Plugin Kompatiblität --", "", @@ -291,10 +290,9 @@ public class ConfigUpdater { "useLWC: true", "useGriefPrevention: true", "", - "# Änderungen an Fassinventaren mit LogBlock aufzeichen", + "# Änderungen an Fassinventaren mit LogBlock aufzeichen [true]", "useLogBlock: true", "", - "", "" }; index = indexOfStart("# -- Chat Veränderungs Einstellungen"); @@ -347,7 +345,6 @@ public class ConfigUpdater { // Add Plugin Support Settings lines = new String[] { - "", "", "# -- Plugin Compatibility --", "", @@ -356,10 +353,9 @@ public class ConfigUpdater { "useLWC: true", "useGriefPrevention: true", "", - "# Enable the Logging of Barrel Inventories to LogBlock", + "# Enable the Logging of Barrel Inventories to LogBlock [true]", "useLogBlock: true", "", - "", "" }; index = indexOfStart("# -- Chat Distortion Settings");