mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-17 06:48:23 +01:00
Allow non player entities in scoreboards by default (#9082)
This in general caused much more confusion than needed, and in general, made rather negligible performance gains on collision.
This commit is contained in:
parent
1043e2076b
commit
f5224dafea
1 changed files with 1 additions and 1 deletions
|
@ -1762,7 +1762,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ public Scoreboards scoreboards;
|
+ public Scoreboards scoreboards;
|
||||||
+
|
+
|
||||||
+ public class Scoreboards extends ConfigurationPart {
|
+ public class Scoreboards extends ConfigurationPart {
|
||||||
+ public boolean allowNonPlayerEntitiesOnScoreboards = false;
|
+ public boolean allowNonPlayerEntitiesOnScoreboards = true;
|
||||||
+ public boolean useVanillaWorldScoreboardNameColoring = false;
|
+ public boolean useVanillaWorldScoreboardNameColoring = false;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue