mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07: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:
@@ -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;
|
||||
+ }
|
||||
+
|
||||
|
Reference in New Issue
Block a user