Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Backpacks
PluginMIT

Backpacks

Spigot plugin that adds backpacks accesible with commands

1.1K
Downloads
10
Followers
2 years ago
Updated
📦
1
Versions
game-mechanicsutilitypaperspigot
Download Latestv2.2.2View on Modrinth

📖About Backpacks

Backpacks

Spigot plugin that adds backpacks accessible with commands

Badges:

Latest Version

  • Three sizes of backpacks: small, medium and large
  • Create, delete and see backpacks of online or offline players
  • A GUI to create, configure and delete backpacks
  • Multiple languages

  • Permission: bp.admin →
    • Commands:
      • /bp delete : Deletes a player backpack
      • /bgr keepbackpack (true/false) : To keep your backpack after dead
  • Permission: bp.small →
    • Commands:
      • /bp create s : Creates a small backpack
  • Permission: bp.medium →
    • Commands:
      • /bp create m : Creates a medium backpack
  • Permission: bp.large →
    • Commands:
      • /bp create l : Creates a large backpack
  • Permission: bp.see →
    • Commands:
      • /bpsee : To see other player backpack
  • Other Commands
    • /bpmenu : Plugin GUI
    • /bp open : To open your backpack
    • /bp relaod : Reloads bpconfig.yml

Default config.yml
name: "&6[Backpacks] "

# This is the config version for reference.
# DO NOT EDIT VALUE.
configVersion: 2

#Available languages
#en_US
#es_ES
#zh_CN
locale: en_US

# This is the en_US.yml version for reference.
# ONLY EDIT ONCE ALL LANGUAGE FILES HAVE BEEN UPDATED.
languageFile: 4

#Paginated create and delete GUIs, adds pages of players to create and delete GUIs
#If using this gives lag just change to false
paginatedGUI: true

#Maximun number of backpacks per player (1-36)
maxBP: 9
Default en_US.yml
create:
  already: "You already have a backpack"
  perm: "You do not have permission to create a %size% backpack"
  maxbp: "You can not create more backpacks"
  target:
    already: "%player% already has a backpack"
    created: "You created a backpack to "
    create: "%player% created you a %size% backpack"
    perm: "You do not have permission to create other backpacks"
delete:
  confirm: "Write \u0022confirm\u0022"
  notBackpack: "You do not have a backpack"
  deleted: "Your backpack has been deleted"
  target:
    notBackpack: "%player% does not have a backpack"
    deleted: "%player%'s backpack has been deleted"
    perm: "You do not 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: "Write the name"
  nextPage: "Next page"
  previousPage: "Previous page"
  size:
    small: "&a&lSmall size"
    medium: "&e&lMedium size"
    large: "&4&lLarge size"
  items:
    create: "Create a backpack"
    delete: "Delete a backpack"
    config: "Config"
    configuration: "&rConfiguration"
    keepBackpack: "Keep Backpack"
    current: "Current: "
    back: "Back"
    search: "Search a player"
    has: "%player% has a backpack"
    hasNot: "%player% does not have a backpack"
    size: "&rSize"
  config:
    gamerule: "Gamerule keepBackpack is now set: %bool%"
    changeSize: "%size% size set to %num% row"
    small: "Small backpack can't be bigger than medium backpack"
    large: "Large backpack can't be smaller than medium backpack"
  create:
    title: "&rPlayers Online (%size%)"
  delete:
    title: "&rPlayers Online (Delete)"
  open:
    small: "Small Backpack"
    medium: "Medium Backpack"
    large: "Large Backpack"
config:
  reloaded: "[Backpacks] Config reloaded!"
  perms: "You do not have permission to use this command"
  exist: "This command doesn't exists"
  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 up to date"
  title: "&r%player%'s Backpack"
  backpacks: "&rBackpacks"

Found an issue? Report the issue on Github or join the Discord

👥 Team & Contributors

IB
IBOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperspigot
Minecraft Versions
1.131.13.11.13.21.141.14.11.14.21.14.31.14.4+19 more

🔗 Links

Modrinth Page