mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-05 14:42:22 -07:00
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:
@@ -679,7 +679,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+
|
+
|
||||||
+ public class Scoreboards extends ConfigurationPart {
|
+ public class Scoreboards extends ConfigurationPart {
|
||||||
+ public boolean trackPluginScoreboards = false;
|
+ public boolean trackPluginScoreboards = false;
|
||||||
+ public boolean saveEmptyScoreboardTeams = false;
|
+ public boolean saveEmptyScoreboardTeams = true;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ @SuppressWarnings("unused") // used in postProcess
|
+ @SuppressWarnings("unused") // used in postProcess
|
||||||
|
Reference in New Issue
Block a user