The Storage+ plugin allows players to create storages that they can store items in, like an ender chest.
These storages are:
- Multi-page, meaning that they could have infinite rows
- Viewable and removable by admins.
- NBT-allowed, so they can store custom item characteristics
There are three types of storages:
- Personal Storages: Storages owned by one person, and only accessible by that person
- Chunk Storages: Storages that are stored on a chunk, and accessible by anyone standing on that chunk
- Group Storages: Storages that can be accessed by multiple people invited to the group.
Personal Storages: /ps, /pstorage, or /personalstorage
Create: /ps create
Upgrade: /ps upgrade <rows>
Open: /ps
Chunk Storages: /cs, /cstorage, or /chunkstorage
Create: /cs create
Upgrade: /cs upgrade <rows>
Open: /cs
Group Storages: /gs, /gstorage, /groupstorage
As an
owner:
Invite New Players: /gs invite [name] [player]
Delete Storage: /gs delete [name]
Set New Owner: /gs setowner [name] [player]
As a
member:
Open: /gs [name]
Leave: /gs leave [name]
Upgrade: /gs upgrade [name] <rows>
Vouchers:
An item-based way to create and upgrade storages are vouchers, which let players create and add a designated amount of rows. These can be created by an admin with the sta.voucher permission by using the command /sta voucher <rows>.
Vault Integration:
Through Vault, players can pay in-game money for rows. By default, rows increase in cost exponentially, with the parameters being defined by the options "price" and "upgrade-multiplier". To set a constant value, just set the upgrade-multiplier to 1.
Viewing and Deleting:
Admins can view and edit other player's personal and group storages through the commands /sta view ps [player] or /sta view gs [name]. They can view chunk storages with /sta view cs [x] [z]. The permission sta.view is required for this action.
Admins can delete other player's storage similarly, replacing view with delete.