◦•●❤♡ ᴄᴏɴᴛᴀᴄᴛ ꜱʜɪᴍᴍᴇʀᴇɴᴄᴇ ꜰᴏʀ ꜱᴜᴘᴘᴏʀᴛ ♡❤●•◦
Tested Minecraft Versions: 1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 / 1.14 / 1.15 / 1.16 / 1.17 / 1.18 / 1.19
Languages Supported: English, Japanese (and can also be translated easly)
Donation Link: http://a.devs.beer/donate
Finally a working and well made Backpacks plugin!
Are you tired of all bugged, not maintained and not working Backpacks plugins? Just use mine
![[IMG] [IMG]](/proxy.php?image=https%3A%2F%2Fi.imgur.com%2FudxQqVc.png&hash=1c2e8ab220f40eb288c87369e22d9efa)
![[IMG] [IMG]](/proxy.php?image=https%3A%2F%2Fi.imgur.com%2FNKEZR28.png&hash=5e4b648223e23ed12fe0a5b3174ac258)
![[IMG] [IMG]](/proxy.php?image=https%3A%2F%2Fi.imgur.com%2Flx2WMtI.png&hash=89987f6517fb7826301f6b233a07aa6e)
![[IMG] [IMG]](/proxy.php?image=https%3A%2F%2Fi.imgur.com%2Fw0650zY.png&hash=a701a734701a6e74d4c240f139403d5d)
![[IMG] [IMG]](/proxy.php?image=http%3A%2F%2Fwww.matteodev.it%2Fspigot%2Ftest_server_banner.php&hash=b2a3bb80be448ebe40214d397b8f7fc7)
Features
Minecraft 1.8 to 1.17 compatibility, always updated
15 already included backpacks (you can create your own!)
Portable backpacks
Sounds for each backpack event
Automatic put drops into backpacks when picking them up (can be disabled)
Open backpacks on right-click item in inventory for a faster use (MC 1.9+)
Fully customizable recipes, head texture, material, model (compatible with NewItems and ItemsAdder)
Save every item attribute! Lore, name, enchants, everything!
Trade them with other players (you can drop them, they are normal items)
Drop backpacks on death
Use a special virtual personal backpack that can't be lost on death (/ebp)
Limit crafting using permissions
Blacklist and whitelist items for each backpack
Admins can open other players backpacks (virtual backpack /ebp) using special command /ebp <player>
Anti lag to avoid open/close spam by bots
Compatible with ChestSort
Simple Java developers API
MySQL sync support
Create pre-filled backpacks (useful for crates, prizes, events...)
Delayed opening backpacks
UltimateStacker compatibility
Commands:
/ebp
it opens your personal backpack
permission: ebp.user.ebp
size permission:
ebp.user.size.9
ebp.user.size.18
ebp.user.size.27
ebp.user.size.36
ebp.user.size.45
ebp.user.size.54
Put items in backpack permission:
ebp.user.ebp.put
Take items from backpack permission:
ebp.user.ebp.take
/ebp <player>
it opens a user personal backpack
permission: ebp.user.ebp.others
/ebpc
it opens a menu with crafting help
no permission
/ebpget <name>
gives you the specified backpack
permission: ebp.admin.ebpget
/ebpgive <player> <name>
gives to a player the specified backpack
permission: ebp.admin.ebpgive
/ebpauto
enable or disable autopickup feature
Permissions:
Craft portable backpack permission:
ebp.user.craft.<name>
Auto pickup permission:
ebp.user.autopickup
Use portable backpack permission:
ebp.user.use.<name>
Advanced:
Example backpack with texture from NewItems:
Code (Java):
cool_backpack:
display_name: '&fCool Backpack'
item:
type: NEWITEMS_ITEM
name: item66
size: 3
craft_recipe:
pattern:
- XXX
- LCL
- XLX
ingredients:
L: LEATHER
C: CHEST
Example backpack with texture from ItemsAdder:
Code (Java):
cool_backpack:
display_name: '&fCool Backpack'
item:
type: ITEMSADDER_ITEM
name: plastic_bag
size: 3
craft_recipe:
pattern:
- XXX
- LCL
- XLX
ingredients:
L: LEATHER
C: CHEST
Tested Minecraft Versions: 1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 / 1.14 / 1.15 / 1.16 / 1.17 / 1.18 / 1.19
Languages Supported: English, Japanese (and can also be translated easly)
Donation Link: http://a.devs.beer/donate

Finally a working and well made Backpacks plugin!
Are you tired of all bugged, not maintained and not working Backpacks plugins? Just use mine

![[IMG] [IMG]](/proxy.php?image=https%3A%2F%2Fi.imgur.com%2FudxQqVc.png&hash=1c2e8ab220f40eb288c87369e22d9efa)
![[IMG] [IMG]](/proxy.php?image=https%3A%2F%2Fi.imgur.com%2FNKEZR28.png&hash=5e4b648223e23ed12fe0a5b3174ac258)
![[IMG] [IMG]](/proxy.php?image=https%3A%2F%2Fi.imgur.com%2Flx2WMtI.png&hash=89987f6517fb7826301f6b233a07aa6e)
![[IMG] [IMG]](/proxy.php?image=https%3A%2F%2Fi.imgur.com%2Fw0650zY.png&hash=a701a734701a6e74d4c240f139403d5d)
Features






















Commands:
/ebp
it opens your personal backpack
permission: ebp.user.ebp
size permission:
ebp.user.size.9
ebp.user.size.18
ebp.user.size.27
ebp.user.size.36
ebp.user.size.45
ebp.user.size.54
Put items in backpack permission:
ebp.user.ebp.put
Take items from backpack permission:
ebp.user.ebp.take
/ebp <player>
it opens a user personal backpack
permission: ebp.user.ebp.others
/ebpc
it opens a menu with crafting help
no permission
/ebpget <name>
gives you the specified backpack
permission: ebp.admin.ebpget
/ebpgive <player> <name>
gives to a player the specified backpack
permission: ebp.admin.ebpgive
/ebpauto
enable or disable autopickup feature
Permissions:
Craft portable backpack permission:
ebp.user.craft.<name>
Auto pickup permission:
ebp.user.autopickup
Use portable backpack permission:
ebp.user.use.<name>
Advanced:
Example backpack with texture from NewItems:
Code (Java):
cool_backpack:
display_name: '&fCool Backpack'
item:
type: NEWITEMS_ITEM
name: item66
size: 3
craft_recipe:
pattern:
- XXX
- LCL
- XLX
ingredients:
L: LEATHER
C: CHEST
Example backpack with texture from ItemsAdder:
Code (Java):
cool_backpack:
display_name: '&fCool Backpack'
item:
type: ITEMSADDER_ITEM
name: plastic_bag
size: 3
craft_recipe:
pattern:
- XXX
- LCL
- XLX
ingredients:
L: LEATHER
C: CHEST