1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-16 18:31:53 +01:00

Allow non player entities in scoreboards by default ()

This in general caused much more confusion than needed, and in general, made rather negligible performance gains on collision.
This commit is contained in:
Owen1212055 2023-04-02 13:53:11 -04:00
parent 1043e2076b
commit f5224dafea

View file

@ -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;
+ }
+