Vault
A common API for chat, permission and economy plugins.
Last updated
Was this helpful?
A common API for chat, permission and economy plugins.
Last updated
Was this helpful?
Vault provides a common API to give plugins access to chat, permission and economy systems easily and quickly. Instead of plugin developers needing to write support for each individual plugin providing these features, they will only need to write a Vault hook and they can support all plugins providing chat, permission and/or economy systems (provided that the plugin supports Vault).
Download Vault from its or its or directly from its .
Next, install the plugin into the plugins
folder in your server. Need help? Check out .
Vault works out of the box without configuration in most cases. Plugins that hook into Vault (e.g. ) will automatically find Vault and connect to it and provides a hook for plugins to work with it.
Other plugins, such as can use the information provided by Vault (e.g. DiscordSRV can get the group names from your permissions plugin)
Vault has two commands which server admins can use to manage the plugin. These are:
/vault-info
- Shows plugins which are installed that provides chat, permissions or economy systems.
/vault-convert
- Converts data between economy systems that are installed. Requires you to have at least two economy systems loaded.
.
- If you are a plugin developer and want to add Vault support to your plugins