Skip to content

The ultimate customizable vault plugin. Personal, team, and multi-server vaults endless storage

Notifications You must be signed in to change notification settings

MrLouisDew/zVaults

 
 

Repository files navigation

zVaults - Plugin for Vault

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.


Features

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

Installation

  1. Download the .jar file from the Spigot resource page or GroupeZ store.
  2. Place the .jar file into your plugins folder.
  3. Start your server to generate the necessary configuration files.
  4. Configure the plugin

API for Developers

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:

Using JitPack

Add the required dependencies to your build.gradle or pom.xml.

Gradle

Add the JitPack repository:

repositories {
    maven { url 'https://jitpack.io' }
}

Add the zVaults dependency:

dependencies {
    implementation 'com.github.GroupeZ-dev.zVaults:API:VERSION'
}

Maven

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.


Documentation

Detailed documentation and usage examples can be found at zvault.groupez.dev.


Purchase

zVaults is available for purchase on the following platforms:


Support

If you encounter issues or have questions, feel free to open an issue on GitHub.


Thank you for choosing zVaults! 🎉

About

The ultimate customizable vault plugin. Personal, team, and multi-server vaults endless storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%