Skip to content

Commit

Permalink
Config Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wStorm committed May 7, 2014
1 parent e6c1677 commit a4b9b08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,19 +194,17 @@ cooked:




# -- Plugin Compatibility --

# Enable checking of other Plugins (if installed) for Barrel Permissions [true]
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]
Expand Down
8 changes: 2 additions & 6 deletions src/com/dre/brewery/ConfigUpdater.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ private void update11de() {

// Add Plugin Support Settings
lines = new String[] {
"",
"",
"# -- Plugin Kompatiblität --",
"",
Expand All @@ -291,10 +290,9 @@ private void update11de() {
"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");
Expand Down Expand Up @@ -347,7 +345,6 @@ private void update11en() {

// Add Plugin Support Settings
lines = new String[] {
"",
"",
"# -- Plugin Compatibility --",
"",
Expand All @@ -356,10 +353,9 @@ private void update11en() {
"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");
Expand Down

0 comments on commit a4b9b08

Please sign in to comment.