Infinite Inventory
This plugin add a infinity inventory
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Infinite Inventory
InfiniteInventory
A Minecraft plugin that allows players to have virtually infinite private inventories (vaults).
Features
- Auto-Saving: Each player can have a theoretically infinite number of vaults, controlled via permissions. - Auto-Saving: Each vault is a 54-slot virtual chest (double chest). - Auto-Saving: Data is saved in YAML format (`plugins/InfiniteInventory/data/<uuid>.yml`) with Base64 serialization to preserve all item metadata (NBT). - Auto-Saving: Inventories are saved when the GUI is closed, when the player disconnects, or when the server shuts down.
Commands
- `/pv [number]`: Opens the specified vault. If no number is provided, it opens vault #1. - Aliases: `/playervault`, `/vault`
Permissions
- `pv.use`: Allows using the `/pv` command. (Default: op) - `pv.max.<N>`: Sets the maximum number of vaults a player can open (e.g., `pv.max.10`). - `pv.unlimited`: Allows access to an unlimited number of vaults. (Default: op)
Installation
1. Download the plugin's `.jar` file. 2. Place it in your Minecraft server's `plugins` folder. 3. Restart the server or reload the plugin.
Requirements
- Java: 1.21+ (Paper/Spigot) - Java: 21+