Перейти к содержимому
Mineforgian

CocoVaults Lite

A lightweight & Free plugin, compatible with NBT-Data & CustomModelData

Загрузки
1K
Подписчики
2
Обновлён
16 февраля 2026 г.
Лицензия
CC-BY-NC-SA-4.0

Опубликован 29 июля 2024 г.

CocoVaults Lite

A lightweight plugin, free, compatible with NBT-Data & CustomModelData

MAINTAINED BY FRUITFORGE STUDIOS

Discord Banner


I would appreciate it if you were kind when reviewing, and if you have a problem or complaints, feel free to send them to my Official Discord. The comments section is not for that.

⚡ Why Choose CocoVaults Lite?

CocoVaults is a highly efficient and easy-to-use plugin for storing items in virtual chests. It is customizable, supports multiple files, has a robust anti-dupe system, and is designed to perform optimally without memory leaks.


⚠️ ATTENTION! ⚠️

This plugin does not support plugin loaders or the use of /reload.

Please protect your users' data.


Premium



Documentation

🧩 Core Info

📦 Virtual Vault System 🧩 Integration Support
Virtual Chests: Secure storage
Custom Icons: Unique identity
Renaming: Player customization
Space Monitors: Real-time tracking
Opening Effects: Audio/Visual cues
Custom Items: Full compatibility
NBT Data: Preserves metadata
ItemsAdder/Oraxen: Ready to use
Nexo & Addons: Stable support
API Hooks: Developer friendly
🛡️ Advanced Security 🚀 Performance & Support
Anti-Dupe Engine: Active prevention
Audit Trails: Action logging
Converters: Migrate easily
Latency Guard: Optimized ops
Async Pipelines: No main-thread lag
Profiling Hooks: Live tuning
Priority Support: 24/7 assistance

💻 Commands & Permissions

Commands

/cv help                             # Show help
/cv <VAULT_ID>                       # Open a specific vault
/cv gui                              # Open the vaults menu
/cv rename <VAULT_ID> <NewName>      # Rename a vault
/cv icon <VAULT_ID> <MATERIAL|HAND>  # Change icon
/cv admin reload                     # Reload config
/cv admin view <PLAYER> <VAULT_ID>   # View player's vault
/cv admin forceopen <ID> <PLAYER>    # Force open vault
/cv admin import <PLUGIN>            # Import data
/cv admin debug                      # Debug info
/cv admin purge <PLAYER>             # Purge player data

Permissions

cocovaults.open          # Open personal vaults (def: true)
cocovaults.admin         # Admin commands (def: op)
cocovaults.rename        # Rename vaults
cocovaults.icon          # Change icons
cocovaults.quantity.X    # Allow up to X vaults
cocovaults.unlocked.X    # Unlock vault X
cocovaults.size.X        # Set vault size (9-54)

Separator

🎥 Live Demonstration

👁️ Click to view Examples

Sample Example

Main GUI

Cross-Servers (Only Premium)


🤝 Partners Zone

Partner Hosting

Ченджлог

4.0.2Релиз1.21.9, 1.21.10, 1.21.11 · 16 февраля 2026 г.

🔒 UPDATE 4.0.2 Security Hotfix

CocoVaults Lite - Released February 16th, 2026


⚠️ CRITICAL SECURITY UPDATE

This update patches multiple item duplication exploits and data integrity vulnerabilities. All servers should update immediately.


🔒 Critical Security Fixes

  • Race Condition Dupe Fixed - Fixed race condition where delayed click tasks could overwrite vault saves on close, causing item duplication or loss

  • Blacklist Save Failure Exploit Fixed - Blacklisted items are now only returned to players after successful save, preventing duplication on save failures

✨ Data Integrity Improvements

  • Thread-Safe Vault Data - VaultData now uses proper synchronization to prevent corruption from concurrent access

  • Thread-Safe Active Vaults - Fixed non-thread-safe ArrayList causing potential crashes in ACTIVE_VAULTS registry

  • Async Save Performance - Vault close saves are now fully async, eliminating main thread blocking during slow I/O operations

🛠️ Additional Fixes

  • Event Priority Corrected - InventoryCloseEvent changed from MONITOR to HIGH priority to properly handle state modifications

  • Debounced Save Race Fixed - Fixed race condition where async removal could delete newly scheduled saves

  • Click Task Leak Fixed - Pending click/drag delayed tasks are now properly cancelled when vaults close

📋 Update Instructions

  1. BACKUP YOUR VAULT DATA - Always backup your plugins/CocoVaults folder before updating
  2. Stop your server
  3. Replace the old CocoVaults.jar with version 4.0.2
  4. Start your server
  5. Monitor console for any errors during startup

⚠️ Critical Notes

  • UPDATE IMMEDIATELY - Multiple critical duplication exploits have been patched
  • No configuration changes required
  • Fully compatible with existing vault data (JSON/YAML)
  • Improves stability and prevents item loss
  • All async operations now properly synchronized

📝 Technical Details

For server admins & developers:

  • VaultData fields now use volatile for thread visibility
  • Synchronized access methods prevent data races
  • CopyOnWriteArrayList used for concurrent vault tracking
  • Async saves with proper completion callbacks
  • Race condition guards in close/save pipeline
  • Defensive copies prevent external modification

Questions? Support at fruitforge.com/discord

4.0.1Релиз1.21.9, 1.21.10, 1.21.11 · 8 января 2026 г.

CocoVaults Lite — Update (Aligned with Official Version 4.0.1)

Released: January 8th, 2026


✨ What's New

  • Full Version Alignment — Lite version updated to match the official plugin version.

