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.
- Host: GitHub
- URL: https://github.com/froobynooby/ViewDistanceTweaks
- Owner: froobynooby
- License: mit
- Created: 2020-02-11T07:12:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T09:29:42.000Z (almost 2 years ago)
- Last Synced: 2024-08-14T10:48:41.657Z (almost 2 years ago)
- Language: Java
- Homepage: https://ci.froobworld.com/job/ViewDistanceTweaks/
- Size: 216 KB
- Stars: 87
- Watchers: 9
- Forks: 17
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-minecraft - View Distance Tweaks
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`