# AutoQuickStack v0.1.0

Custom mod built for the SuperFriends server by Tim.

## What it does
Pushes items from your inventory out to nearby chests that already contain
matching items. This is the **inverse** of Hytale's built-in Quick Stack
(which pulls items FROM chests TO you). Useful for tidying up after a
mining run: empty your bag into the right chest with one command.

## Command
- `/astack` - run while your inventory is open. Scans a short radius,
  finds chests with items that match what you're carrying, and moves the
  matching stacks into them.

## How it works
1. Reads your current inventory.
2. Scans nearby chests within ~8 blocks.
3. For each item stack, if a chest already has that item, transfers up to
   max-stack size into it.

## Respects claims
If SimpleClaims is installed (and it is, on this server), AutoQuickStack
only pushes into chests in areas you own or have trusted-build access to.

## Dependencies
- Hytale:EntityModule
- Hytale:InteractionModule
- SimpleClaims (optional - for claim checks)

## Install
Unzip into your Hytale client `mods/` folder. Server-side install is
already done on SuperFriends.

## Status
Provisional - pending RFC approval. See RFC.md inside the jar for the
spec the mod implements.

## Source
No public upstream - this is a SuperFriends original.
