Skip to content

PixelPlayZDEV/Vault

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,001 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Vault Banner

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.

Need to use it in your repository as a dependency? Click here!

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 recoded Vault

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%