PrivateVaults

A Minecraft plugin that gives each player one or more secure, private storage “vaults” they can open with /pv

3,89k

PrivateVaults

PrivateVaults

🔑 Key Features

- 32 Opens your vault GUI with a configurable size (default 32 slots) and automatically saves contents on close.

- `/pv <number> <player>` (Admin only—requires `mamtak.pv.adminaccess`) Opens another player’s vault in real time.

- `/pv list` Lists all vault numbers you can access.

- `/pv list <player>` (Admin only—requires `mamtak.pv.adminaccess`) Lists another player’s available vault numbers.

- `config.yml` (OP only) Reloads `config.yml` on the fly—no server restart needed.

- `/pv gui <player>` Opens a multipage gui of the players vaults.

---

⚙️ Configuration

Vault Limits/Permissions

vault-limits:

normal: 2 # mamtak.pv.normal

advanced: 4 # mamtak.pv.advanced

rich: 6 # mamtak.pv.rich

moderator: 8 # mamtak.pv.moderator

admin: 12 # mamtak.pv.admin

owner: 0 # mamtak.pv.owner (0 = unlimited)

---

🔐 Permissions

- other players’ Access up to other players’ vaults (default: 2) - other players’ Access up to other players’ vaults (default: 4) - other players’ Access up to other players’ vaults (default: 6) - other players’ Access up to other players’ vaults (default: 8) - other players’ Access up to other players’ vaults (default: 12) - other players’ Access other players’ vaults (when `vault-limits.owner: 0`) - other players’ Allows listing and opening other players’ vaults (default: OP only)

📥 Usage: - `/pv <number>` – open your vault - `/pv list` – list your vaults - `/pv <number> <player>` – (adminaccess) open another player’s vault - `/pv list <player>` – (adminaccess) list another player’s vaults - `/pv reload` – (OP) reload config on-the-fly - `/pv gui <player>` - opens a multipage gui of the players vaults

⚙️ Configurable in `config.yml`: vault-limits, default-vault-size, vault-sizes.

ADS