All checks were successful
continuous-integration/drone/push Build is passing
displayClientMessage(Component, boolean) was removed from LocalPlayer in 26.2. sendSystemMessage(Component) is inherited from Entity, has been part of Mojang's public API since 1.19, and LocalPlayer overrides it to route the message into the local chat hud, which is exactly the behaviour we want.