default save-empty-scoreboard-teams to vanilla
The primary environmental factor which caused this feature to be implemented is no longer much of a factor within the community
This commit is contained in:
parent
544ce20e01
commit
59fe7ccc3b
2 changed files with 3 additions and 3 deletions
|
@ -487,7 +487,7 @@ index 0000000000000000000000000000000000000000..7684e71f802f3d19e5340713b45cc848
|
|||
+}
|
||||
diff --git a/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java b/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..4a34a49f12b106976ba19436f96f74ebb068249c
|
||||
index 0000000000000000000000000000000000000000..892351c3b6397b3cde6a31a6594c0e16bbe1252b
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java
|
||||
@@ -0,0 +1,311 @@
|
||||
|
@ -679,7 +679,7 @@ index 0000000000000000000000000000000000000000..4a34a49f12b106976ba19436f96f74eb
|
|||
+
|
||||
+ public class Scoreboards extends ConfigurationPart {
|
||||
+ public boolean trackPluginScoreboards = false;
|
||||
+ public boolean saveEmptyScoreboardTeams = false;
|
||||
+ public boolean saveEmptyScoreboardTeams = true;
|
||||
+ }
|
||||
+
|
||||
+ @SuppressWarnings("unused") // used in postProcess
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue