Skip to content

ropyro/Inventory-Overflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

InvOverflow

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.

Screenshot 2026-02-04 at 10 50 59 PM

Features

  • 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

Requirements

  • Java 21+
  • Spigot/Paper 1.21.x

Installation

  1. Build with mvn package
  2. Place the JAR in your server's plugins/ folder
  3. Restart the server

Commands

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

Configuration files are generated on first run:

  • config.yml Feature settings, storage limits, GUI customization
  • messages.yml Customizable messages

About

A Spigot/Paper plugin to handle overflowing items getting added to the player inventories via other plugins that can be accessed later. Achieved via NMS reflection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages