VoidChest | Auto Sell | Chunk Collector v5.3.0

A special auto sell chest plugin. Create unique chests and get rich the smart way!

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: Version 5.3.0 and later now require the latest VoidChest API (v3.0.0). Plugin developers must update to this new API version to ensure compatibility. You can download the updated API from the official release page: VoidChest API v3.0.0.

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!
VoidChest Plugin Update - Version 5.1.4 (2024-11-26)


We’re excited to announce version 5.1.4 of the VoidChest plugin! This update includes several important bug fixes to enhance the overall functionality and reliability of the plugin. Please review the changes carefully to ensure a smooth experience.


🔧 Bug Fixes
  • Version Update Script: Corrected the HTTP method used for version updates in update-versions.sh.
  • Updater: Updated the version check URL and improved parsing logic.
  • BreakListener: Fixed an issue where the VoidChest owner’s UUID was not properly retrieved for player data checks.
  • Non-Sellable Items: Resolved an issue with purging non-sellable items.
  • Stats Saving: Fixed the issue where stats were not saving when VoidChests were broken.

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!
VoidChest Plugin Update - Version 5.1.0 (2024-11-20

We’re excited to announce version 5.1.0 of the VoidChest plugin! This update includes several important bug fixes and new features to ensure a smoother and more enjoyable experience. Please review the changes carefully, especially if you rely on deprecated features, as they may have been removed in this release.


🔧 Bug Fixes

  • VoidChest Placement Issue: Fixed a NullPointerException ("replacement") that occurred when placing a VoidChest.
  • Shop Economy Configuration: Removed deprecated shop economy configuration settings.
  • Instant Collector References: Cleared all references to the removed instant collector in messages and configuration files.
  • Hook Messages: Removed redundant stacker name from hook messages for clarity.
  • Hologram Updates: Prevented hologram updates if the block location is null.
  • SerializableLocation Constructor: Corrected pitch and yaw values in the SerializableLocation constructor.


✨ New Features

  • Minecraft 1.21.3 Support: Added compatibility for the latest Minecraft version.
  • Instant Collector Removal: Fully removed the deprecated instant collector functionality.
  • Lit-Minions Update: Upgraded lit-minions to version 3.1.7 and updated related import paths for improved integration.


Thank you for using the VoidChest plugin! If you have any feedback, questions, or encounter issues, feel free to reach out. Enjoy the new and improved version!
Data loading fixes from the previous release (oops)
VoidChest Plugin Update - Version 5.0.0 (2024-10-27)

We’re excited to bring you version 5.0.0, a feature-packed release with new enhancements, optimizations, and bug fixes! This update includes major improvements and a few breaking changes, so please review the details below.

🔧 Bug Fixes

  • Sell Task Initialization: Added proper call for the sell task handler during player data load.
  • Profit Calculator Configuration: Corrected formatting for improved readability.
  • Player Online Check: Resolved an issue with checking player online status in VoidSellHandler.
  • VoidStorage ID: Ensured ID is correctly set before appending to loadedEntities.
  • Folia Support: Added full support for Folia commands.
  • Hologram Management: Updated hologram removal logic in VoidHologramModern.
  • Improved Null Checks: Enhanced null check logic and refactored code across multiple classes.
  • Task Registration: Moved task registration to the proper location.
  • List Handling: Removed unused migration options and optimized list handling in VoidChestOptionsUtil.
  • Player UUID Storage: Added playerUUID to PlayerManager if it’s missing.
  • Warnings Suppression: Suppressed unnecessary warnings and streamlined null checks (#beta).
  • Conditional VoidChest Updater: Enabled updater only if the player has the required permission.
  • VoidChest Placement Validation: Prevented placing a VoidChest if player data is missing.

✨ New Features

  • New getName and getSimpleName Methods: Added these methods to EntityManager implementations (beta).
  • Optimized Purge Task: The PurgeInvalidDataTask now supports batch processing and parallel execution for enhanced performance (#beta).
  • API Changes: Dropped Spigot support in favor of a refined API setup for cross-platform compatibility.
  • Reduced Plugin File Size: Removed redundant code and dependencies, resulting in a leaner build.
  • Storage Management Refactor: Improved storage and caching efficiency in PlayerManager.
  • Sell Task Enhancements: Moved sell task start/stop methods to SellHandler.
  • GUI Overhaul with triumph-gui Library: Switched to triumph-gui for more robust and customizable GUI creation.
  • Economy System Upgrade: Refactored the economy system and added profit calculators for better integration with the VoidEconomy.

⚠️ Breaking Changes

API and Package Updates: We've made significant changes to our API and package structure. Please ensure your custom integrations and dependent plugins are compatible with this release.


Thank you for your continued support and feedback! We’re committed to enhancing the VoidChest experience for all users. If you have any questions or encounter issues, feel free to reach out. Enjoy the update!
What's New in 4.2.0:

Bug Fixes:

  • SellTask: Fixed an issue with initializing the VoidEconomy in the SellTask to prevent errors.

New Features:
  • VoidChestInvalidEconomy: Added a new class to handle cases where the economy setup is invalid, helping avoid crashes.
  • MessageBuilder: Now has a buildAndReset method, making message creation smoother and more efficient.
  • MessagesUtil: Updated to use the new buildAndReset() method for better performance.

Improvements from 4.1.0:

Bug Fixes:

  • Improved error handling in calculating profits, making the economy more reliable.
  • Fixed item duplication issues when retrieving items from VoidEconomy.
  • Properly checks whether the purging feature is enabled in Void Chest Options.

New Features:
  • EcoShop: Added a debug message to help you identify when a void chest or player is missing.

🆕 New Features​

  • Container Linking: You can now link containers seamlessly, allowing for more efficient and organized storage management within the game.
  • Async Chunk Processing: Chunk processing is now handled asynchronously, resulting in smoother gameplay, even in the most demanding situations.
  • Message Customization: I've introduced a new utility for constructing styled messages. This feature provides greater flexibility and customization in how messages are displayed, making communication more engaging and visually appealing.
  • Hologram Enhancements: For those on Minecraft 1.19.4 and above, holograms are now rendered using Display entities (billboards). This change not only improves the appearance but also optimizes performance. Holograms will now automatically refresh and update, ensuring they remain accurate and up-to-date.
  • Void Chest Improvements: You can now access the storage container directly from a Void Chest. I've also enhanced the management of storage links, making it easier to keep your storage organized.
  • Link Upgrades: New upgrades are available for the Links section, offering more customization options and enhancing your ability to manage linked containers.

🛠️ Bug Fixes​

  • Void Chest Explosions: I've improved the handling of Void Chest explosions to ensure they behave more predictably, minimizing unexpected outcomes.
  • Player Data Handling: Added checks to ensure smoother data processing and prevent errors that could disrupt gameplay.
  • Storage Stability: Addressed issues that caused errors when saving data, and ensured that only relevant chunks are cached, improving overall stability.
  • Shop System Improvements: Various improvements have been made to the shop system, including better item metadata handling, fixing display issues, and transitioning data storage to a more efficient format.
  • Hologram Management: Holograms now check for deletion status before updating, reducing unnecessary processing and ensuring only active holograms are refreshed.
  • General Optimizations: Numerous optimizations have been implemented to enhance performance, including better permission checks for Void Chest placement and more efficient use of resources.

🚨 Breaking Changes​

  • Dropped Support: Support for Minecraft versions 1.8-1.16.5 and Java 8 has been removed. This change allows me to focus on enhancing the plugin for more modern environments.
Buy a license now
$15.00
EULA: Standard EULA
New: Now supporting cryptocurrency payments!
Share this resource
Help out the creator by referring your friends!
31,518 Views
217 Purchases
313 Downloads
Mar 26, 2019 Published
Jan 15, 2025 Updated
5.00 star(s)
Average rating (15)
2.1 MB File size
Languages
  1. English
Includes DRM
No
Source access
Closed source without obfuscation
Type
  1. Gameplay
  2. Economy
  3. World
Game mode
  1. Factions
  2. Skyblock
  3. Prison
Supported software
  1. Paper
  2. Folia
Supported versions
  1. 1.17
  2. 1.18
  3. 1.19
  4. 1.20
  5. 1.21
Creators
Owner
Collaborator
Recommended for you
Hunt your enemies, level up and earn rewards. Killstreaks, Levels, Bounties and more
5.00 star(s) 2 ratings
23 purchases
Change your skin's clothes (overlay) without opening a graphic editor and rejoining!
Not yet rated
3 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 112 ratings
2,936 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 119 ratings
2,425 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 63 ratings
2,239 purchases
Share this resource
Help out the creator by referring your friends!
31,518 Views
217 Purchases
313 Downloads
Mar 26, 2019 Published
Jan 15, 2025 Updated
5.00 star(s)
Average rating (15)
2.1 MB File size
Languages
  1. English
Includes DRM
No
Source access
Closed source without obfuscation
Type
  1. Gameplay
  2. Economy
  3. World
Game mode
  1. Factions
  2. Skyblock
  3. Prison
Supported software
  1. Paper
  2. Folia
Supported versions
  1. 1.17
  2. 1.18
  3. 1.19
  4. 1.20
  5. 1.21
Creators
Owner
Collaborator
Recommended for you
Hunt your enemies, level up and earn rewards. Killstreaks, Levels, Bounties and more
5.00 star(s) 2 ratings
23 purchases
Change your skin's clothes (overlay) without opening a graphic editor and rejoining!
Not yet rated
3 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 112 ratings
2,936 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 119 ratings
2,425 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 63 ratings
2,239 purchases
Top