Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 3 days ago
BundlePlus
BundlePlus revolutionizes vanilla bundles for Minecraft 1.21.x! Instead of the restrictive vanilla 64-item limit, right-clicking a bundle now opens a custom, secure GUI where you can safely store your items.
Designed for SMPs and survival servers, it includes strict anti-duping measures and per-bundle UUID tracking to ensure player data is never lost or mixed up.
⨠Features
- Custom GUI Storage: Turns normal bundles into portable chests.
- Configurable Sizes: Set the bundle GUI to 27 slots (Normal Chest) or up to 54 slots (Large Chest).
- Inventory Limits: Control the maximum number of bundles a player can carry at one time to balance your economy.
- Anti-Dupe Protection: Strictly prevents placing bundles inside other bundles or moving them while the GUI is open.
- Secure Saving: Items are saved directly to
data.ymlusing unique UUIDs attached to the item's Persistent Data Container.
š® How to Use
- Obtain a standard vanilla Bundle.
- Hold the bundle in your main hand and Right-Click the air or a block.
- Place your items into the GUI that opens.
- Press ESC to close the inventory. Your items are instantly saved and secured!
š Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/bundle reload |
Reloads the configuration changes without restarting the server. | bundleplus.admin |
āļø Configuration Files
config.yml
# Size of the bundle GUI. Must be a multiple of 9.
# 27 = Normal Chest, 54 = Large Chest
bundle-size: 27
# Maximum number of bundles a player can carry in their inventory at once.
max-bundles-per-player: 1
# Messages
messages:
prefix: "&8[&6BundlePlus&8] &7"
reloaded: "&aConfiguration reloaded successfully!"
no-permission: "&cYou do not have permission to do this."
limit-reached: "&cYou cannot carry any more bundles!"


