So, before 1.21.9/10, to send a message from a player to the other players was something trivial.
You would get the server from the server player entity and from there you would be able to get the players list.
Unfortunately, the method to get the server from the player was removed in 1.21.9/10.
Is there another easy way to get the list of players from the player server, without having to inject a mixin in the ServerPlayerEntity to expose the server?
Thanks in advance!