✦ | VoidChest | Auto Sell Chest | Chunk Collector | Purge | Boosters | Holograms | ✦

MC Plugin ✦ | VoidChest | Auto Sell Chest | Chunk Collector | Purge | Boosters | Holograms | ✦ v6.4.1
A special auto sell chest plugin. Create unique chests and get rich the smart way!

VoidChest — 6.4.1 Stable Release
⚠️ Upgrade Advice


Before updating:
  • Backup your entire Minecraft server — especially the playerdata and voiddata folders.
  • Test on a staging server first to verify menus, configs, and integrations.
  • Older menu configs remain compatible, but we highly recommend reviewing the new ones for easier management.
bugfixes-banner.png

Version 6.4.1 (2025-11-24)
  • Fixed a critical issue that could cause errors when processing empty (AIR) items
Version 6.4.0 (2025-11-22)
  • Fixed tab-completion issues for missing subcommands
  • Resolved Adventure API incompatibilities with Spigot
  • Improved message file structure for better organization
  • Fixed command tab-completion reliability
  • Corrected purchase failure messages
  • Improved login error handling and server logging
  • Fixed incorrect Paper kick/login messages
  • Corrected admin command usage help
  • Fixed potential arithmetic overflow in charge calculations

Version 6.3.0 (2025-11-08)
  • Fixed incorrect profit calculation logic
  • Updated and fixed SuperiorSkyblock2 integration
features-banner.png

Version 6.4.0 (2025-11-22)
  • Added support for admin-generated special items
  • Added interactive special items for VoidChest
  • Added special items for upgrades and fuel
  • Switched database driver to MySQL for improved compatibility
  • Rebuilt the command framework for improved stability and performance
  • Optimized and refactored the message system
  • Refactored internal registries and data managers
  • Improved skull/texture handling using the modern Bukkit API
  • Centralized upgrade handling into a dedicated service
  • Updated the particle library
Version 6.3.0 (2025-11-08)
  • Improved economy hook stability and debugging
  • Replaced PaperLib dependency with custom utilities

Important Notice
Versions 6.3.0 and 6.4.0 were NOT published due to issues that were discovered and fixed before release.

Only version 6.4.1 has been officially released and is the recommended stable version.
  • Like
Reactions: Filino
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 | Auto Sell | Chunk Collector​

  • Like
Reactions: hadrysekk
Top Bottom