mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 08:59:01 +00:00
Config Formatting
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user