getting started
This guide will help you install and set up VaultPack on your Minecraft server.
Requirements
Server Requirements
Minecraft version 1.21 or higher
Java 17 or higher
Spigot, Paper, or compatible fork
Optional Dependencies
VaultPack works standalone but integrates with these plugins for enhanced features:
Vault - Required for economy features
PlaceholderAPI - Required for GUI placeholders and chat integration
EcoItems - For custom item support in crafting recipes
Installation
First Launch
On first launch, VaultPack will:
Generate default configuration files in
plugins/VaultPack/Create the following files:
config.yml- Main plugin configurationbackpacks.yml- Backpack tier definitionslang.yml- Language/messagesmenus/folder - GUI menu configurationsdata/folder - Player data storage
Initial Configuration
Basic Setup
After installation, you should configure these basic settings:
Economy Settings
Edit config.yml:
Storage Limits
Configure maximum slots and pages:
Permissions
Decide whether to use permissions or economy:
Default Player Setup
By default, new players will have:
1 backpack slot unlocked
1 ender chest page unlocked
Permission to use
/backpack,/enderchest, and/storagecommands
To change this, modify:
Verifying Installation
Check Plugin Status
Run the following command in console or in-game:
You should see VaultPack in green, indicating it's loaded successfully.
Check Dependencies
Look at the server startup log:
✓ means the dependency is detected
✗ means the dependency is not found (features will be limited)
Test Basic Functionality
Join the server as a player
Run
/backpackto open the backpack menuRun
/storageto open the unified storage menuRun
/enderchestto access ender chest pages
If these commands work, VaultPack is properly installed!
Next Steps
Now that VaultPack is installed, you can:
Customize your configuration
Set up permissions for your players
Configure backpack types and recipes
Customize menu appearances
Set up PlaceholderAPI integration
Troubleshooting
Plugin won't load
Check that you're running Minecraft 1.21 or higher
Verify Java 17+ is installed
Check server logs for specific errors
Economy features don't work
Install Vault plugin
Install an economy plugin (EssentialsX, CMI, etc.)
Restart the server
Players can't craft backpacks
Check that recipes are properly configured in
backpacks.ymlVerify players have the crafting permission (e.g.,
vaultpack.craft.small)Check if EcoItems is required for certain recipes
For more help, visit our Troubleshooting Guide or join the Discord support server.