zVaults is a powerful and versatile plugin designed to extend Vault's capabilities, making it easier to manage virtual storage, economic data, and other custom features. It integrates seamlessly into your existing setup and provides a robust API for developers.
- Virtual Storage Management: Easily create, modify, and manage virtual or physical vaults.
- Enhanced Vault Integration: Adds advanced functionality for economic systems or permissions.
- Developer-Friendly API: Simple and intuitive tools for integrating zVaults into your own plugins.
- Download the
.jar
file from the Spigot resource page or GroupeZ store. - Place the
.jar
file into yourplugins
folder. - Start your server to generate the necessary configuration files.
- Configure the plugin
zVaults provides an easy-to-use API for developers looking to extend its features or integrate it into their projects. Follow these steps to use it:
Add the required dependencies to your build.gradle
or pom.xml
.
Add the JitPack repository:
repositories {
maven { url 'https://jitpack.io' }
}
Add the zVaults dependency:
dependencies {
implementation 'com.github.GroupeZ-dev.zVaults:API:VERSION'
}
Add the JitPack repository to your pom.xml
:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add the zVaults dependency:
<dependency>
<groupId>com.github.GroupeZ-dev.zVaults</groupId>
<artifactId>API</artifactId>
<version>VERSION</version>
</dependency>
Note: Replace
VERSION
with the specific version of zVaults you want to use.
Detailed documentation and usage examples can be found at zvault.groupez.dev.
zVaults is available for purchase on the following platforms:
If you encounter issues or have questions, feel free to open an issue on GitHub.
Thank you for choosing zVaults! 🎉