VoidChest | Auto Sell | Chunk Collector v6.11.0

A special auto sell chest plugin. Create unique chests and get rich the smart way!
VoidChest — 6.0.0-beta.9
Hey everyone!
We’re rolling out a new pre-release beta update (beta.9) focused on bug fixes, feature enhancements, and internal refactors. This update improves plugin stability, booster handling, and configuration options for greater server control.

⚠️ This is a beta build — bugs may still occur. Please read the warning section before updating!

⚠️ Beta Warning & Upgrade Advice

This version is still considered BETA. It has been tested internally, but real-world use may reveal edge cases.

Backup Before Updating
  • Please back up your entire Minecraft server before applying this update.
  • It is strongly recommended to test on a separate environment before live deployment.
  1. Test plugin integrations, boosters, menu managers, and protection systems.
  2. Check data load/save operations for any unexpected behavior.
  3. Once verified, migrate stable configs to production.

❗ Note for 5.x or older users
  • Versions below 5.x are not compatible with this release.
  • Please use a clean setup or carefully migrate existing playerdata and voiddata folders.

❗ Note for Addon Developers
This release includes changes to boosters, login listeners, and message handling logic. Update your integrations accordingly.

✨ New Features

✅ Disabled Worlds Configuration
Added a configuration option to disable VoidChest functionality in specific worlds.

✅ Booster System Refactor
The booster system now uses a BoosterManager and BigDecimal for precise and scalable booster handling.

✅ Default Inventory Name Configuration
You can now configure default inventory names for cleaner UI consistency.

⚙️ Bug Fixes & Adjustments

Admin Menu Reload Fix
Ensured all admin menu managers reload correctly on plugin reload.

Config Value Handling
Improved configuration value parsing and loading stability.

Login Listener Improvements
Added a Paper-specific login listener and separated join/quit events for better compatibility.

Legacy Colors in MiniMessage
Fixed legacy color handling in quoted MiniMessage tags to maintain visual consistency.

PlotSquared Protection Check
Corrected plot area checks in PlotSquaredListener for accurate region protection.

Container Detection Fix
Replaced isContainer with isStorageContainer to check only valid storage containers.

Pickup Delay Reset
Reset item pickup delay when a sell event is cancelled to prevent unexpected behavior.

SaberFactions BankTNT Integration
Improved compatibility with SaberFactions BankTNT systems.

Developer Notes
The booster system has been fully refactored for precision, and a disabled worlds configuration option is now available. Update your addons to align with these changes and internal refactors.

GitHub: https://github.com/GeorgeV220/VoidChestAPI
Maven Repo: https://repo.georgev22.com/#/snapshots/com/georgev22/voidchest/voidchestapi/4.0.0-beta.10

❤️ Thank you for testing, reporting bugs, and supporting VoidChest!
Please continue sending in your feedback, and remember to back up before applying updates.

George
VoidChest — 6.0.0-beta.8
Hey everyone!
We’re rolling out a new pre-release beta update (beta.8) focused on bug fixes, optimizations, and API improvements. This update enhances stability, storage event handling, and plugin integrations.

⚠️ This is a beta build — bugs may still occur. Please read the warning section before updating!

⚠️ Beta Warning & Upgrade Advice

This version is still considered BETA. It has been tested internally, but real-world use may reveal edge cases.

Backup Before Updating
  • Please back up your entire Minecraft server before applying this update.
  • It is strongly recommended to test on a separate environment before live deployment.
  1. Test plugin integrations, profit calculators, and menu configurations.
  2. Check data load/save operations for any unexpected behavior.
  3. Once verified, migrate stable configs to production.

❗ Note for 5.x or older users
  • Versions below 5.x are not compatible with this release.
  • Please use a clean setup or carefully migrate existing playerdata and voiddata folders.

❗ Note for Addon Developers
This release includes changes to storage events, placeholder logic, and removed the broken Brigadier implementation. Update your integrations accordingly.

✨ New Features

✅ vca Alias for VoidChestAdmin
Added vca as an alias for the voidchestadmin command — simplifying admin workflows.

✅ Economy Profit Calculators Weighted Parameter
Profit calculators now support a weight parameter, enabling advanced calculation strategies.

✅ Menu Slot Configuration Enhancement
Menus now support single integer slot configurations for simpler setup.

✅ Storage Load/Save Events
Introduced data load and save events, along with cache removal refactoring, for cleaner storage lifecycle handling.

