Backpacks+
Never run out of inventory space again
Backpacks+ add 4 craftable backpack sizes changeable in the config. BackPacks+ don't use any kind of files or database to store the items it's all stored inside one item like a shulker box for example, also support fast loading and lunoading from chests.
Dependency
Mechanics
- A Backpack can be crafted.
- A Backpack can be stored inside a chest.
- You can't put a Backpack inside another Backpack.
- Players can open other players backpacks if they right click with the backpack in hand.
- The use of Backpacks can be restricted using the permissions :
- [backpacksplus.use.small]
- [backpacksplus.use.medium]
- [backpacksplus.use.large]
- [backpacksplus.use.extralarge]
- The crafting can be allowed for a player using the permission :
- [backpacksplus.craft]
- If keep_backpack_on_death is set to false the player will loose the backpack and all the items inside will be dropped on the ground.
- While holding a backpack and enable_fast_load_unload is set to true:
( Shift + Right Click ) to unload the backpack content into a chest
( Shift + Left Click ) to load items from a chest into you backpack
Permissions
[backpacksplus.use.small] Let you use the small Backpack
[backpacksplus.use.medium] Let you use the medium Backpack
[backpacksplus.use.large] Let you use the large Backpack
[backpacksplus.use.extralarge] Let you use the extra large Backpack
[backpacksplus.craft] Let you craft the Backpacks
[backpacksplus.create] Use /bpp create <backPack>
[backpacksplus.reload] Use /bpp reload
[backpacksplus.help] Use /bpp help
[backpacksplus.permission] Use /bpp permission
Commands
/bpp help: show all Backpacks+ commands
/bpp reload: reload the config
/bpp create <backPack>: create a backpack
<backPack> : small - medium - large - extra_large
/bpp permission : show all Backpacks+ permission
Crafting
Config
Code:
chat_prefix: '&3bpp >> ' # Chat prefix
chat_line_color: '&2' # The Line color in the chat
loading_from_chest_message: '&2%count% &ritems added to the &2Backpack' #the message shown when a player load item from a chest.
unloading_to_chest_message: '&2%count% &ritems added to the &6chest' #the message shown when a player unload items to a chest.
enable_crafting: true # Make the backpacks craftable
keep_backpack_on_death: true #if set to true the backpack will drop as an item, if set to false the backpack get deleted and the items inside drop on the ground
enable_fast_load_unload: true # Enable Fast loading and unloading items from backpacks to chests
small_packpack_description: A Small BackPack # The Lore of the Small Backpack
medium_packpack_description: A Medium BackPack # The Lore of the Medium Backpack
large_packpack_description: A Lore BackPack # The Lore of the Large Backpack
extra_large_packpack_description: An Extra Large BackPack # The Lore of the Extra-Large Backpack
small_size: 18 # Small Backpack size 2*9
medium_size: 27 # Medium backpack size 3*9
large_size: 36 # Large Backpack size 4*9
extra_large_size: 54 # Extra-large Backpack size 6*9 (the max is 6*9)
Upcoming Features
Backpacks Bank (store the backpacks with unlockable slots)
Custom Crafting Recipes
...
- leave any suggestion you have in the discussion section and I'll must likely add it.
Terms of service
You are not allowed to decompile the source code!
You are not allowed to re-upload the plugin!
You are not allowed to include the source code in your plugin!
You are not allowed to claim this plugin as yours!
Disclaimer
This plugin is still in development and might contain bugs, if you find a bug please report it in the discussion section.
when reporting a bug please provide these information:
- Server Software (Spigot, Bukkit...)
- Server Version (1.11, 1.12...)
- Backpacks+ Version
- Output in the console
- Description of the Bug