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

1

Download the Plugin

Download the latest version of VaultPack from:

  • SpigotMC

  • Your purchase platform

  • Discord support server

2

Install the Plugin

1

Stop your server

2

Place VaultPack.jar in your server's plugins/ folder

3

If you want economy features, install Vault and an economy plugin (e.g., EssentialsX, CMI)

4

If you want PlaceholderAPI support, install PlaceholderAPI

5

Start your server

3

First Launch

On first launch, VaultPack will:

  • Generate default configuration files in plugins/VaultPack/

  • Create the following files:

    • config.yml - Main plugin configuration

    • backpacks.yml - Backpack tier definitions

    • lang.yml - Language/messages

    • menus/ folder - GUI menu configurations

    • data/ 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 /storage commands

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

  1. Join the server as a player

  2. Run /backpack to open the backpack menu

  3. Run /storage to open the unified storage menu

  4. Run /enderchest to 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

chevron-rightPlugin won't loadhashtag
  • Check that you're running Minecraft 1.21 or higher

  • Verify Java 17+ is installed

  • Check server logs for specific errors

chevron-rightEconomy features don't workhashtag
  • Install Vault plugin

  • Install an economy plugin (EssentialsX, CMI, etc.)

  • Restart the server

chevron-rightGUI placeholders show as %placeholder%hashtag
  • Install PlaceholderAPI

  • Restart the server

  • Run /papi reload

chevron-rightPlayers can't craft backpackshashtag
  • Check that recipes are properly configured in backpacks.yml

  • Verify 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.