Skip to content

Commit

Permalink
docs: Polymer by Patbox is not compatible
Browse files Browse the repository at this point in the history
I'm not sure why tbh.
  • Loading branch information
WiIIiam278 authored May 15, 2024
1 parent 68c3199 commit fac0ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ There are a few compatibility caveats to bear in mind with sorting players in th

* If you're using scoreboard teams on your server, then this will interfere with Velocitab's fake team packets and cause sorting to break. Most modern Minecraft proxy network servers probably won't use this feature, since there are better and more powerful plugin alternatives for teaming players, but it's still important to bear in mind.
* Some mods can interfere with scoreboard team packets, particularly if they internally deal with managing packets or scoreboard teams.
* Sending fake scoreboard team packets might not work correctly on some Minecraft server implementations such as [Quilt](https://quiltmc.org/).
* If you're using Fabric/Quilt servers on the backend: [Polymer by Patbox](https://github.com/Patbox/polymer) is incompatible. Polymer does a fair bit of networking stuff which seems to break our packet handling.

In these cases, you may need to disable the use of scoreboard packets through the `send_scoreboard_packets` option detailed earlier.

0 comments on commit fac0ccd

Please sign in to comment.