From a21b8643518af60e77edb6271583c2f509576caf Mon Sep 17 00:00:00 2001 From: Encode42 Date: Wed, 31 Mar 2021 12:22:06 -0400 Subject: [PATCH] Remove Airplane tracker section --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index d049688..889fb51 100644 --- a/README.md +++ b/README.md @@ -157,12 +157,6 @@ This option defines the slowest amount entities farthest from players will be ti ##### activation-dist-mod Controls the gradient in which mobs are ticked. DEAR works on a gradient instead of a hard cutoff like EAR. Instead of fully ticking close entities and barely ticking far entities, DEAR will reduce the amount an entity is ticked based on the result of this calculation. Decreasing this will activate DEAR closer to players, improving DEAR's performance gains, but will affect how entities interact with their surroundings and may break mob farms. -##### tracker.multithreaded -Enabling this option will allow the tracker to use multiple threads which increases the tracker efficiency on servers with multiple cores. The tracker will be spread throughout all of the cores the server can utilize to reduce single-threaded load. This may cause worse performance depending on how the server is set up. Use with caution! - -##### tracker.unsafe-async-packets -Sends tracker packets asynchronously. This improves performance of the multithreaded tracker but has a high chance of breaking plugins that utilize the tracker. Only enable if you know that your plugins do not use the entity tracker in a breaking way. Use with caution! - #### [`purpur.yml`] ##### dont-send-useless-entity-packets