Minecraft Servers HQ

Minecraft plugin PlayerVaults

Information about PlayerVaults and servers where it was found

🔒 About PlayerVaults

PlayerVaults — is a plugin for Minecraft servers that provides per‑player personal vaults (virtual chests) with configurable/unlimited pages, asynchronous storage, and multi‑database backends. The plugin solves the problem of limited on‑hand storage by giving each player private vaults that persist between sessions, and it is intended for Spigot/Paper style servers where per‑player storage and permission control are needed.

🎯 Purpose

PlayerVaults is designed to add persistent, permission‑controlled personal storage to a Minecraft server without introducing extra world objects. PlayerVaults addresses storage limits and enables server owners to grant vault access via permissions or admin tools.

⚙ Main features

  • Unlimited/configurable vault pages per player (permission controlled).
  • Multiple storage backends: YAML, SQLite, MySQL (configurable).
  • Asynchronous operations and memory‑efficient caching for minimal lag.
  • Auto‑cleanup of empty vaults and backup tools.
  • Admin commands to view, edit, migrate and manage player vaults.
  • PlaceholderAPI integration for stats and placeholders.

(Features confirmed on the Spigot resource page.)

🧩 Who it fits

  • Survival and RPG servers that need extra player storage.
  • Servers that use permissions plugins (LuckPerms, PermissionsEx, etc.) to gate features.
  • Admins who want remote admin access to player storage for support or moderation.

🏗 Usage examples

  • Give new players access to vault 1 by default and sell/unlock further vaults via permissions/economy.
  • Admin views a player vault to investigate item loss or recover items.
  • Migrate vault contents from a banned account to another player using the provided admin commands.

⌨️ Commands

CommandDescriptionPermissionAccess
/pv <number>Open a specific vault page (player vault).pv.vault. / pv.vault.*Player
/playervaultShow help / basic usage information.playervault.help (if present) / pv.vault.1Player
/pv reloadReload plugin configuration.pv.reloadAdmin / Console

Admin commands

CommandDescriptionPermissionAccess
/pva reloadReload plugin configuration (admin alias).pv.reloadAdmin / Console
/pva infoDisplay plugin statistics and basic info.pv.adminAdmin / Console
/pva cleanupForce cleanup of empty vaults.pv.adminAdmin / Console
/pva list <player>List a player's vaults.pv.adminAdmin / Console
/pva view <player> <vault>View and edit a player's vault.pv.adminAdmin / Console
`/pva clear <vaultall>`Clear a specific or all vaults for a player.pv.admin
/pva delete <player>Delete all vaults of a player.pv.adminAdmin / Console
/pva migrate <from> <to>Transfer vaults between players.pv.adminAdmin / Console
/pva backupCreate a full vault backup.pv.adminAdmin / Console
/pva stats <player>Show detailed player vault statistics.pv.adminAdmin / Console

(Commands list confirmed on the Spigot resource page.) ()

🔐 Permissions

PermissionDescriptionDefault
pv.adminFull administrative access to PlayerVaults admin features.Not specified in official source.
pv.vault.*Access to all vault pages.Not specified in official source.
pv.reloadPermission to reload the plugin configuration.Not specified in official source.
pv.vault.<number>Grants access to vault pages 1..N (e.g. pv.vault.5 grants vaults 1–5).Not specified in official source.
pv.vault.1Default access to vault #1.Confirmed default: true (access to vault 1 only).

(The plugin lists these permission nodes; explicit default values are only confirmed for pv.vault.1 on the official page.) ()

⚙ Installation

📥 Install

  • Download the PlayerVaults .jar from the official resource (Spigot).
  • Place the .jar into your server's plugins/ folder.
  • Fully restart the server (do not use /reload).

📦 Dependencies

  • PlaceholderAPI — integrated for placeholders (optional but supported).
  • No mandatory dependencies are listed; PlayerVaults supports YAML, SQLite and MySQL storage backends.

(Dependencies and backend support confirmed on the Spigot resource page.) ()

🧾 Configuration

  • The plugin exposes reload commands (/pv reload, /pva reload) to reload configuration without a full server reinstall.
  • Information about the exact generated config filename (e.g., config.yml) and defaults is not explicitly documented on the resource page; check the plugin folder after first run.

🧠 Additional information

  • Supported Minecraft core: the resource lists native major version 1.21 and testing on 1.21 — other versions may not be supported or fully tested. Test on a staging server before production deployment. ()
  • PlaceholderAPI integration is listed and PlayerVaults exposes several placeholders for vault counts and sizes. ()
  • Discord support: the Spigot resource links to a Discord support server for help and updates. ()

Known conflicts & limitations

  • Version compatibility outside the advertised major version (1.21) is not guaranteed — reviews note incompatibilities on older versions.
  • If you run proxy setups (BungeeCord/Velocity) or non‑standard server builds, verify compatibility in a test environment (not specified on the page whether proxy is supported).

FAQ

  1. Can PlayerVaults use MySQL? — Yes; the plugin lists multi‑database backends including MySQL and SQLite. ()
  2. Does PlayerVaults support PlaceholderAPI? — Yes, PlaceholderAPI placeholders are listed. ()
  3. Is the plugin asynchronous / performance friendly? — The resource advertises asynchronous operations and memory‑efficient caching. ()
  4. Does it collect metrics (bStats)? — Information about bStats or telemetry is not specified on the official resource page.
  5. Is there a public issue tracker / GitHub? — The Spigot resource links Discord for support; a public GitHub repository or issue tracker is not listed on the resource page (information absent in the official resource). ()

🤝 When to use PlayerVaults

Use PlayerVaults when you need scalable, permission‑controlled personal storage on a Spigot/Paper Minecraft server with database options and PlaceholderAPI integration. PlayerVaults is suitable for survival, RPG, and moderated servers that require remote admin access to player inventories.

(Primary source: official Spigot resource page for PlayerVaults.) ()

Servers with PlayerVaults

The PlayerVaults plugin page shows which servers monitoring found this plugin on, and which platforms and versions it appears with.

Plugins may add commands, economy, protection, permissions, mini-games, integrations, or other mechanics. The actual role of PlayerVaults depends on each server's configuration.

Data is generated automatically from technical server responses. If a server hides its plugin list, it may not appear in this section even if it uses PlayerVaults.

Use the server list with PlayerVaults to compare projects, check compatible versions, or find examples of how the plugin is used on public servers.