Introduction
A personal overflow mailbox for Spigot and Paper. Items that do not fit a full inventory are stored and claimed later from a GUI.
AT-MailBox catches the items a player cannot pick up because their inventory is full. Instead of dropping on the ground and despawning, the overflow goes into a personal mailbox saved in a database. The player claims it later from a chest GUI.
Quick facts
| Platform | Spigot or Paper 1.21 and newer |
| Java | Java 17 |
| Hard dependency | TheAPI |
| Optional | PlaceholderAPI |
| Storage | SQLite, MySQL, MariaDB, or H2 |
TheAPI is a hard dependency. The server will not enable AT-MailBox without it. See Installation.
What it does
- Stores items a player picks up while their inventory is full.
- Lets players claim items from a paged GUI, one at a time or all at once.
- Gives ranks more mailbox space through permission-based capacity tiers.
- Expires unclaimed items after a set number of days, with warnings first.
- Tells players on join when they have mail waiting.
Where to go next
Installation
Requirements, setup steps, and first run.
Download
Where to buy AT-MailBox.
Overflow capture
How full-inventory pickups are saved.
The mailbox GUI
Claiming items from the menu.
Configuration
A walk through config.yml.
Commands
Player and admin commands.
New here? Start with Installation.