Vault is a permissions, chat, & economy API to give plugins easy hooks into.
Note: This is an changed fork of an updated fork of the original Vault project.
All credit for the original project goes to the MilkBowl team. AND all credit for the updated fork goes to Foulest.
- 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
/vaultcommand 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 shadowJaron Windows, or./gradlew shadowJaron macOS or Linux. - The built
Vault-X.X.X.jarfile will be in thebuild/libsfolder.
Need to use it in your repository as a dependency? Click here!
- 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.jarfile in your server'spluginsfolder. - Start or restart your server.
For support or queries, please open an issue in the Issues section.
