✨ Features
- Provides an extended inventory accessible via the
/inv
command. - 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
/inv
command. - 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