Skip to content
/ Vault Public
forked from MilkBowl/Vault

Fork of Vault, a permissions, chat, & economy API plugin.

License

Notifications You must be signed in to change notification settings

Foulest/Vault

 
 

Vault

License: GPL v3 CodeQL Downloads JitPack Badge

Vault is a permissions, chat, & economy API to give plugins easy hooks into.

Note: This is an updated fork of the original Vault project.

All credit for the original project goes to the MilkBowl team.

Changes Made

  • Includes all features of the original Vault project (version 1.7.3)
  • Re-coded the entire project for improved efficiency and maintainability
  • Merged the VaultAPI repository into the project itself
  • Removed all built-in support for obsolete permissions and chat plugins
  • Moved existing commands under the /vault command and revised them
  • Added JetBrains annotations to improve code quality
  • Implemented Lombok to reduce boilerplate code
  • Migrated from Maven to Gradle

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 Vault-X.X.X.jar file will be in the build/libs folder.

Download and Run

  1. Download the latest version from the releases page or compile it yourself.
  2. Make sure your server is running Spigot version 1.8.8 or higher.
  3. Place the Vault-X.X.X.jar file in your server's plugins folder.
  4. Start or restart your server.

Getting Help

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

About

Fork of Vault, a permissions, chat, & economy API plugin.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%