mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
Config Formatting
This commit is contained in:
+1
-3
@@ -194,7 +194,6 @@ cooked:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# -- Plugin Compatibility --
|
# -- Plugin Compatibility --
|
||||||
|
|
||||||
# Enable checking of other Plugins (if installed) for Barrel Permissions [true]
|
# Enable checking of other Plugins (if installed) for Barrel Permissions [true]
|
||||||
@@ -202,11 +201,10 @@ useWorldGuard: true
|
|||||||
useLWC: true
|
useLWC: true
|
||||||
useGriefPrevention: true
|
useGriefPrevention: true
|
||||||
|
|
||||||
# Enable the Logging of Barrel Inventories to LogBlock
|
# Enable the Logging of Barrel Inventories to LogBlock [true]
|
||||||
useLogBlock: true
|
useLogBlock: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# -- Chat Distortion Settings --
|
# -- Chat Distortion Settings --
|
||||||
|
|
||||||
# Log to the Serverlog what the player actually wrote, before his words were altered [false]
|
# Log to the Serverlog what the player actually wrote, before his words were altered [false]
|
||||||
|
|||||||
@@ -282,7 +282,6 @@ public class ConfigUpdater {
|
|||||||
|
|
||||||
// Add Plugin Support Settings
|
// Add Plugin Support Settings
|
||||||
lines = new String[] {
|
lines = new String[] {
|
||||||
"",
|
|
||||||
"",
|
"",
|
||||||
"# -- Plugin Kompatiblität --",
|
"# -- Plugin Kompatiblität --",
|
||||||
"",
|
"",
|
||||||
@@ -291,10 +290,9 @@ public class ConfigUpdater {
|
|||||||
"useLWC: true",
|
"useLWC: true",
|
||||||
"useGriefPrevention: true",
|
"useGriefPrevention: true",
|
||||||
"",
|
"",
|
||||||
"# Änderungen an Fassinventaren mit LogBlock aufzeichen",
|
"# Änderungen an Fassinventaren mit LogBlock aufzeichen [true]",
|
||||||
"useLogBlock: true",
|
"useLogBlock: true",
|
||||||
"",
|
"",
|
||||||
"",
|
|
||||||
""
|
""
|
||||||
};
|
};
|
||||||
index = indexOfStart("# -- Chat Veränderungs Einstellungen");
|
index = indexOfStart("# -- Chat Veränderungs Einstellungen");
|
||||||
@@ -347,7 +345,6 @@ public class ConfigUpdater {
|
|||||||
|
|
||||||
// Add Plugin Support Settings
|
// Add Plugin Support Settings
|
||||||
lines = new String[] {
|
lines = new String[] {
|
||||||
"",
|
|
||||||
"",
|
"",
|
||||||
"# -- Plugin Compatibility --",
|
"# -- Plugin Compatibility --",
|
||||||
"",
|
"",
|
||||||
@@ -356,10 +353,9 @@ public class ConfigUpdater {
|
|||||||
"useLWC: true",
|
"useLWC: true",
|
||||||
"useGriefPrevention: true",
|
"useGriefPrevention: true",
|
||||||
"",
|
"",
|
||||||
"# Enable the Logging of Barrel Inventories to LogBlock",
|
"# Enable the Logging of Barrel Inventories to LogBlock [true]",
|
||||||
"useLogBlock: true",
|
"useLogBlock: true",
|
||||||
"",
|
"",
|
||||||
"",
|
|
||||||
""
|
""
|
||||||
};
|
};
|
||||||
index = indexOfStart("# -- Chat Distortion Settings");
|
index = indexOfStart("# -- Chat Distortion Settings");
|
||||||
|
|||||||
Reference in New Issue
Block a user