
ExtraStorage 3.4.0
Create virtual storage for your player to store their items when they mined or picked it up
3.4.0
2 days ago
Open source & A new beginning
With this update, ExtraStorage is now open source.
If you are a developer, you can now access to the source code and make changes and contributions.
If you are a new user and want to test the plugin, you can now access to the source code and build the plugin yourself for free.
However, the support server is only for those who bought the plugin.
There will be more major updates since I'm planning to replace the current codebase to one that uses my library.
- Open source
https://github.com/HSGamer/ExtraStorage - Change package name to me.hsgamer.extrastorage
Those who make integrations should update the plugin - Support Java 8 and newer
- Cleanup useless things
- Revamp the plugin page
3.3.0
5 days ago
Custom Item Support... from more item plugins
3.2.34
Feb 25, 2025
Stack size on Withdraw Command
- Withdraw Command should now respect the maximum amount in an item stack
- Clear some unused files
3.2.33
Jan 5, 2025
Correctly add to storage
- Fix an issue that the wrong item is added to the storage
3.2.32
Jan 4, 2025
Correctly parse items
- Fix an issue that the vanilla item is marked as invalid when a custom item plugin is loaded
3.2.31
Dec 20, 2024
Nexo
- Add support for Nexo
Now you can add items from Nexo to the storage
The format for it is NEXO:<item_id>
This is untested (because I don't have a copy of Nexo), so take this as a caution, take a backup before updating and please report if you find any issue
3.2.29
Nov 6, 2024
Blacklist Worlds for Pickup Feature
- Apply Blacklist Worlds to Pickup Feature
Now you can specify worlds that the items the player pickup won't go to the storage
3.2.28
Oct 6, 2024
Lighter ActionBar
- Clean up some code to send messages in Action Bar
Improve the sustainability while I'm remaking this plugin
3.2.27
Oct 5, 2024
Filtering properly
- Make tweaks to implement Filter feature properly
Fix an issue that the Filter data is reset if the item's amount is zero
3.2.26
Sep 9, 2024
A fix for database
- Fix a weird error when creating the database for the first time
Especially for those who use MySQL (not recommended btw)
3.2.7
Nov 20, 2023
Changelogs v3.2.7
Changes:
- Removed debug message when parsing placeholder.
- Removed some unnecessary code.
Fixes:
- Fixed some internal bugs.
3.2.6
Nov 4, 2023
Changelogs v3.2.6
Hotfixes v3.2.6:
- Fixed a bug that was preventing players from throwing out items from their own inventory by clicking outside the gui box.
3.2.5
Nov 4, 2023
Changelogs v3.2.5
Changelogs v3.2.5:
- Fixed the plugin could not be loaded on version 1.18.2
- Fixed the storage could not be opened.
3.2.4
Nov 1, 2023
Changelogs v3.2.4
Changelogs v3.2.4:
- Update the XSeries library to fix the issue when breaking blocks on version 1.20.2
3.2.3
Nov 1, 2023
Changelogs v3.2.3
Changelogs v3.2.3:
- Fixed the plugin could not be loaded.
- Fixed the storage could not be opened on version 1.20.2
- Fixed some internal bugs.
3.2.0
Oct 2, 2023
Changelogs v3.2.0
Fixes:
- Fixed some internal bugs.
Changes:
- Removed unused code to reduce file size.