> For the complete documentation index, see [llms.txt](https://docs.mineseed.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mineseed.org/mineseed/mineseed-storage.md).

# MineSeed Storage

Tired of sorting all your items by hand? MineSeed Storage can do the sorting for you!

There are two main features:

* [**Automatic Storage Systems**](/mineseed/mineseed-storage/automated-storage-systems.md) take items from one input chest and sort them into other linked chests.
* [**Mega Chests**](/mineseed/mineseed-storage/storage-chests.md) have 10 pages and 450 storage slots.

{% hint style="info" %}
Want an in-game reminder? Use **/kit storage** to get a storage guidebook.
{% endhint %}

### The Basics

1. Put sample items into the chests you want to use as **filter chests**.
2. Leave a chest or barrel empty if you want it to be an **overflow chest**.
3. Place the chest that will be your **input chest**.
4. Use **/storage add name**. For example: **/storage add WoodRoom**.
5. Right-click the input chest, then right-click every chest you want to link.
6. Use **/storage done**.

That's it! Now:

* Items that match a filter will go to the correct filter chest.
* Items with no filter, or whose filter chest is full, can go to an overflow chest.
* If no linked chest can take an item, it will stay safely in the input chest.

{% hint style="warning" %}
The system remembers every item inside a filter chest when you link it. To change a filter, unlink the chest first. Remove anything you do not want included, set out the new samples, and link it again.
{% endhint %}

### Player Commands

In the commands below, replace **name** with the name of your storage system. Anything inside **\[brackets]** is optional.

| Command                 | What it does                                                                                       |
| ----------------------- | -------------------------------------------------------------------------------------------------- |
| /storage                | Opens your MineSeed Storage menu.                                                                  |
| /storage add name       | Starts a new Automatic Storage System.                                                             |
| /storage edit \[name]   | Lets you add or remove linked chests.                                                              |
| /storage link \[name]   | Does the same thing as **/storage edit**.                                                          |
| /storage done           | Closes edit mode.                                                                                  |
| /storage cancel         | Stops what you are doing. It does not undo links you already changed.                              |
| /storage info           | Shows how the chest you are looking at is being used.                                              |
| /storage list           | Lists your storage systems and their input locations.                                              |
| /storage tp name        | Teleports you near that system's input chest.                                                      |
| /storage delete \[name] | Starts deleting a system. Finish with **/storage delete confirm**. Your items will not be deleted. |
