Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.51 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.51 KB

Vulture

License: GPL v3 CodeQL Downloads JitPack Badge

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.

Features

  • 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.

Compiling

  1. Clone the repository.
  2. Open a command prompt/terminal to the repository directory.
  3. Run gradlew shadowJar on Windows, or ./gradlew shadowJar on macOS or Linux.
  4. The built Vulture-X.X.X.jar file will be in the build/libs folder.

Getting Help

For support or queries, please open an issue in the Issues section.