Saddlebags is a new plugin that gives saddled pigs an inventory accessible by right-clicking them with a golden-carrot.
The inventory size is configurable and permissions can be used to grant a larger inventory to certain players or groups.
default-size - the default inventory size (defaults to 27)
key-item - the item used to open the inventory (defaults to GOLDEN_CARROT)
owner-only - if true, only the player who saddled the pig may access it's inventory.
riding-only - if true, the player may only access the inventory while riding the pig.
cost-to-saddle - the economy cost to place a saddle on a pig.
cost-to-open - the economy cost to open the saddlebags.
saddlebags.open-own - this is the general usage permission, if a player has it, they'll be able to open their own saddlebags.
saddlebags.open-any - this permission defaults to ops-only and allows for opening anyones saddlebags.
The following permissions nodes all override the default capacity specified in the configuration. if a player has any of these nodes his/her saddlebags will have a capacity equal to the highest one.
saddlebags.capacity.81
saddlebags.capacity.72
saddlebags.capacity.63
saddlebags.capacity.54
saddlebags.capacity.45
saddlebags.capacity.36
saddlebags.capacity.27
saddlebags.capacity.18
saddlebags.capacity.9
Source code is available on Github
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.