Vulture is a server protection plugin designed for Minecraft 1.8.9 servers.
Note: This project is still in development and is not yet ready for production use.
- Efficient Packet Handling: Utilizes PacketEvents and Pledge to handle packets.
- Robust Framework: Built upon the framework provided by Rainnny7.
- Exploit Protection: Protects against in-game exploits like IllegalStack.
- Clone the repository.
- Open a command prompt/terminal to the repository directory.
- Run
gradlew shadowJar
on Windows, or./gradlew shadowJar
on macOS or Linux. - The built
Vulture-X.X.X.jar
file will be in thebuild/libs
folder.
For support or queries, please open an issue in the Issues section.