https://github.com/dlsf/thirdpersonspectator
Spigot Plugin which allows Players to spectate others in a third-person view.
https://github.com/dlsf/thirdpersonspectator
Last synced: 3 months ago
JSON representation
Spigot Plugin which allows Players to spectate others in a third-person view.
- Host: GitHub
- URL: https://github.com/dlsf/thirdpersonspectator
- Owner: dlsf
- Created: 2021-04-13T13:06:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T14:41:20.000Z (about 4 years ago)
- Last Synced: 2024-12-20T21:38:27.065Z (5 months ago)
- Language: Java
- Size: 92.8 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThirdPersonSpectator
Simple Spigot plugin which allows Players to spectate others in a third-person view.Players can start spectating by using the `/spectate [player]` command which doesn't require a permission.
A demo for the plugin can be found [here](https://youtu.be/wfuuzExALRo).## Compatibility Disclaimer
This plugin is designed for Spigot 1.13.2, other versions like 1.16.5 are tested but may not work properly.
[Compatre](https://github.com/JohnnyJayJay/compatre) is being used for simple multi-version NMS support.## Download
A download can be found on the [releases page](https://github.com/dlsf/ThirdPersonSpectator/releases).
## Compiling
1. `git clone https://github.com/dlsf/ThirdPersonSpectator/`
2. `cd PluginWorldLimiter`
3. `./gradlew build` on Unix operating systems or `gradlew.bat build` on Windows
4. Locate the .jar file in the `build/libs` folder## Contributing
Feel free to open new issues with feature requests or bug reports. Pull requests are also appreciated!## Contact
You can contact me on my [support Discord](https://discord.gg/E763gRg).