froobynooby / ViewDistanceTweaks

Paper plugin that allows for dynamic simulation and view distances.
https://ci.froobworld.com/job/ViewDistanceTweaks/
MIT License
93 stars 18 forks source link

ViewDistanceTweaks is a Paper plugin that allows for dynamic per-world simulation distance and view distance.

Building

  1. Install dependency NabConfiguration to maven local

    git clone https://github.com/froobynooby/nab-configuration
    cd nab-configuration
    ./gradlew clean install
  2. Clone ViewDistanceTweaks and build

    git clone https://github.com/froobynooby/ViewDistanceTweaks
    cd ViewDistanceTweaks
    ./gradlew clean shadowJar
  3. Find jar in ViewDistanceTweaks/build/libs