đĻChunks optimizer
chunks_optimizer.yml
This config allows to optimize how chunks are managed in Minecraft. What you can do:
detect chunks with lagging mechanics (redstone machines, 0 tick machines, water or lava lagging the server, plugins listening to high frequency block updates)
lower down chunks packets sending frequency to players if the server TPS is low or if the player ping is high (to avoid player losing connection if they have slow internet)
unload chunks from RAM when players are not around them, to avoid high RAM usage, low TPS and crash
(Description of the option is in gray)
Last updated