Vaultcher is a powerful plugin that combines security (vault) with the core functionality of a voucher. It provides a seamless, efficient way to manage digital vouchers on your Minecraft server.
To see the basics go to the GitBook Page!
Although the plugin is not officially listed as a library, you can still integrate it into your project by following these steps:
dependencies {
implementation files('libs/plugin.jar')
}implementation(files("libs/plugin.jar"))<dependencies>
<dependency>
<groupId>net.solostudio</groupId>
<artifactId>vaultcher</artifactId>
<version>{VERSION}</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/plugin.jar</systemPath>
</dependency>
</dependencies>/vaultcher reload- Reloads the plugin./vaultcher create --name "<name>" --uses <uses> --command "<command>"- Creates a new vaultcher./vaultcher menu- Opens the vaultcher menu./vaultcher delete --name "<name>"- Deletes the vaultcher./vaultcher edituse --name "<name>" --nuse: <new use>- Edits the uses of the vaultcher./vaultcher editname --name "<name>" --nname: "<new name>" - Edits the name of the vaultcher./vaultcher editcommand --name "<name>" --ncommand "<new command>"- Edits the command of the vaultcher./vaultcher add --name "<name>" --target "<target>"- Adds a permission to the vaultcher./vaultcher give --name "<name>" --target "<target>"- Gives a permission to the vaultcher./vaultcher redeem --name "<name>"- Redeems the vaultcher./vaultcher referral create- Creates a new unique referral code./vaultcher referral --redeem "<name>"- Redeems the referral code./vaultcher about- Gives information about the plugin.
vaultcher.reloadvaultcher.createvaultcher.menuvaultcher.deletevaultcher.editusevaultcher.editnamevaultcher.editcommandvaultcher.addvaultcher.givevaultcher.all-menuvaultcher.adminvaultcher.referral.createvaultcher.referral.redeemvaultcher.about
%v_activators%- It shows how many people have activated your code so far.%v_code%- Shows your code.%v_is_activated%- Shows whether you have already activated a code.
Contributions are always welcome! If you have ideas for improvements, feel free to join the Discord server and open a ticket. Let's build something awesome together!
This plugin is licensed under the Apache-2.0 License.