🐞 Bug Fixes

  • Vault Saving Fixes — Important corrections applied to vault saving.
  • Known Issues Resolved — All known errors have been fixed.
  • Dependencies Updated — All dependencies have been refreshed.

⚠️ Important Changes

  • Incompatible with Previous Files — Older version files (items and configuration) are not compatible; a clean reinstall is recommended.
  • This compatibility reset will not change again moving forward.

Update Instructions

  1. Stop your server.
  2. Remove previous Lite plugin files.
  3. Place the new Lite .jar and fresh configuration.
  4. Start your server.

⚠️ Important Notes:

  • Perform a clean reinstall due to incompatibility with prior versions.
  • Back up any data you wish to preserve before replacing files.
2.4-ALPHAАльфа1.21.6, 1.21.7, 1.21.8 · 24 августа 2025 г.

🔄 UPDATE 2.4-ALPHA 🔄

CocoVaults Lite - Released August 24, 2025


✅ What's New

  • Hotfix for plugin.yml dependencies - Fixed an inconsistency affecting dependencies
  • MiniMessage Dependency Updated - Updated to the latest version
  • Unused Dependencies Removed - Freed up storage by removing unused dependencies

📥 Update Instructions

  1. Stop your server
  2. Replace the old .jar file with the new one
  3. Start your server

⚠️ Important Notes:

  • This update requires a server restart
  • The update improves plugin stability and reduces storage usage

2.3-ALPHAРелиз1.21.6, 1.21.7, 1.21.8 · 22 августа 2025 г.

🔄 UPDATE 2.3-ALPHA 🔄

CocoVaults Lite - Released August 22, 2025


✅ What's New

  • PlayerVaultsX Importer Fixed - Importer now works as expected
  • Cache Responsibilities Improved - Separated and optimized for better performance
  • Storage Methods Refactored - Partial refactor (except YAML) with up to 60% performance boost
  • Fixed /cv 0 Bug - Command no longer allows usage with zero as vault number

📥 Update Instructions

  1. Stop your server
  2. Replace the old .jar file with the new one
  3. Start your server

⚠️ Important Notes:

  • This update requires a server restart
  • Configuration files are compatible with previous versions

2.2-ALPHAРелиз1.21.6, 1.21.7, 1.21.8 · 20 июля 2025 г.

🔄 UPDATE 2.2-ALPHA 🔄

CocoVaults Lite - Released July 20, 2025


✅ What's New

  • Minecraft 1.21.8 BETA Support - Be aware of update notes and report bugs on Discord
  • CocoVaults Premium Permission - Added permission to unlock specific vaults
  • Individualized GUI Permission - Main GUI opening permission now editable in Settings.yml

📋 Development Status

When will we leave ALPHA versions?

When the deprecations in the plugin's storage methods are resolved and support for Minecraft 1.21.8 is totally stable. (An update from NBT-API (@tr7zw/Item-NBT-API) is expected)

📥 Update Instructions

  1. Stop your server
  2. Replace the old .jar file with the new one
  3. Start your server

⚠️ Important Notes:

  • This update requires a server restart
  • Configuration files are compatible with previous versions
  • BETA support for MC 1.21.8 - Please report any issues

2.1-ALPHAАльфа1.21.5, 1.21.6, 1.21.7 · 8 июля 2025 г.

🔄 UPDATE 2.1-ALPHA 🔄

CocoVaults Lite - Released July 8, 2025


✅ What's New

  • Minecraft 1.21.6/7 Support - Full compatibility with the latest Minecraft versions

🔧 Improvements

  • Updated dependencies to latest versions

🐛 Bug Fixes

  • Fixed errors when disabling the server

📥 Update Instructions

  1. Stop your server
  2. Replace the old .jar file with the new one
  3. Start your server

⚠️ Important Notes:

  • This update requires a server restart
  • Configuration files are compatible with previous versions

2.0-ALPHAАльфа1.21.3, 1.21.4, 1.21.5 · 24 мая 2025 г.

CocoVaults Plugin - Major Update

Critical Update Notice

WARNING: DESTRUCTIVE UPDATE AHEAD!
BACKUP YOUR DATA BEFORE UPDATING!


We've completely redesigned our data storage and management system. We acknowledge the recent issues and have worked hard to address them.

What's New

Storage Improvements:

  • 100% optimization of JSON storage mechanisms
  • Fixed a critical write operation bug that was consuming excessive resources
  • Enhanced YAML writing capabilities
  • Implemented a robust caching system making operations light as a feather

Data Protection:

  • Fixed corruption issues that occurred during server shutdowns
  • Introduced a comprehensive backup and restoration system

Upgrade Instructions

  1. BACKUP YOUR EXISTING DATA
  2. Disable the current plugin
  3. Delete the old version
  4. Install the new version
  5. Restart your server

Thank you for your continued support.

- TeoremalDev

1.2.8Релиз1.21.3, 1.21.4, 1.21.5 · 1 мая 2025 г.

Finally, support for version 1.21.5 is here, packed with new improvements! Please shut down your server, install the update, and then start it up. Do not use Plugin Loaders.

✳️ Fixes:

  • Fixed error writing data to JSON
  • Fixed JSON corruption and malformation when writing in bulk
  • Fixed error writing to YAML when shutting down the server

⭐ Improvements:

  • General optimization applied to all storage types
  • Massive optimization when loading and saving data
  • Now vaults that receive no modifications are not saved
  • Dependencies updated
  • Added a “Maximum Vaults” setting in the configuration

Комментарии

Загружаем…