Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for LucasTHCR

Per-world view and simulation distance, adjusted automatically from MSPT and chunk load.

Report ViewDistanceTweaks?

B

2.9.4-BETA

ViewDistanceTweaks v2.9.4-BETA

Dynamic view distance and simulation distance adjustment per world, driven by what your server can actually carry at that moment.

Three fixes to how a pre-generation run accounts for itself, one to what /vdt history says a decrease was for, and a readable operating-system chart.

Fixed

  • Chunks from a finished run were charged to the next one. Chunk requests are asynchronous, so some are always still outstanding when a run is cancelled or completes. Nothing reset the in-flight counter and the callback counted unconditionally, so those late arrivals landed on whichever run came after: it reported terrain it had never built, and the counter could fall below zero — which widened the next run's batch budget past what the config allows. Each run now carries a token, and callbacks that outlive their run are dropped.

  • The progress file was trusted as written. A radius beyond the configured maximum — an old file kept after you lowered the limit, or one edited by hand — resumed a run that /vdt pregen start would have refused outright. The same bounds apply now however a run begins.

  • An idle server asked the disk for the progress file several times a second. The automatic trigger called it on every pass, forever, to be told "no" each time. It looks once.

  • /vdt history blamed tick load for changes that had nothing to do with it. A server idling at 1.9ms logged decrease (mspt=1.9, mode=reactive) while dropping every world from 10 to 6. The change was correct — the worlds sat above the maximum in config.yml and were brought into range — but on an idle server that line reads as a malfunction, and the history exists precisely to answer "why is my view distance 6". It now names the bound that was exceeded, and only for the value that actually exceeded it:

    above the configured maximum (sim 10 > 6, view 10 > 8) — brought into range
    

Added

  • A readable Operating System chart on bStats. The built-in one drills down on os.version, which on Linux is the raw kernel string — so 90% of servers scatter across roughly 94 slices, the largest holding under 10%, while Windows sits tidily under "Windows 11". That chart is built by bStats and cannot be changed from a plugin, so this adds one beside it keyed on the kernel series: 6.8.0-137-generic and 6.8.0-124-generic are two slices in the old chart and one population in reality. Unrecognised version strings are passed through rather than dropped.

Dependencies

Support

Join our Discord: dc.gg/paperstream

Author: LucasTHCR

Information

Published
August 21, 2026
Author
0Downloads

Platforms

Paper
Paper
1.21–1.21.11