Skip to content
MinecraftPlugins.org logoMinecraftPlugins.org

How to Install Vault On a Minecraft Server

GuidesBy MateitaPublished Updated 2 min read

Vault is a bridge plugin that allows Minecraft plugins to communicate with economy, permissions, and chat plugins. To install Vault, download the Vault JAR, place it in your server's plugins folder, install a Vault-compatible economy plugin such as EssentialsX Economy, then restart your server. Once Vault detects your economy provider, plugins that depend on Vault will work correctly.

How to Install Vault on a Minecraft Server #

Vault is one of the most widely used Minecraft plugins. It acts as a bridge between plugins and your economy, permissions, and chat plugins. Many popular plugins require Vault to function correctly.

This guide will show you how to install Vault on a Paper, Purpur, or Spigot server.


What Is Vault? #

Vault is not an economy plugin by itself.

Instead, it provides a common API that allows plugins to communicate with:

For example, AuctionHousePlus and TradeSpire use Vault to access player balances.


1. Stop Your Server #

Before installing any plugin, stop your Minecraft server completely.

Installing plugins while the server is running can cause them not to load correctly. Don't use tools such as PlugMan when loading a plugin for the first time.


2. Download Vault #

Download the latest Vault plugin JAR and save it to your computer.

Make sure you download the official release that's compatible with your server software.


3. Move Vault into the Plugins Folder #

Open your server directory.

Copy the Vault JAR into:

plugins/

Example:

Server/
├── plugins/
│   ├── Vault.jar
├── world/
└── server.jar

4. Install an Economy Plugin #

Vault requires an economy provider.

Popular choices include:

PluginPurpose
EssentialsX EconomyMost common economy plugin (Recommended)
CMIIncludes economy support
Any Vault-compatible economy pluginSupported

Without an economy plugin, Vault cannot provide balances to other plugins, so it will never work.


Although optional, most servers also install a permissions plugin.

My personal choice is:

This allows plugins using Vault to access permission information. It is not required, but highly encouraged.


6. Start the Server #

Start your server.

If Vault loads successfully, it should appear in your plugin list.

Run in-game:

/plugins

You should see "Vault" listed in green. If you've installed CMI / EssentialsX / an economy provider check that too. If it's also green it should work.


Common Issues:

Economy Doesn't Work #

Remember that Vault only connects plugins together.

You still need an actual economy plugin such as EssentialsX Economy.


Plugins That Require Vault #

Many plugins depend on Vault, including:


Tips #

vault vault plugin minecraft vault install vault vault setup essentialsx luckperms paper purpur spigot economy plugin minecraft plugins

Frequently asked questions

Do I need Vault?

Only if one of your plugins requires it. Many economy, shop, auction, and trading plugins depend on Vault.

Is Vault an economy plugin?

No. Vault is a bridge that connects plugins to an economy plugin. You still need to install an economy provider such as EssentialsX Economy.

What economy plugin should I use?

EssentialsX is the most common choice, but any economy plugin that supports Vault will work.

Does Vault work on Paper, Purpur, and Spigot?

Yes. Vault is compatible with all major Bukkit-based server software, including Paper, Purpur, and Spigot.

Does Vault work with Folia?

No, it doesn't. There's forks of it out there with Folia support, but the official Vault doesn't support Folia