From f5224dafeae1e82bb23d1e093484fa0db77374cd Mon Sep 17 00:00:00 2001 From: Owen1212055 <23108066+Owen1212055@users.noreply.github.com> Date: Sun, 2 Apr 2023 13:53:11 -0400 Subject: [PATCH] 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. --- patches/server/Paper-config-files.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/Paper-config-files.patch b/patches/server/Paper-config-files.patch index 950dc2592..8ab68e3f7 100644 --- a/patches/server/Paper-config-files.patch +++ b/patches/server/Paper-config-files.patch @@ -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; + } +