From 3c31a4de063ad1a655b5a051c9801e0636df7499 Mon Sep 17 00:00:00 2001 From: goosBanny <74544572+goosBanny@users.noreply.github.com> Date: Fri, 10 Nov 2023 01:40:39 +0500 Subject: [PATCH] Update advanced.mdx --- .../docs/guides/Minecraft/Optimisation/advanced.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.