WARNING: Work In Progress This plugin is actively under development and may not function as expected.
A Spigot/Paper plugin that prevents item loss when a player's inventory is full. Items that would normally be dropped or discarded are stored in a retrievable overflow system.
- Overflow Storage Items intercepted when inventory is full are saved persistently
- Paginated GUI Browse and claim stored items through an intuitive interface
- Player Notifications Alerts when items overflow and on login if items are waiting
- Admin Tools View/manage other players' overflow, clear storage, view stats
- Auto-cleanup Configurable item expiration and auto-save intervals
- Java 21+
- Spigot/Paper 1.21.x
- Build with
mvn package - Place the JAR in your server's
plugins/folder - Restart the server
| Command | Description |
|---|---|
/overflow |
Open your overflow GUI |
/overflow view <player> |
View another player's overflow |
/overflow clear [player] |
Clear overflow storage |
/overflow stats |
View overflow statistics |
/overflow reload |
Reload configuration |
Configuration files are generated on first run:
config.ymlFeature settings, storage limits, GUI customizationmessages.ymlCustomizable messages
