Backpacks
This Spigot plugin adds a convenient backpack system to Minecraft that can be used through commands. Players get additional storage space directly in their inventory.

Main Features
- Three sizes of backpacks: small, medium, and large
- Ability to create, delete, and view other players' backpacks, even when they are offline
- Convenient graphical interface for managing backpacks
- Support for multiple languages



Permission System and Commands
Administrative Permissions (bp.admin)
- /bp delete
- Deletes the specified player's backpack - /bgr keepbackpack (true/false) - Keep backpack after death
Backpack Creation Permissions
- bp.small - /bp create s (create small backpack)
- bp.medium - /bp create m (create medium backpack)
- bp.large - /bp create l (create large backpack)
Other Commands
- /bpsee
- View another player's backpack (requires bp.see) - /bpmenu - Open the plugin's graphical menu
- /bp open - Open your backpack
- /bp relaod - Reload bpconfig.yml configuration

Configuration Settings
Main Configuration File
YAML name: "&6[Backpacks] " # This is the configuration version for reference. # DO NOT EDIT THIS VALUE. configVersion: 2 #Available languages #en_US #es_ES #zh_CN locale: en_US # This is the language file version for reference. # EDIT ONLY AFTER ALL LANGUAGE FILES HAVE BEEN UPDATED. languageFile: 4 #Paginated interface for creation and deletion, adds player pages #If this causes lag, change to false paginatedGUI: true #Maximum number of backpacks per player (1-36) maxBP: 9
English Localization File
YAML create: already: "You already have a backpack" perm: "You don't have permission to create a %size% backpack" maxbp: "You cannot create more backpacks" target: already: "%player% already has a backpack" created: "You created a backpack for " create: "%player% created you a %size% backpack" perm: "You don't have permission to create other backpacks" delete: confirm: "Write \"confirm\"" notBackpack: "You don't have a backpack" deleted: "Your backpack has been deleted" target: notBackpack: "%player% doesn't have a backpack" deleted: "%player%'s backpack has been deleted" perm: "You don't have permission to delete other backpacks" deletedBy: "Your backpack has been deleted by %player%" gui: small: "small" medium: "medium" large: "large" title: "&rBackpack Menu" browser: "Enter name" nextPage: "Next page" previousPage: "Previous page" size: small: "&a&lSmall size" medium: "&e&lMedium size" large: "&4&lLarge size" items: create: "Create backpack" delete: "Delete backpack" config: "Settings" configuration: "&rConfiguration" keepBackpack: "Keep Backpack" current: "Current: " back: "Back" search: "Find player" has: "%player% has a backpack" hasNot: "%player% doesn't have a backpack" size: "&rSize" config: gamerule: "Game rule keepBackpack is now set: %bool%" changeSize: "%size% size set to %num% row" small: "Small backpack cannot be bigger than medium backpack" large: "Large backpack cannot be smaller than medium backpack" create: title: "&rOnline Players (%size%)" delete: title: "&rOnline Players (Delete)" open: small: "Small Backpack" medium: "Medium Backpack" large: "Large Backpack" config: reloaded: "[Backpacks] Configuration reloaded!" perms: "You don't have permission to use this command" exist: "This command doesn't exist" open: "Use /bp open to open the backpack" help: "Use /bp help to see the commands" update: "Backpacks has a new update" notUpdate: "Backpacks is updated" title: "&r%player%'s Backpack" backpacks: "&rBackpacks"