Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 500 Bytes

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
  1. Clone ViewDistanceTweaks and build
git clone https://github.com/froobynooby/ViewDistanceTweaks
cd ViewDistanceTweaks
./gradlew clean shadowJar
  1. Find jar in ViewDistanceTweaks/build/libs