diff --git a/README.md b/README.md index a7a2a46..e47dc29 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,51 @@ heavy on the server keep in mind that sending more chunks will affect bandwidth. Hides ores from x-rayers. For detailed configuration of this feature check out Stonar96's recommended settings. +
+

purpur.yml

+Only applicable for purpur. + +

use-alternate-keepalive

+default: false
+optimized: true
+explanation:
+Alternate system for keepalive packets so players with bad connection don't get timed out as often. + +

dont-send-useless-entity-packets

+default: false
+optimized: true
+explanation:
+Prevent the server from sending empty position change packets (by default server sends move packet for each entity +even if the entity hasn't moved) + +

gameplay-mechanics.player.teleport-if-outside-border

+default: false
+optimized: true
+explanation:
+Teleport the player to the world spawn if they happen to be outside of the world border. This will help, because vanilla +world border is bypassable and the damage it does to the player can be mitigated. + +

gameplay-mechanics.player.entities-can-use-portals

+default: true
+optimized: false
+explanation:
+Disables portal usage of all entities besides player. This potentially fixes a dupe* and prevents entities changing +worlds loading chunks on main thread.
+*more sources needed. + +

mobs.dolphin.disable-treasure-searching

+default: false
+optimized: true
+explanation:
+Prevents dolphins from performing structure search similiar to the one that treasure maps do. + +

mobs.zombie.aggressive-towards-villager-when-lagging

+default: false
+optimized: true
+explanation:
+Zombies stop targetting villagers when tps is under lag treshold. This saves the server precious time of calculating +paths for zombies that are not targetting players. +

Java startup flags

Paper and its forks in upcoming version 1.17 will require Java 11 (LTS) or higher. Good resolution 2021 to finally update your version of Java!(or at least inform your host so they can handle the migration). JVM can be configured to reduce lag spikes caused by big garbage collector tasks. You can find