Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details

VirtualStorages is a Bukkit/Spigot plugin that enhances player storage capabilities by introducing virtual backpacks â accessible from anywhere in the world, allowing players to store items beyond their regular inventory limits.
đ§° Features
-
Virtual Backpacks: Players can access extra inventory space inside a personal virtual backpack. Backpacks are available anywhere â no need for chests!
-
Customizable: Configure titles, messages, and permissions. Allow specific backpack counts using permission nodes.
-
Admin Tools:
- Inspect and manage other playersâ backpacks using
/backpackview <player> - Reload messages dynamically with
/vsreload - All data stored in editable YAML files for easy manual adjustments
- Inspect and manage other playersâ backpacks using
âď¸ Installation
- Download the VirtualStorages plugin JAR.
- Place it into your serverâs
pluginsfolder. - Restart (or start) your server to enable the plugin.
đŹ Commands
| Command | Description | Alias | Permission |
|---|---|---|---|
/backpack |
Opens your virtual backpack | /bp |
virtualstorages.use.# |
/backpackview <player> |
Allows admins to view another playerâs backpack | /bpview <player> |
virtualstorages.admin |
/vsreload |
Reloads messages from the config | â | virtualstorages.admin |
Replace
#with the backpack number (1â999). Example:virtualstorages.use.3lets a player access up to 3 backpack pages.
đď¸ Data Storage
All player backpack data is stored inside the pluginâs data folder. Each file is named after a playerâs UUID, and can be edited manually. Changes are applied instantly, without requiring a server restart.
(Database storage support planned for future updates.)
đźď¸ Screenshots
Single page backpack:

Multiple page backpack:

đ§Š Permissions Overview
virtualstorages.use.#â Access backpack number#(1â999)virtualstorages.adminâ Use/vsreloadvirtualstorages.adminâ Use/backpackview <player>
A permissions plugin (like LuckPerms) is required to manage these effectively.
đ§ą Feedback & Support
Found a bug or have a feature request? Report it on the GitHub Issues page.
â TODO
- [x] Allow viewing other playersâ backpacks
- [x] Make
/vsreloadunnecessary for updating player backpack pages - [ ] Add database storage option


