Backpack
Everyone wants extra storage, Backpack!
Do not use the 1.6.x builds of backpack with a 1.7.x. server....
Backpack
Core Features
- Configurable Drop on death
- Uses Vault for Economy handler.
- Allow your players to expand their Backpack from 9 slots to a max of 54.
- Multiworld support with different Backpacks or Sharing!
- Overflow abilities from players main inventory. (Must have at least 1 open slot to make overflow abilities work).
- Blacklist Abilities - deny certain items in the Backpack
- Fully functional API.
Spout Enabled Features
[Requires SpoutPlugin ]
- Custom GUI for Upgrading Backpacks.
- Custom Hotkey assignments for opening Backpack.
Multi-Server Enabled
- This plugin is written for both Bukkit and Spout Servers.
Developers:
- AlmuraDev Team
Configuration
File: config.yml
General:
- use-economy: Whether or not to enable economy system for backpack purchase & upgrades.
- use-spout: Whether or not to enable SpoutPlugin based features.
Admin:
- control-panel: Enable or disable Admin Panel.
- hotkey: KEY_V {default keybinding inside of Spoutcraft to display Admin Panel}
Backpack:
- no-perm-default-size: 9 {default backpack size if no permissions system found}
- hotkey: KEY_B {default keybinding inside of Spoutcraft to open Backpack}
File: blacklist.yml
- Contains list of items you dont want users to save in their backpack.Follow file format automatically created. Use only names of materials, not numbers.
File: share.yml
- Contains list of backpack shareable worlds.
share: world: - world_nether - world_end
In this above configuration, WORLD is the name of the Parent World. The child objects below it will be the name of shared worlds from the parent. Simply modify the name of your Parent Worlds to get the specific world sharing you desire.
- If you used any previous build of Backpack prior to build 81, I would advise you that if you decide to use the world sharing feature, delete any world directory in your /backpacks/ directory that is now being shared. The existence of these now un-used files give troubles for the upgrade procedure under very specific circumstances.
Permissions
Here's a list of specific permissions nodes for this plugin and what each does.
- backpack.use = Allows the users to use the Backpack itself.
- backpack.upgrade = Allows for users to upgrade their Backpack.
- backpack.keepitems = Allows users to keep items in Backpack upon player death.
- backpack.noblacklist = Allows users to bypass the backpack blacklist.
- backpack.noupgradecost = Allows users to upgrade backpack for free.
- backpack.overflow = Allows item pickups to automatically go into the backpack if users inventory is almost full.
- backpack.share = Allows backpack to be shared across specified worlds from share.yml
- backpack.admin = Allows user to use Admin Panel.
- backpack.size.18 = Allow 18 Slot Backpack.
- backpack.size.27 = Allow 27 Slot Backpack.
- backpack.size.36 = Allow for 36 Slot Backpack.
- backpack.size.45 = Allow for 45 Slot Backpack.
- backpack.size.54 = Allow for 54 Slot Backpack.
Commands
- /backpack = Opens Backpack
- /backpack upgrade = Upgrades backpack
Addons
Support
Support for this and all other AlmuraDev plugins can be found by joining our chat channel here:
Hard Dependencies
- Bukkit 1.5.1+
Soft Dependencies
- SpoutPlugin [Needed for Hotkeys and Custom Interface] << Not Required
- Vault 1.2.15+ [Needed for Economy Support] << Not Required
Spoutcraft & SpoutPlugin

Get Spoutcraft & Spoutplugin Now! >> Get Spout!
Donations for this project can be directed here: PayPal: Click Here
Many thanks for your consideration.
-
View User Profile
-
Send Message
Posted Jul 3, 2012can someone help me with my problem?
(below \ / )
-
View User Profile
-
Send Message
Posted Jul 3, 2012@phuriousgeorge
fully agree, much like giftpost/virtual chest allows you to view players virtual chests, etc. should def be added within an update.
-
View User Profile
-
Send Message
Posted Jul 2, 2012As a server admin, I have to ask, is it possible for admins or moderators to access the backpack of a player to ensure they aren't hiding items in it?
Looks like a great plugin!
-
View User Profile
-
Send Message
Posted Jul 2, 2012THIS TOO:
2012-07-02 17:03:51 [INFO] [SpoutBackpack] Enabling SpoutBackpack v2.3.6_3 2012-07-02 17:03:51 [SEVERE] Error occurred while enabling SpoutBackpack v2.3.6_3 (Is it up to date?) java.lang.NoSuchMethodError: me.neatmonster.spoutbackpack.SpoutBackpack.getConfiguration()Lorg/bukkit/util/config/Configuration; at me.neatmonster.spoutbackpack.SpoutBackpack.loadOrReloadConfiguration(SpoutBackpack.java:125) at me.neatmonster.spoutbackpack.SpoutBackpack.onEnable(SpoutBackpack.java:83) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
this may be more helpful...
-
View User Profile
-
Send Message
Posted Jul 2, 20122012-07-02 16:10:33 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'backpack' in plugin SpoutBackpack v2.3.6_3 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:103) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.NullPointerException at me.neatmonster.spoutbackpack.SpoutBackpack.showHelp(SpoutBackpack.java:683) at me.neatmonster.spoutbackpack.SpoutBackpack.onCommand(SpoutBackpack.java:458) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
This is when I type /backpack
other plugins we have:
SWatchdog, Minecraftrevolution, voxelsniper, spout, infoguide, vault, pex, antirelog, multiverse-core, dynmap, hiddenswitch, voxelupdate, cannons, worldsaver, openinf, guilds, modifyworld, weatherman, giant trees, lift, chatmanager, worlderedit, essentialsspawn, multiverse-inventoryies, vanishnopacket, essentialschat, essentials.
30 in total, yes, I know, thats a lot...
-
View User Profile
-
Send Message
Posted Jul 2, 2012Hey guys, just wanted to do my due diligence for testing :)
Everything is working beautifully for me on my servers. Following is my server version: CraftBukkit 1.2.5 R4.0 - build #2222 Plugins in use: Vault, Bukkit Backup, Tree Assist, WorldEdit, Transporter, Spout, CraftBack, and GlassDrops
I am using Backpack Dev Build #46, all hotkeys work, keep on death works fine, still testing upgrades and economy support. Will report back once I have that tested.
Keep up the awesome work guys!! Thanks for the awesome plugin!!
-
View User Profile
-
Send Message
Posted Jul 1, 2012Same issue with build #46
-
View User Profile
-
Send Message
Posted Jun 29, 2012Now with latest dev buil #45 with keep items on death enabled I get this
Everytime someone dies...
-
View User Profile
-
Send Message
Posted Jun 29, 2012this plugin Can or Cannot use economy?
-
View User Profile
-
Send Message
Posted Jun 28, 2012@iKrzysiek
I am using the latest Spout build and backpack #45 is reported as broken as seen below. I'm going to stop replying now and wait for the version that dockter is talking about because I am once again just repeating myself and others issues, please see previous comments. There is obviously a problem which is hit or miss on different server configurations.
-
View User Profile
-
Send Message
Posted Jun 28, 2012-
View User Profile
-
Send Message
Posted Jun 28, 2012-
View User Profile
-
Send Message
Posted Jun 28, 2012@iKrzysiek
In my case, I have Spout plugin installed and the same issues. So that is not a solution.
-
View User Profile
-
Send Message
Posted Jun 28, 2012-
View User Profile
-
Send Message
Posted Jun 27, 2012@heitor15
That only works with spout plugin installed and spoutcraft ,
-
View User Profile
-
Send Message
Posted Jun 27, 2012Custom Hotkey assignments for opening Backpack no works with me.
-
View User Profile
-
Send Message
Posted Jun 27, 2012Loaded latest dev buil #45 and still same problems
/backpack = working
/backpack workbench = not even listed on help options and throws a lack of arguments message
items still dissapearing on death even when you setup evcerything to make it keep items on death
also, on server load you get these messages
-
View User Profile
-
Send Message
Posted Jun 27, 2012yeah, it still gives "/backpack [command] [arguments]" in build 45
-
View User Profile
-
Send Message
Posted Jun 27, 2012@dockter
Look forward to it. I also noticed this in my server log, if it's of any help.
http://pastebin.com/vhgiB9Qe
-
View User Profile
-
Send Message
Posted Jun 27, 2012Fix coming probably tonight to fix a couple of these strange issues.