- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/aj-rom/BackPacksPlus
- Contributors:
- FleXxius
- Languages Supported:
- Spanish, Chinese, German, Turkish, Portuguese
- Donation Link:
- https://paypal.me/aJiello
![]()
Wiki | Source | Support | Permissions/Commands
Add customized backpacks to MineCraft!
Custom Textures (using PlayerHeads), and full customization available.
BackPacks
- Item Based, just right click to use. (No ugly command backpacks)
- Customizable size, title, name, crafting recipe, and permission.
- Customizable textures, please see MinecraftHeads.com
- As many as you would like (4 pre configured)
- PersistentData storage (No database needed)
- Renamable (Anvil renaming won't break the backpack)
- Configurable Whitelist/Blacklist per backpack
- Allow access to enderchests
Custom Crafting
Code (YAML):Recipe:
Shape:
- "DDD"
- "DCD"
- "DDD"
Materials:
D: "DIAMOND_BLOCK"
C: "CHEST"![]()
Advanced Recipe List
Code (YAML):# English translation file
General:
Permission: "&cYou do not have permission to use this command!"
CraftPerm: "&cYou do not have permission to craft this backpack!"
NoRenamePerm: "&cYou are not allowed to rename backpacks!"
Use: "&cYou do not have permission to use this backpack!"
Offline-Player: "&e%player% &ccould not be found!!"
Reload: "&8[&cBack&ePacks&b+&8] &aYou have reloaded the plugin!"
BadArgs: "&cIncorrect arguments! &eType &7/bpp help &efor help."
Console: "&8[&cBack&ePacks&b+&8] &cYou must be a player to use this command!"
NotFound: "&e%backpack% &cdoes not exist."
OverLimit: "&7Removed &c%removed% backpacks &7because you are only allowed to carry &e%limit% &7at once."
BackPack:
ItemNotAllowed: "%backpack% &cdoes not let you store &e%item% &cinside."
OnCraft:
- "&8[&a+&8] &aYou have crafted a %backpack%"
OnGive: "&7You have given &e%player% &7- &a%amt%x %backpack%"
OnReceive: "&7You have been given &7- &a%amt%x %backpack%"
Recipe-View:
Header:
- ""
- "&eHere is a list of current &cBackPack &erecipes:"
- " &7Hover over to see crafting recipes!"
Body: " &8[&a+&8]&7 &e%backpack%"
Footer:
- ""
Help:
- ""
- "&7&m &r &8[&cBack&ePacks&b+&8] &7&m "
- " &e/bpp &8 - &7List all accessible backpacks."
- " &e/bpp &ahelp &8- &7Shows this page."
- " &e/bpp &agive &7<&cBackPack&7> <&cPlayer&7> [&camt&7]"
- " &8- &7Give the player the specified backpack"
- " &e/bpp &areload &8- &7Reloads the plugin."
- "&7&m "
- ""Code (YAML):# BackPacks+ by CoachL_ck
# Wiki: https://github.com/aj-rom/BackPacksPlus
# Support: https://discord.gg/KjBMWzVnFf
# PLAYER_HEAD Textures: https://minecraft-heads.com/
# Please do not change Config-Version
Config-Version: 3
Language: "en"
Check-For-Update: true
General:
BackPackLimiter:
Enabled: false
Repeat: 20
Code (YAML):# More Info https://github.com/aj-rom/BackPacksPlus/wiki/BackPack-File
# To add backpacks just copy a section, for example "BackPacks.Basic" or "BackPacks.Advanced"
# Then paste at the bottom, and rename to "BackPacks.NewName"
# For example:
# Basic:
# Name: "Some Name"
# <rest of data>
# NewName:
# Name: "Some Name"
# <rest of data>
Basic:
Name: "&c&lBackPack+"
Title: "&e&lBackPack"
Material: "CUSTOM"
Texture: "http://textures.minecraft.net/texture/8351e505989838e27287e7afbc7f97e796cab5f3598a76160c131c940d0c5"
Lore:
- "&8&m "
- " &7Click me to open this &dBackPack"
- "&8&m "
Enchanted: true
Size: 18
Whitelist: [ ]
Blacklist: [ ]
Recipe:
Shape:
- "LLL"
- "LCL"
- "LLL"
Materials:
L: "LEATHER"
C: "CHEST"
Advanced:
Name: "&e&lAdvanced &c&lBackPack+"
Title: "&e&lAdvanced&c&lBackPack"
Material: "CUSTOM"
Texture: "http://textures.minecraft.net/texture/a3c153c391c34e2d328a60839e683a9f82ad3048299d8bc6a39e6f915cc5a"
Lore:
- "&8&m "
- " &7Click me to open this &dBackPack"
- "&8&m "
Enchanted: true
Size: 27
Whitelist: [ ]
Blacklist: [ ]
Recipe:
Shape:
- "GGG"
- "GCG"
- "GGG"
Materials:
G: "GOLD_BLOCK"
C: "CHEST"
Mega:
Name: "&b&lMega &c&lBackPack+"
Title: "&b&lMega&c&lBackPack"
Material: "CUSTOM"
Texture: "http://textures.minecraft.net/texture/df70fab3246fe027ce0bba885a73c6e82d8ff8f358231e8461f956560cfa58f"
Lore:
- "&8&m "
- " &7Click me to open this &dBackPack"
- "&8&m "
Enchanted: true
Size: 45
Whitelist: [ ]
Blacklist: [ ]
Recipe:
Shape:
- "DDD"
- "DCD"
- "DDD"
Materials:
D: "DIAMOND_BLOCK"
C: "CHEST"
EndPack:
EnderChest: true
Name: "&5&lEndPack"
Title: "&5&lEndPack"
Material: "CUSTOM"
Texture: "http://textures.minecraft.net/texture/b12c0a39cf46a72c18fba307b815462d19974feee7a078643569decbf5b7"
Lore:
- "&8&m "
- " &7Click to open your &5EnderChest"
- "&8&m "
Whitelist: [ ]
Blacklist: [ ]
Recipe:
Shape:
- "EEE"
- "ECE"
- "EEE"
Materials:
E: "STICK"
C: "CHEST"
Translations:
Currently Known Bugs:
- Set Language in your config.yml to your language code.
- English (en), Spanish (es), Chinese (zh), German (de), Turkish (tr), Portuguese (pt-br)
- Run /bpp reload or restart the server.
- Custom Texture Backpack wearable as helmet. This does not break the backpack in anyway, just allows the player to wear it on their head.
For any bugs, suggestions, or other support please join my discord here.

BackPacks+ | Custom BackPack Textures & More! 1.2.4
Add unlimited custom textured backpacks to your server.
-
Bl3ndXDXD, Flak, ohfreddie and 1 other person like this.
Recent Updates
- [1.2.4] Block Place Bug Fix Apr 23, 2021
- [1.2.3] More Languages Apr 7, 2021
- [1.2.2] Duplication Fix Apr 6, 2021
Recent Reviews
-
Guido_Stuck
- 5/5,
¡Excelente! previamente lo mire antes de añadir a mi servidor y era exactamente lo que buscaba, simplemente brillante.
-
Thekrinner
- 5/5,
the plugin is very good but I have a suggestion and it is that it has the option to disable the crafting of the backpacks in general or also individually.
-
KSKY
- 5/5,
------------------------------------
Hello! This will be uptaded to 1.17?
------------------------------------ -
AfkF24
- 5/5,
Great resource, easy to configure and use, no issues whatsoever. Keep up the good work! :)
-
Moroale02
- 5/5,
the help on discord is great, plugin good, configuration easy, I used an older version for Custom Data.
-
Author's Response
This is going to be added back in to the next release just for you <3
-
ohfreddie
- 5/5,
this plugin is easily the BEST backpack plugin. The backpacks look and function amazingly well in-game, plus there are very little to no bugs or other issues. As I am new to running a Minecraft server I wasn't quite sure how to set up the permissions. I messaged him on discord and within 15 minutes he responded and then proceeded to help me for the next hour and a half set up the correct permissions and fix some other problems! If you want the best backpack plugin for your server, or if you need help setting it up, this plugin is for you!
-
Damighty
- 5/5,
Best backpack plugin I've been able to find. Is it possible to use a backpack as material for another backpack though? Like upgrading a basic backpack by making the advanced backpack recipe have the basic backpack in the place of the chest. If not, that is definitely my feature request!
-
Author's Response
Thanks for the review! Awesome suggestion I’ll add it to the list in discord :)
-
TheCiROMG
- 5/5,
El mejor plugin de mochilas para la 1.16 y para server survivals RPG
The best backpack plugin for 1.16 and for server survivals RPG-
Author's Response
<3 Muchos gracias!
-
Hoang_Redstone
- 5/5,
please support for lower version of server please please please :<
wait so long time ago-
Author's Response
<3 Sorry but there just aren't enough players who want support for lower versions yet :( I know you want this and will get implemented eventually, but I decide what to implement next based off of the votes in the discord! Come vote if you also want support for lower MC versions!! :)
-
Pbupph
- 5/5,
The plugin work very great!! next update can u add the option to set no backpack in backpack pls!
-
Author's Response
Thanks for the review, this is already implemented! Go ahead and change NestableBackpacks to false in the configuration. It will be removed completely in the next update. If you need any help configuring this please join the discord or feel free to pm me :) Also the wiki is very helpful! (Linked at the top of this page)