An open API service indexing awesome lists of open source software.

https://github.com/froobynooby/ViewDistanceTweaks

Paper plugin that allows for dynamic simulation and view distances.
https://github.com/froobynooby/ViewDistanceTweaks

Last synced: 10 days ago
JSON representation

Paper plugin that allows for dynamic simulation and view distances.

Awesome Lists containing this project

README

          

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

## Building

1. Install dependency NabConfiguration to maven local
```bash
git clone https://github.com/froobynooby/nab-configuration
cd nab-configuration
./gradlew clean install
```
2. Clone ViewDistanceTweaks and build
```bash
git clone https://github.com/froobynooby/ViewDistanceTweaks
cd ViewDistanceTweaks
./gradlew clean shadowJar
```

3. Find jar in `ViewDistanceTweaks/build/libs`