⚙️ Performance Improvements

Optimized Void Chest Statistics
Removed redundant loops to improve runtime performance in statistics calculations.

Task Countdown Logic Refactored
Streamlined TimedTask countdown logic and state resets for cleaner task management.

Location Cache Lookup Enhancements
Improved lookup efficiency within location caching systems.

Bug Fixes & Adjustments

Filters NullPointerException Fix
Resolved a rare NullPointerException when adding values to ConcurrentHashMap in filters.

Menu Viewer Concurrency Fix
Prevented ConcurrentModificationException in clearViewers for better thread safety.

Profit Calculator Validation
Added robust validation for profit calculator config entries.

PlotSquared Integration Improved
Enhanced PlotSquared protection logic for better region handling.

Charge Placeholder Logic Rewritten
Fully rewritten charge placeholder logic for clarity and correctness.

Removed Broken Brigadier Implementation
Deprecated and removed the incomplete Brigadier command implementation pending proper rewrite.

Developer Notes
Storage events are now available for addon hooks, and economy calculators support weight parameters. Command aliases simplify admin usage. Please update your integrations to align with cache refactors and placeholder logic changes.

GitHub: https://github.com/GeorgeV220/VoidChestAPI
Maven Repo: https://repo.georgev22.com/#/snapshots/com/georgev22/voidchest/voidchestapi/4.0.0-beta.8

❤️ Thank you for testing, reporting bugs, and supporting VoidChest!
Please continue sending in your feedback, and remember to back up before applying updates.

George
VoidChest — 6.0.0-beta.7 (Merged Release Notes)
Hey everyone!
We’re rolling out a merged beta update (beta.5 to beta.7) packed with improvements, bug fixes, and new features. This update continues our focus on performance, command improvements, and storage logic — plus better compatibility with data systems and plugin APIs.

⚠️ This is a beta build — bugs may still occur. Please read the warning section before updating!

⚠️ Beta Warning & Upgrade Advice

This version is still considered BETA. It has been tested internally, but real-world use may reveal edge cases.

Backup Before Updating
  • Please back up your entire Minecraft server before applying this update.
  • It is strongly recommended to test on a separate environment before live deployment.
  1. Try out the updated commands and player data handling.
  2. Test faction-related setups, purge tasks, and chest behaviors.
  3. Once verified, migrate stable configs to production.
❗ Note for 5.x or older users
  • Versions below 5.x are not compatible with this release.
  • Please use a clean setup or carefully migrate existing playerdata and voiddata folders.

❗ Note for Addon Developers
The new command API and internal maps have changed. Be sure to update your integrations to remain compatible.

✨ New Features

✅ Brigadier Command Support
Full support for Minecraft’s Brigadier system — enabling better autocomplete and command feedback.

✅ Improved Faction Bank TNT Handling
VoidChest now includes TNT limit checks for faction banks — improving fair play and automation scenarios.

✅ Safer Player Data Threading
Improved thread safety in player data operations for more robust multi-threaded performance.

✅ Enhanced Purge Task System
More reliable cleanup routines with better logging and smarter logic.

⚙️ Performance Improvements

Faster File Loading with Nanosecond Precision
Refined internal timers and precision for better file performance.

Debug Code Removed from Storage Systems
Cleaned up debug output from player data and booster methods for cleaner logs and faster runtime.

Concurrent Data Structures
Swapped HashObjectMap with a thread-safe ConcurrentObjectMap in CustomData — enhancing stability under load.

Bug Fixes & Adjustments

Config Toggles Restored
Brigadier and general command config toggles have been re-added for better flexibility.

Permission Fixes
Corrected voidchest.limit.<type>.<max> to behave as expected.

Amount Validation in Commands
/voidchest give now properly validates item amount to avoid user errors.

Placement Restrictions Enhanced
VoidChests now prevent chest placement in all directions around them — improving anti-abuse protections.

Accurate Missing File Logging
Improved clarity in logs when voidchest data files are missing — reducing confusion during debugging.

Developer Notes
The command API and task system continue to evolve — addon developers should review Brigadier integration and updated concurrency changes in CustomData. Storage operations now run cleaner and faster across threads.

GitHub: https://github.com/GeorgeV220/VoidChestAPI
Maven Repo: https://repo.georgev22.com/#/snapshots/com/georgev22/voidchest/voidchestapi/4.0.0-beta.5

❤️ Thank you for testing, reporting bugs, and supporting VoidChest!
Please continue sending in your feedback, and remember to back up before applying updates.

George
VoidChest — 6.0.0-beta.4 Release Notes
Hey everyone!
We’re excited to bring you another beta update with important fixes and useful features — including improved file handling, command system overhaul, multi-version glow item support, and more stable item logic for VoidChests.

⚠️ This is a beta build — bugs may still occur. Please read the warning section before updating!


⚠️ Beta Warning & Upgrade Advice

This version is considered BETA. While tested thoroughly, issues may appear in real-world use.

Backup Before Updating
  • Please back up your entire Minecraft server before updating.
  • Use this on a test server first:
  1. Try out the new commands and file handling.
  2. Test any custom setups or integrations.
  3. Once satisfied, move finalized configs to your live server.

❗ Important for Upgraders from < 5.x
  • Data from older versions (below 5.x) is not compatible.
  • Recommended: start with a clean setup or manually migrate data (playerdata/voiddata).

❗ Important for users using VoidChest addons
Old API is not compatible with the new version. Developers must update addons for compatibility with this beta.


✨ New Features
🧩 Custom Command Framework
VoidChest now uses a custom-built command system for better flexibility and control, replacing the older ACF system.

🌟 Enhanced Menu Item Configuration
Now supports item glow effects and improved configuration options.

🔧 1.21 Support Added
Official support for Minecraft 1.21 R4-R5 with improved version range handling.

🐞 Bug Fixes & Enhancements
✅ Multi-word name support in /voidchest setname
✅ Improved cache & chunk lookup logic for VoidChests
✅ Proper file creation & error handling with directory safety checks
✅ Unusual hex format support for legacy MiniMessage serializers on 1.16+
✅ Timed tasks now removed properly for deleted VoidChests
✅ Tab-completions now respect permissions
✅ Better MessageBuilder placeholder logic and legacy text serialization
✅ VoidChest item drop logic fixed and made null-safe
✅ UUID generation entropy improved + duplicate saves removed
✅ Glow handling adjusted per version — smoother upgrades
✅ New “loading data” message added for feedback clarity
✅ Command usage annotations added to improve clarity in help output

🛠 Developer Notes
This build introduces a major internal refactor to the command system and item config behavior, with improvements in data handling, messaging, and VoidChest runtime stability.

GitHub: https://github.com/GeorgeV220/VoidChestAPI
Maven Repo: https://repo.georgev22.com/#/snapshots/com/georgev22/voidchest/voidchestapi/4.0.0-beta.1

❤️ Thank you for testing and supporting VoidChest!
Report bugs, give feedback, and always remember to back up before updating!

George
VoidChest — 6.0.0-beta.3 Release Notes
Hey everyone!
We’re back with another beta update packed with critical bug fixes and powerful new features — including SQL/MongoDB support, improved 1.8.8 compatibility, and major improvements to internal tasks and menus.
⚠️ This is a beta build — bugs may still occur. Please read the warning section before updating!


⚠️ Beta Warning & Upgrade Advice

This version is considered BETA. While tested thoroughly, issues may appear in real-world use.

Backup Before Updating
  • Please back up your entire Minecraft server before updating.
  • Use this on a test server first:
  1. Try out the new menus and configs.
  2. Reconfigure the plugin to your liking.
  3. Once satisfied, move finalized configs to your live server.
❗ Important for Upgraders from < 5.x
  • Save data from older versions (below 5.x) is likely not compatible.
  • It's recommended to start fresh with a clean setup or be prepared to manually migrate your data (playerdata/voiddata).

❗ Important for users using VoidChest addons
Old API is not compatible with the new version of VoidChest. Please ask your developer/plugin provider to update to the latest beta one.

✨ New Features
🗃️ SQL & MongoDB Support (experimental)
VoidChest now supports SQL and MongoDB as optional backends!
Easily swap from file-based storage with better performance, scaling, and consistency.


⚙️ Folia API Support
We’ve migrated fully to a Folia-compatible API implementation, making VoidChest more future-ready and parallel-safe.


🐞 Bug Fixes & Enhancements
✅ Improved 1.8.8 Support — better backwards compatibility for legacy servers
✅ Proper database shutdown — cleaner plugin reloads/restarts
✅ MiniMessage in holograms — more formatting power!
✅ GUI Placeholder Handling — no more color glitches or context issues
✅ Task & Sell Concurrency — improved stability under load
✅ No more rapid menu closing — fixed excessive updates kicking players out
✅ Enhanced JSON error handling — prevents silent failures
✅ Timed tasks now registered properly
✅ Reduced redundant executions for internal tasks


🛠 Developer Notes
This build refines many internal systems to improve performance and reliability
GitHub: https://github.com/GeorgeV220/VoidChestAPI
Maven Repo: https://repo.georgev22.com/#/snapshots/com/georgev22/voidchest/voidchestapi/4.0.0-beta.1

❤️ Thank you for testing and supporting the project!
Report bugs, suggest improvements, and always back up before updating!


George
VoidChest — May 2025 Beta Release

Hey everyone!
We’re kicking off a new beta release cycle with one of the biggest updates VoidChest has ever seen. This version brings a fully redesigned UI, performance improvements, and tons of quality-of-life upgrades.
⚠️ This is a beta build — bugs may still occur. Please read the warning section before updating!


⚠️ Beta Warning & Upgrade Advice

This version is considered BETA. While tested thoroughly, issues may appear in real-world use.

Backup Before Updating
  • Please back up your entire Minecraft server before updating.
  • Use this on a test server first:

  1. Try out the new menus and configs.
  2. Reconfigure the plugin to your liking.
  3. Once satisfied, move finalized configs to your live server.
❗ Important for Upgraders from < 5.x
  • Save data from older versions (below 5.x) is likely not compatible.
  • It's recommended to start fresh with a clean setup or be prepared to manually migrate your data (playerdata/voiddata).

❗ Important for users using VoidChest addons
Old API is not compatible with the new version of VoidChest. Please ask your developer/plugin provider to update to the latest beta one.

Complete Menu Overhaul

Menus are rebuilt from the ground up! (menus, not storage)
✨ Animated items
➕ Multiple slots per item
Dynamic updates & placeholder support
Pagination

Redesigned Menus:
  • VoidChest
  • VoidChests List
  • Shop
  • Links
  • Upgrades
  • Filters

⚙️ Core Improvements

VoidSellChestEvent — now fires every time a chest sells!
Improved inventory linking, menu reloads & smarter updates
Experimental Legacy support (Links may not work in <1.14)
New batch file saving system
⚙️ Additional config options for full customization
MiniMessage support for:
  • All plugin messages
  • GUIs (titles, lore, etc.)
  • Holograms


Bug Fixes & Performance

✅ Better async task handling & memory cleanup
Removed deprecated frameworks
⛔ Fixed weird menu glitches & duplication bugs


Compatibility & Cleanup

NBTAPI is now external — no longer shaded
✅ Supports Minecraft 1.8.8 → 1.21
⚙️ Modern inventory handling & task management


‍ Developer Notes

New API events & menu builders included.
Full API updates coming soon:
GitHub: https://github.com/GeorgeV220/VoidChestAPI
Maven Repo: https://repo.georgev22.com/#/snapshots/com/georgev22/voidchest/voidchestapi/4.0.0-beta.1


❤️ Thanks for being part of the beta!
Please report any issues & always back up first!
Your feedback helps shape the final release
George

VoidChest Plugin Update - Version 5.3.0 (2025-01-15)​


⚠️ Disclaimer: This update includes changes to permissions and commands. We highly recommend reviewing the updated documentation to ensure smooth integration with your setup: VoidChest Permissions and Commands Documentation.

🚨 IMPORTANT: Plugin developers should note that versions after VoidChest 5.3.0 now require the latest version of the VoidChest API (v3.0.0). Please update to this new API version to maintain seamless VoidChest integration with your plugin going forward. You can download the API from the official release page

We’re thrilled to bring you version 5.3.0 of the VoidChest plugin! This release focuses on enhancing functionality, improving stability, and introducing exciting new features to make your experience even better. Check out the full changelog below:



🔧 Bug Fixes​

  • Null Checks: Added null checks for storage block locations in VoidChestCacheController to prevent errors.
  • Cooldown Calculation: Adjusted logic to ensure the minimum cooldown value is always 1.
  • Chunk Collector Display: Fixed an issue with the chunk collector status display.
  • Lore Configuration Key: Corrected typos in the lore configuration key for improved accuracy.
  • Inventory Updates: Updated Link Preview Inventory to use snapshot inventory size for better compatibility.
  • Placeholder Handling: Improved placeholder handling in GUIs to ensure accurate data display.
  • Upgrades GUI: Resolved an issue where the Upgrades GUI was not displaying available upgrades.



✨ Features​

  • Inventory Enhancements: Added LinkPreviewInventoryHolder and VoidChestInventoryListener for improved inventory management.
  • Links GUI: Introduced a configurable Links GUI, enhancing the way links are managed and displayed.
  • New Commands: Added a list subcommand to VoidCommand and introduced a new VoidAdminCommand for advanced operations.
  • Material Management: Added material retrieval and reordering methods for easier customization.
  • Max Link Validation: Implemented validation for maximum links with related messaging for better feedback.
  • VoidChests GUI: Introduced a fully configurable VoidChestsGUI with voidchests.yml for more flexibility.
  • Enhanced Descriptions: Improved item descriptions in voidchests.yml, allowing for custom names and lores.
  • Resource Management: Enhanced logging and optimized resource handling in the configuration system (CFG class).
  • Link Manager: Updated LinkManager to save VoidChests after link operations for better data integrity.
  • Item Restrictions: Prevented item transfers from/to Link Preview and disallowed crafting using VoidChest stacks.
  • Block Break Behavior: Automatically removes the link when a container block is broken, ensuring proper cleanup.
  • Code Improvements: Simplified file path construction and aligned method parameters for cleaner code.



Thank you for choosing the VoidChest plugin! If you have any feedback, questions, or encounter issues, feel free to reach out. We hope you enjoy this update and the enhanced experience it brings! 🎉
VoidChest Plugin Update - Version 5.2.0 (2024-12-28)


We’re excited to announce version 5.2.0 of the VoidChest plugin! This update brings several enhancements, including important bug fixes and new features to improve your experience. Please review the changes carefully to ensure a smooth experience.




🔧 Bug Fixes
  • Wind Charge Check: Added a wind charge check for VoidChestExplode
  • FancyHolograms: Updated to the latest release of FancyHolograms.
  • Item Stacking Logic: Optimized item stacking logic with batch processing.

✨ Features
  • Minecraft 1.21 R3 Support: Added support for Minecraft 1.21 R3.



Thank you for using the VoidChest plugin! If you have any feedback, questions, or encounter issues, feel free to reach out. Enjoy the improved version!
Buy a license now
$15.00
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
46,736 Views
269 Purchases
397 Downloads
Mar 26, 2019 Published
May 17, 2026 Updated
5.00 star(s)
Average rating (16)
4.3 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. Economy
  1. World
Game mode
  1. Factions
  1. Skyblock
  1. Prison
Game mode
  1. Factions
  1. Skyblock
  1. Prison
Game mode (legacy)
  1. Factions
  1. Skyblock
  1. Prison
Supported software
  1. Spigot
  1. Paper
  1. Folia
  1. Purpur
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.12
  1. 1.9
  1. 1.8
Supported languages
  1. English
Includes DRM
No
Source access (legacy)
Closed source & unobfuscated
Creators
Owner
Support
Support
Recommended for you
Change your skin's clothes (overlay) without opening a graphic editor and rejoining!
Not yet rated
4 purchases
Hunt your enemies, level up and earn rewards. Killstreaks, Levels, Bounties and more
5.00 star(s) 2 ratings
3 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,233 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,230 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,133 purchases
46,736 Views
269 Purchases
397 Downloads
Mar 26, 2019 Published
May 17, 2026 Updated
5.00 star(s)
Average rating (16)
4.3 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. Economy
  1. World
Game mode
  1. Factions
  1. Skyblock
  1. Prison
Game mode
  1. Factions
  1. Skyblock
  1. Prison
Game mode (legacy)
  1. Factions
  1. Skyblock
  1. Prison
Supported software
  1. Spigot
  1. Paper
  1. Folia
  1. Purpur
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.12
  1. 1.9
  1. 1.8
Supported languages
  1. English
Includes DRM
No
Source access (legacy)
Closed source & unobfuscated
Creators
Owner
Support
Support
Recommended for you
Change your skin's clothes (overlay) without opening a graphic editor and rejoining!
Not yet rated
4 purchases
Hunt your enemies, level up and earn rewards. Killstreaks, Levels, Bounties and more
5.00 star(s) 2 ratings
3 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,233 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,230 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,133 purchases
Top