Dedicated Minecraft Server Hosting
  • Minecraft Server Docs
  • Basic Server Setup
    • How to Join a Minecraft Server
    • How to Adding Sub-users
    • How to Server Icon
    • How to Upload Files using SFTP
    • How to Creating MySQL Databases
    • How to Enable command Blocks
    • How to Install jar file
    • How to Upload Custom Minecraft Map
    • How to setup a server whitelist
    • How to setup and use Gamerules
    • How to setup a Reverse Proxy
    • How to set a custom MOTD
  • plugins
    • EssentialsX
    • Vault
    • LuckPerms
    • CoreProtect
    • Litebans
    • GriefPrevention
    • Advanced Anti-Cheat
    • Conditional Commands
    • AdvancedBan
    • Chunky
    • DiscordSRV
    • viaversion
    • Citizens 2
    • Prism
    • dynmap
    • CraftingStore
    • ServerNPC
    • Spark
    • Votifier
    • WorldEdit
    • Multiverse
    • Milk
    • GeyserMC
    • BungeeGuard
  • Scheduling Actions
  • Creating a Reverse Proxy
  • Resetting your world
  • Serverwide Resource Packs
  • Adding MySQL Databases
  • Setting Up Fabric
  • template
  • Installing Fabric mods on your server
  • DedicatedMinecraft Docs Overview
  • Installing Forge mods on your server
  • Server Optimization Guide
  • fabric_mods
    • LuckPerms
    • Chunky
    • Performance Mods
  • Basic Controls
  • Setting Up Forge
  • How to change your MOTD
  • Creating Backups
  • Installing Plugins on your server
  • Datapacks
  • Subusers
  • Editing Account Details
  • 2-Factor Authentication
  • Adding an icon to your server.
  • Using A Domain
  • How to use SFTP to transfer files
  • Contributing to the dedicatedminecraft.host documentation
  • change-java-version
  • How to take a Timings Report
  • Server Jars
  • File Manager Controls
  • SRVControl
  • Adding admin to minecraft server
Powered by GitBook
On this page
  • What does this plugin do?
  • Installation Instructions
  • Usage instructions
  • Commands
  • Info

Was this helpful?

Edit on Git
  1. plugins

Vault

A common API for chat, permission and economy plugins.

PreviousEssentialsXNextLuckPerms

Last updated 4 years ago

Was this helpful?

What does this plugin do?

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

Installation Instructions

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 .

Usage instructions

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)

Commands

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.

Info

.

- If you are a plugin developer and want to add Vault support to your plugins

Spigot Resource page
BukkitDev page
GitHub repo
this guide
LuckPerms
DiscordSRV
Spigot Resource page
BukkitDev page
GitHub repo
Vault API