SimplePack:

This plugin provides your users with an easily craftable inventory, nine slots in size.

COMMANDS
The main idea behind this plugin is that there are no commands necessary, providing a simplified experience.
FUNCTIONALITY
There are an infinite number of backpacks available, however you cannot stack them inside themselves. It will drop the backpack on the ground if you do so, along with a message to the player. The inventory is tied to the actual item, through a tag in the lore section. This means that on destruction, there is no way to retrieve the contents of the pack, without file access to the plugins directory.
The inventory files are saved to a .yml file, so the inventory is persistent across server reloads.
The files are saved to the servers /plugins/BackPack/users/<username>_inv.yml, and are easily editable on the fly.
The current count for number of created backpacks is stored in /Plugins/BackPack/data/count.yml and should not be changed, as this ensures that there are no duplicate packs created.
PERMISSIONS
There are no permissions associated with this plugin, however that may change in future releases.
PLANNED FEATURES:
- Inventory re-balancing: This plugin will eventually implement an inventory re-balance, making it less easy for players to cart around an entire mountain's worth of stone in their inventory.
NOTE
There is a rudimentary system of backpack destruction in place at the moment. On creation of the packs, it tags them with an ID in the lore section, that corresponds to an inventory file. However, I have not yet implemented a full removal feature, and so the file for the inventory stays, even though the actual BackPack item has been destroyed.

