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.
- 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
- 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
Vault-X.X.X.jar
file will be in thebuild/libs
folder.
- Download the latest version from the releases page or compile it yourself.
- Make sure your server is running Spigot version 1.8.8 or higher.
- Place the
Vault-X.X.X.jar
file in your server'splugins
folder. - Start or restart your server.
For support or queries, please open an issue in the Issues section.