
ExtraStorage | Auto pickup items 3.2.34
Create virtual storage for your player to store their items when they mined or picked it up
2.6.1
Nov 12, 2022
Changelogs | v2.6.1
Changelogs v2.6.1:
- Completely fixed the error "java.lang.NullPointerException: Cannot read the array length because "<local1>" is null".
2.6.0
Nov 7, 2022
Changelogs | v2.6.0
Changelogs v2.6.0:
- Based on statistics on bStats, we found that older versions are not as popular anymore. As of this update, we will not provide any support from 1.11.2 and earlier versions.
- Fixed a bug that Spamming in Console (discord link)
- Fixed a bug that Cannot read the array length (discord link)
- Some internal bugs fixed.
2.5.8
Sep 16, 2022
Changelogs | v2.5.8
Changelogs v2.5.8:
- Fixed picking up items on the ground into the storage not working.
2.5.7
Sep 15, 2022
Changelogs | v2.5.7
Changelogs v2.5.7:
- Fixed an issue with WildStacker plugin: Items are duplicated when mining if there is an item of the same type being stacked nearby.
- Optimized code.
* If you are using this plugin with WildStacker, please update to the latest version.
2.5.6
Sep 12, 2022
Changelogs | v2.5.6
Changelogs v2.5.6:
- Fixed hex color not being able to use more than 1 color.
2.5.3
Sep 8, 2022
Changelogs | v2.5.3
Changelogs v2.5.3:
- Multiple slots can now be used for control items.
- Fixed & color code not working when already have hex color.
- Fixed an issue with ShopGUIPlus API.
2.4.4
May 15, 2022
Changelogs | v2.4.4
Changelogs v2.4.4:
- Fixed wrong selling price when using /exstorage sell.
2.4.3
Apr 2, 2022
Changelogs | v2.4.3
Changelogs v2.4.3:
- Fixed whitelisted items being changed in-game by admin but not updating data for offline players (the data of players who are offline for more than 30 days will no longer be usable, unless they rejoin the server). This also solves memory overflow if the number of players (both offline and online) is too much).
2.4.2
Mar 28, 2022
Changelogs | v2.4.2
Changelogs v2.4.2:
- Fixed an issue when trying to send messages.
2.4.1
Mar 28, 2022
Changelogs | v2.4.1
Changelogs v2.4.1:
- From now on, the main configuration files will be automatically updated with the missing parts (instead of manually adding as before). But there will be some parts that are optional, so you still have to add them manually if you want to use them.
- Added timeout to search for items on GUIs.
- Fixed an issue where breaking blocks with a TNT pickaxe would not store the storage.
- Fixed FormatName in config file not working.
- Fixed CustomModel didn't work correctly.
- Removed some unnecessary notifications.
- Optimized code.
2.4.0
Mar 23, 2022
Changelogs | v2.4.0
Changelogs v2.4.0:
- Added search feature for all GUIs. Players can now use the search button to search for the item they want when opening the GUI.
- Removed some redundant async tasks.
- Before you can use the search feature, please add the following lines to these files:
filter.yml
ControlItems:
Search:
Material: 'NAME_TAG'
Name: '&aSearch for items'
Lore: []
Slot: 10
partner.yml
ControlItems:
Search:
Material: 'NAME_TAG'
Name: '&aSearch for players'
Lore: []
Slot: 10
sell.yml
ControlItems:
Search:
Material: 'NAME_TAG'
Name: '&aSearch for items'
Lore: []
Slot: 10
storage.yml
ControlItems:
Search:
Material: 'NAME_TAG'
Name: '&aSearch for items'
Lore: []
Slot: 10
whitelist.yml
ControlItems:
Search:
Material: 'NAME_TAG'
Name: '&aSearch for items'
Lore: []
Slot: 50
messages.yml
SUCCESS:
search-guide: |
{prefix}&7Type the item you want to search for in chat and press Enter.
{prefix}&7Type &8(&6cancel&8) &7to cancel this action.
2.3.1
Feb 22, 2022
Changelogs | v2.3.1
Changelogs v2.3.1:
- Fixed an issue related to the quantity of items in the storage (negative numbers) after using the command /exstorage withdraw.
2.3.0
Feb 22, 2022
Changelogs | v2.3.0
Changelogs v2.3.0:
- Added new currency support for GemsEconomy.
- Some minor bugs fixed.
2.2.7
Feb 15, 2022
Changelogs | v2.2.7
Changelogs v2.2.7:
- Item name will now be displayed properly (if it is not configured).
- Fixed the "BlockedMining" option didn't work.
- Some minor bugs fixed.
2.2.6
Feb 4, 2022
Changelogs | v2.2.6
Changelogs v2.2.6:
- Fixed an issue with the calculation of the total used storage capacity, causing the display of numbers to be incorrect.
- Fixed some internal bugs.