Update to Version Support 1.21.9
ExtendedInventory v1.0.8 โ Changelog
๐ข Added
Custom extended inventory slots for players.
Configurable slot limits per player/group.
Support for saving inventory data across server restarts.
GUI for managing extra inventory slots.
๐ง Fixed
Issues with slot duplication when players log out.
Inventory desync errors on some Paper servers.
Compatibility issues with certain other inventory plugins.
โก Improvements
Optimized inventory save/load performance.
Updated GUI visuals for better usability.
Added support for latest Minecraft versions (1.2.1โ1.21.8).
๐ Compatibility
Works with Paper and Spigot 1.2.1+.
Fully compatible with AllMobEggs and other major server plugins.
Version Support Updated to 1.21.7
โจ Features
- Provides an extended inventory accessible via the
/invcommand. - Clean and interactive GUI using custom inventory buttons.
- Supports Minecraft 1.20.6 and newer (api-version 1.20).
- Includes basic permission handling:
extendedinventory.useโ allows access to the extended inventory.
- Persistent inventory data storage โ players keep their extended inventories between sessions.
- Modular and scalable design for future extensions and plugin integrations.
- Event-driven logic:
- Handles inventory clicks, openings, and closings through custom event listeners.
โ๏ธ Configuration
- Comes with a basic
config.yml(currently empty) โ ready for future customization such as defining inventory presets or GUI behavior.
๐ฆ Technical Details
- Built using modern plugin structure with separate manager and utility classes.
- Fully written in Java and designed for Spigot or compatible servers.
This changelog reflects the current state of the plugin and its core capabilities.
Initial Release
โจ Features
- Provides an extended inventory accessible via the
/invcommand. - Clean and interactive GUI using custom inventory buttons.
- Supports Minecraft 1.20.6 and newer (api-version 1.20).
- Includes basic permission handling:
extendedinventory.useโ allows access to the extended inventory.
- Persistent inventory data storage โ players keep their extended inventories between sessions.
- Modular and scalable design for future extensions and plugin integrations.
- Event-driven logic:
- Handles inventory clicks, openings, and closings through custom event listeners.
โ๏ธ Configuration
- Comes with a basic
config.yml(currently empty) โ ready for future customization such as defining inventory presets or GUI behavior.
๐ฆ Technical Details
- Built using modern plugin structure with separate manager and utility classes.
- Fully written in Java and designed for Spigot or compatible servers.
This changelog reflects the current state of the plugin and its core capabilities.
โ What's New in v1.0 Sort Button?
- Added a "Sort Items" button (Hopper) to the extended inventory
- Click it to sort all items alphabetically by type
- Added in-GUI sound and message feedback
- Improved inventory experience with better layout control
๐ Inventory button is located at slot 53 (bottom right) ๐ Requires no extra permissions โ all users can sort their inventory
๐ Initial Beta โ ExtendedInventory v1.0
- Adds a fully functional extended inventory system with 54 slots
- Access your inventory anytime using the command
/inv - All items are persistently saved per player โ even after logout or restarts
- Includes permission support (
extendedinventory.use) - Plug-and-play: works out of the box with no dependencies

