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