Minecraft Vault Setup
Debian / Ubuntu
Overview
Setup the Vault plugin on a PaperMC Minecraft server.
Assumptions
- MariaDB Setup completed. 
- Minecraft Server Setup completed. 
- Logged in as administrative user. 
Plugin Setup
Download and Install the Vault plugin.
Download Vault
Download Vault from GitHub using wget. The following command will save the file to the /tmp directory.
wget https://github.com/MilkBowl/Vault/releases/download/1.7.3/Vault.jar --directory-prefix /tmpInstall Vault
On the Minecraft server, copy the plugin file to the plugins directory within the Minecraft server directory.
cp /tmp/Vault.jar /opt/minecraft/server/plugins/Modify the file permissions as required.
chown minecraft:minecraft /opt/minecraft/server/plugins/Vault.jarchmod 640 /opt/minecraft/server/plugins/Vault.jarRestart Minecraft to generate the configuration files for Vault.
sudo systemctl stop minecraft && sudo systemctl start minecraftConfigure Vault
Vault does not require any configuration to function fully, it works right out of the box. The configuration file, controlling only update notifications, can be found in the created Vault plugin directory.
nano /opt/minecraft/server/plugins/Vault/config.ymlThe update check will keep operators notified about new releases of Vault. Vault is a stable plugin and will not receive updates often.
update-check: trueReferences
- MilkBowl. “Vault GitHub.” 2020. ↩︎ 
- Fandom. “Minecraft Wiki.” 2024. ↩︎