9
0
mirror of https://github.com/Dreeam-qwq/Gale.git synced 2025-12-21 07:49:22 +00:00

Move configuration comments to wiki

This commit is contained in:
Martijn Muijsers
2023-08-29 21:58:33 +02:00
parent 975abae3ff
commit 62130f9fd9
46 changed files with 224 additions and 550 deletions

View File

@@ -39,7 +39,7 @@ index d2b4654a9095a678bbc9e004af969cf54da0fcab..d797bac97ec1adec7a25a26c8e052e70
});
this.rotation = Rotation.valueOf(nbt.getString("rotation"));
diff --git a/src/main/java/org/galemc/gale/configuration/GaleGlobalConfiguration.java b/src/main/java/org/galemc/gale/configuration/GaleGlobalConfiguration.java
index 130fa4869753aa63cec8e841235d88a7734e68ec..3523b5ac7ccc53e57b32c207d2ba00042d4b1951 100644
index 9ba116ef1f9dff39087dcfea1633de6fb53785ee..66f40d92fe9cfec68af2c9b7f35f203066129d62 100644
--- a/src/main/java/org/galemc/gale/configuration/GaleGlobalConfiguration.java
+++ b/src/main/java/org/galemc/gale/configuration/GaleGlobalConfiguration.java
@@ -4,9 +4,13 @@ package org.galemc.gale.configuration;
@@ -56,7 +56,7 @@ index 130fa4869753aa63cec8e841235d88a7734e68ec..3523b5ac7ccc53e57b32c207d2ba0004
@SuppressWarnings({"CanBeFinal", "FieldCanBeLocal", "FieldMayBeFinal", "NotNullFieldNotInitialized", "InnerClassMayBeStatic"})
public class GaleGlobalConfiguration extends ConfigurationPart {
static final int CURRENT_VERSION = 1;
@@ -109,7 +113,7 @@ public class GaleGlobalConfiguration extends ConfigurationPart {
@@ -86,7 +90,7 @@ public class GaleGlobalConfiguration extends ConfigurationPart {
}
public LogToConsole logToConsole;
@@ -65,7 +65,7 @@ index 130fa4869753aa63cec8e841235d88a7734e68ec..3523b5ac7ccc53e57b32c207d2ba0004
public boolean invalidStatistics = true; // Gale - EMC - do not log invalid statistics
public boolean ignoredAdvancements = true; // Gale - Purpur - do not log ignored advancements
@@ -144,6 +148,21 @@ public class GaleGlobalConfiguration extends ConfigurationPart {
@@ -121,6 +125,21 @@ public class GaleGlobalConfiguration extends ConfigurationPart {
}
// Gale end - Purpur - do not log plugin library loads