mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +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 class Scoreboards extends ConfigurationPart {
|
||||
+ public boolean allowNonPlayerEntitiesOnScoreboards = false;
|
||||
+ public boolean allowNonPlayerEntitiesOnScoreboards = true;
|
||||
+ public boolean useVanillaWorldScoreboardNameColoring = false;
|
||||
+ }
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue