Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.5
Platforms
Links
Tags
Creators
Details
🛡️ XPVault Plugin – Comprehensive Technical Guide
What is XPVault?
XPVault is an advanced plugin for Minecraft that allows players to securely manage their experience points (XP). It introduces a personal XP vault system where players can save, retrieve, and transfer XP. XPVault enhances multiplayer gameplay by offering reliability and customization.
✅ Key Features
- Secure XP vault system to store XP.
- Recover saved XP anytime — especially after death.
- Send and receive XP between players.
🧭 Available Commands
/save <amount>
- Function: Save XP to your personal vault.
- Alias:
/xs - Permission:
xpvault.save(default: true, open to all players) - Example:
/xs 100 - You can put
100lto save 100 levels.
/give <player> <amount>
- Function: Give XP to another player.
- Alias:
/xg - Permission:
xpvault.give(default: true, open to all players) - Example:
/xg [name] 500l - You can put
100lto give 100 levels.
/restore [amount]
- Function: Retrieve XP from your vault.
- Alias:
/xr - Permission:
xpvault.restore(default: true, open to all players) - Example:
/restoreor/xr 200 - You can put
100lto restore 100 levels.
🧩 PlaceholderAPI ( Version plugin 2.2 up )
XPVault supports PlaceholderAPI (optional — the plugin works fine without it too).
%xpvault_levels%— Returns the number of levels saved in the player's vault. If nothing is saved, it returns0.


