Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 641 Bytes

View Distance Tweaks

Plugin page: https://www.spigotmc.org/resources/75164/

About

View Distance Tweaks is a Spigot 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