Backpack Plus Addon
Go to filesDo you want a backpack addon that works very similar to the Backpack mods from Java? Or do you want to carry a lot of things but don't have anymore space in your inventory? This addon is just for you!
If you have played any backpack mods from Java, you might be familiar with how this addon will work.
Recipes:
Small Backpack [16 slots]:
Medium Backpack [32 slots]:
Big Backpack [42 slots]:
Big Backpack [63 slots]:
Do not upgrade existing BIG BACKPACK with items inside, ITEMS WILL NOT CARRY OVER!
Now, if you are on a PC, just right-click while the backpack is on your main hand and you can now access the backpack's inventory.
If you are on MOBILE simply tap the "open" button or long-tap the screen while holding the backpack.
PC and mobile have the same backpack GUI.
The items are saved per backpack, so you can put items in the backpack and share the backpack with your friends.
Backpack Commands:
Improved Commands
- /scriptevent bps:reset - Reset the backpack item you are holding.
- /scriptevent bps:clear bp - Deletes all backpacks and item recovery.
- /scriptevent bps:see <ID:int> - See specific backpack items.
- /scriptevent bps:retrieve <ID:int> - Retrieve backpack items.
- /scriptevent bps:set <ID:int> - Manually set your backpack ID.
- /scriptevent bps:delete <ID:int> - Delete backpack and recovery items.
- /scriptevent bps:clean - Delete all empty backpack entities.
- /scriptevent bps:refresh - Refresh backpack addon. Use if there is any problem regarding the addon.
- /scriptevent bps:sudo <Player Name> <Backpack Command> - Allows to execute a backpack command as another player.
- /scriptevent bps:list - See all backpack IDs.
<ID:int> is just the backpack ID number found in the backpack item. When using commands with this, simply enter the ID number. For example, `/scriptevent bps:see 9004`
Backpack Recovery System:
The most important function of the improved backpacks the Recovery System!
ENJOY :D
My Twitter: @Dewdimpple
Also join my Discord server for addon problems or addon updates!
Reminders:
- Make sure to turn on the backpack resource pack in your world if you are using this addon.
- If the UI of the backpack is not the same in the images, it means another resource pack is breaking the UI. To fix this, move the resource pack of the backpack to the very top.
- As always, backup the world first if you are updating from an older version of the backpack, just to be safe.
- Using /kill in your world will break the backpacks.
Updated on November 18
V3.5:
- Added bundle items to the excluded item list. To fix bundles from breaking when being put in backpacks.
- Modified the excluded item "shulker" to "shulker_box" to make shulker shells compatible with backpacks.
V3.4.1:
- Uptated to support 1.21.40+ MC version.
- Fixed wrong resource pack file.
V3.4:
- Improved code for backpack teleporting.
- Fixed other addon renaming the backpack, causing the backpack UI to break.
Bug Fixes:
- Ender chest UI breaking.
Bug Fixes:
- Updated resource pack chest UI for compatibility with my other addons.
Bug Fixes:
- Fixed error appearing during multiplayer when there is no players inside the world.
- More code optimizations.
Bug Fixes:
- Fixed ender chest UI breaking.
Bug Fixes:
- Fixed backpack sometimes despawning while going into a portal while the backpack is on hand.
- Can no longer open backpacks when 1 block near portals.
- Fixed command errors showing related to backpack entities.
Improved Backpack V2 STABLE HOTFIX:
- Fixed when player enters a world they can't interact with their backpacks.
- Instead of updating list of players everytime a player joins. It would now update every 3 seconds.
NEW:
- Added new command
bps:sudo
allows to execute backpack command as other players.- Command Format:
bps:sudo <Player Name> <Backpack Command>
- For example:
/scriptevent bps:sudo Dewdimpple bps:see 1400
,/scriptevent bps:sudo Dewdimpple bps:reset
- Command Format:
Page Update:
- Reduced the amount of downloads. Only the latest version per MC version will be kept.
For Minecraft Bedrock 1.21+
Changes:
- Using stable script version 1.11.0
- Changed command execution from
!bps
to using/scriptevent bps
- For example:
/scriptevent bps:list
,/scriptevent bps:refresh
,/scriptevent bps:see [backpack id]
.
- For example:
- Added new command bps:refresh. Allows to refresh backpack addon.
Technical Changes:
- Remove using chatSend in scripts until it comes out of experimental.
- Remove using watchdogTerminate until it comes out of experimental.
- Replaced chatSend with scriptReceive for commands.
- Increased delay for refreshing player list when new player joins from 3 to 6 seconds.