diff --git a/src/content/docs/guides/Minecraft/Optimisation/advanced.mdx b/src/content/docs/guides/Minecraft/Optimisation/advanced.mdx index 8dab645c36..4df1a65f4a 100644 --- a/src/content/docs/guides/Minecraft/Optimisation/advanced.mdx +++ b/src/content/docs/guides/Minecraft/Optimisation/advanced.mdx @@ -22,15 +22,15 @@ Finally, switch `anti-override` from true to false. If your tablist does not hav --- -#### ProtocolLib & it's Dependents +#### ProtocolLib & it's Dependants ProtocolLib is not very well optimised. Lots of plugins also abuse ProtocolLib a lot, causing even worse performance. Examples are DeluxeCombat (If ProtocolLib hook is enabled) and InteractiveChat. Removal has resulted in significantly better performance in all large servers. -Consider finding alternatives to plugins that use ProtocolLib, or recode them to use PacketEvents. +Consider finding alternatives to plugins that use ProtocolLib, or fork them to use PacketEvents. --- #### Citizens -Citizens often eats up >5% of ticks on larger servers. It is recommended that you use ZNPCsPlus instead if you don't mind a smaller catalogue of supported plugins. Overall, ZNPCsPlus was using 0.03% of the ticks at 330 players in a spark report. +Citizens often eats up >5% of ticks on larger servers. It is recommended that you use ZNPCsPlus instead if you don't mind a smaller catalogue of supported plugins. Overall, ZNPCsPlus was using 0.03% of the ticks at 330 players according to a spark report.