{"id":39386,"date":"2026-06-01T23:46:03","date_gmt":"2026-06-01T20:46:03","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/"},"modified":"2026-06-01T23:46:03","modified_gmt":"2026-06-01T20:46:03","slug":"chestlocklite","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/","title":{"rendered":"ChestLockLite"},"content":{"rendered":"<p># ChestLockLite<\/p>\n<p>A simple, powerful container locking plugin for Spigot\/Paper 1.21+ servers. Lock your chests, barrels, hoppers, and furnaces with owner protection, password protection, or trusted players system. **No MySQL required** &#8211; uses lightweight SQLite storage.<\/p>\n<p>&#8212;<\/p>\n<p>## Lock a Container<\/p>\n<p>![Lock Command Example](https:\/\/raw.githubusercontent.com\/eldor47\/ChestLockLite\/main\/.github\/lock-example.png)<\/p>\n<p>Look at a chest, barrel, hopper, or furnace and run:<\/p>\n<p>&#8220;`bash<br \/>\n\/cl lock<br \/>\n&#8220;`<\/p>\n<p>Only you can open it now!<\/p>\n<p>&#8212;<\/p>\n<p>## Key Features<\/p>\n<p>### Core Protection<br \/>\n&#8211; **Owner Locks** &#8211; Lock containers so only you can access them<br \/>\n&#8211; **Password Protection** &#8211; Share access with passwords (SHA-256 hashed)<br \/>\n&#8211; **Trusted Players** &#8211; Grant access to specific players without passwords<br \/>\n&#8211; **Container Protection** &#8211; Prevents breaking, explosions, fire, and pistons<\/p>\n<p>### Container Support<br \/>\n&#8211; **Chests** &#8211; All chest types (regular, trapped, copper, etc.)<br \/>\n&#8211; **Barrels** &#8211; Full locking support for barrels<br \/>\n&#8211; **Hoppers** &#8211; Lock hoppers and control item extraction (configurable)<br \/>\n&#8211; **Furnaces** &#8211; Lock furnaces, blast furnaces, and smokers (configurable)<br \/>\n&#8211; **Per-Container Hopper Control** &#8211; Toggle hopper access per container via GUI<\/p>\n<p>### User Interface<br \/>\n&#8211; **GUI Menu** &#8211; Easy-to-use visual interface (Shift + Right-click with empty hand)<br \/>\n&#8211; **Password Input GUI** &#8211; Interactive character selection<br \/>\n&#8211; **Tab Completion** &#8211; Full autocomplete support for all commands<br \/>\n&#8211; **Container-Specific Messages** &#8211; Messages show the correct container type<\/p>\n<p>### Advanced Features<br \/>\n&#8211; **Double Chest Support** &#8211; Automatically handles single and double chests<br \/>\n&#8211; **Auto-Lock on Place** &#8211; Optional automatic locking when placing containers<br \/>\n&#8211; **Password Cooldown** &#8211; Prevents spam attempts (configurable)<br \/>\n&#8211; **Admin Tools** &#8211; Clear locks, reload config, bypass permissions<br \/>\n&#8211; **Admin Notifications** &#8211; Admins see notifications when opening locked containers<br \/>\n&#8211; **SQLite Storage** &#8211; Fast, lightweight, no external database needed<br \/>\n&#8211; **Auto-Backup** &#8211; Automatic database backups<br \/>\n&#8211; **Automatic Migration** &#8211; Seamless database upgrades<\/p>\n<p>&#8212;<\/p>\n<p>## Quick Setup<\/p>\n<p>1. Download the `ChestLockLite.jar` file<br \/>\n2. Place it in your server&#8217;s `plugins` folder<br \/>\n3. Start your server<br \/>\n4. Configure as needed in `plugins\/ChestLockLite\/config.yml` (optional)<\/p>\n<p>That&#8217;s it! The plugin is ready to use.<\/p>\n<p>&#8212;<\/p>\n<p>## Usage Examples<\/p>\n<p>### Password Protection<\/p>\n<p>![Password GUI](https:\/\/raw.githubusercontent.com\/eldor47\/ChestLockLite\/main\/.github\/password-gui.png)<\/p>\n<p>Set a password so anyone with the password can unlock the container:<\/p>\n<p>&#8220;`bash<br \/>\n\/cl password mypassword123<br \/>\n&#8220;`<\/p>\n<p>Or use the **GUI** (Shift + Right-click \u2192 &#8220;Set Password&#8221;) for an interactive password input!<\/p>\n<p>&#8212;<\/p>\n<p>### Trust a Player<\/p>\n<p>![Trusted Players GUI](https:\/\/raw.githubusercontent.com\/eldor47\/ChestLockLite\/main\/.github\/trusted-players.png)<\/p>\n<p>Grant a player access without sharing passwords:<\/p>\n<p>&#8220;`bash<br \/>\n\/cl trust FriendName<br \/>\n&#8220;`<\/p>\n<p>The trusted player will receive a notification and can now access your container!<\/p>\n<p>&#8212;<\/p>\n<p>### Using the GUI<\/p>\n<p>**Shift + Right-click** any container to open the menu (Must have empty hand)<\/p>\n<p>Click buttons to:<br \/>\n&#8211; Lock\/unlock containers<br \/>\n&#8211; Set or remove passwords<br \/>\n&#8211; Manage trusted players<br \/>\n&#8211; Toggle hopper access (per container)<br \/>\n&#8211; View lock information<\/p>\n<p>No commands to remember!<\/p>\n<p>&#8212;<\/p>\n<p>## Common Commands<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/cl lock` | Lock the container you&#8217;re looking at |<br \/>\n| `\/cl unlock` | Unlock your container |<br \/>\n| `\/cl password <pass>` | Set or enter password |<br \/>\n| `\/cl trust <player>` | Trust a player on your container |<br \/>\n| `\/cl untrust <player>` | Remove trust from a player |<br \/>\n| `\/cl trustedlist` | List trusted players |<br \/>\n| `\/cl gui` | Open GUI menu |<br \/>\n| `\/cl info` | View lock information |<\/p>\n<p>**Aliases:** `\/chestlock`, `\/lockchest`<\/p>\n<p>&#8212;<\/p>\n<p>## Security Features<\/p>\n<p>&#8211; **SHA-256 Password Hashing** &#8211; Passwords are never stored in plain text<br \/>\n&#8211; **Unique Salt Per Password** &#8211; Prevents rainbow table attacks<br \/>\n&#8211; **Container Break Protection** &#8211; Prevents unauthorized breaking<br \/>\n&#8211; **Explosion Protection** &#8211; Protects from creepers, TNT, etc.<br \/>\n&#8211; **Fire\/Lava Protection** &#8211; Protects from fire and lava damage<br \/>\n&#8211; **Piston Protection** &#8211; Prevents pistons from moving locked containers<br \/>\n&#8211; **Hopper Control** &#8211; Prevent hoppers from extracting items from locked containers<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration<\/p>\n<p>New in v1.1.0:<\/p>\n<p>&#8220;`yaml<br \/>\nlocks:<br \/>\n  # Support for hoppers (allow locking hoppers)<br \/>\n  allow-hoppers: true<\/p>\n<p>  # Support for furnaces (allow locking furnaces, blast furnaces, smokers)<br \/>\n  allow-furnaces: true<\/p>\n<p>  # Show notification to admins when they open locked containers<br \/>\n  admin-notification: true<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Perfect For<\/p>\n<p>&#8211; **Survival Servers** &#8211; Protect player containers from griefing<br \/>\n&#8211; **SMP Servers** &#8211; Secure shared storage areas<br \/>\n&#8211; **Economy Servers** &#8211; Protect shop chests and storage<br \/>\n&#8211; **Towny\/Factions** &#8211; Team-based container protection<br \/>\n&#8211; **Any Server** &#8211; Simple, lightweight container protection<\/p>\n<p>&#8212;<\/p>\n<p>## Documentation<\/p>\n<p>&#8211; **Full Documentation**: GitHub Wiki<br \/>\n&#8211; **Quick Start Guide**: Quick Start<br \/>\n&#8211; **Configuration**: Config Reference<br \/>\n&#8211; **Permissions**: Permissions Guide<\/p>\n<p>&#8212;<\/p>\n<p>## Admin Commands<\/p>\n<p>Admins have access to powerful management tools:<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/cl clear` | Clear lock on targeted container | `chestlocklite.admin.clear` |<br \/>\n| `\/cl clearall <player>` | Clear all locks by player | `chestlocklite.admin.clearall` |<br \/>\n| `\/cl cleararea [radius]` | Clear locks in area | `chestlocklite.admin.cleararea` |<br \/>\n| `\/cl reload` | Reload configuration | `chestlocklite.admin.reload` |<\/p>\n<p>&#8212;<\/p>\n<p>## Performance<\/p>\n<p>&#8211; **Lightweight** &#8211; Minimal server impact<br \/>\n&#8211; **SQLite Storage** &#8211; Fast, no external database needed<br \/>\n&#8211; **Indexed Queries** &#8211; O(log n) lookup time<br \/>\n&#8211; **Tested** &#8211; Handles 10,000+ locks without issues<br \/>\n&#8211; **Comprehensive Testing** &#8211; 39 unit tests ensure reliability<\/p>\n<p>&#8212;<\/p>\n<p>## What&#8217;s New in v1.1.0<\/p>\n<p>&#8211; \ud83c\udf89 **Barrel, Hopper &#038; Furnace Support** &#8211; Lock all container types!<br \/>\n&#8211; \ud83c\udf9b\ufe0f **Per-Container Hopper Control** &#8211; Toggle hopper access via GUI<br \/>\n&#8211; \ud83d\udd14 **Admin Notifications** &#8211; Admins see notifications when opening locked containers<br \/>\n&#8211; \ud83d\udcac **Container-Specific Messages** &#8211; Messages show correct container type<br \/>\n&#8211; \ud83d\udc1b **Bug Fixes** &#8211; Fixed password GUI bug and GUI access with items<br \/>\n&#8211; \ud83e\uddea **Test Suite** &#8211; Comprehensive testing infrastructure (39 tests)<\/p>\n<p>&#8212;<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the **MIT License**.<\/p>\n<p>&#8212;<\/p>\n<p>## Links<\/p>\n<p>&#8211; **Download**: GitHub Releases<br \/>\n&#8211; **Report Issues**: GitHub Issues<br \/>\n&#8211; **Wiki**: Documentation Wiki<br \/>\n&#8211; **Support**: Check the Troubleshooting Guide<\/p>\n<p>&#8212;<\/p>\n<p>**Made with \u2764\ufe0f for the Minecraft community**<\/p>\n<p>*Perfect for survival, SMP, and economy servers. Simple configuration, comprehensive permissions system, and full documentation included.*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Lock your chests with owner-only protection, password protection, or trusted players system.<\/p>\n","protected":false},"featured_media":39387,"template":"","meta":{"_minecraft_slug":"chestlocklite","_minecraft_project_id":"sbvzpNqR","_minecraft_author":"eldor","_minecraft_license":"MIT","_minecraft_downloads":1284,"_minecraft_follows":5,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"chestlocklite.zip","_minecraft_size_bytes":53531948,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T07:44:12.458181Z","_minecraft_date_created":"2025-11-04T09:30:05.386455Z","_minecraft_date_modified":"2025-12-21T01:41:02.454258Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/chestlocklite","_minecraft_icon_attachment_id":39387,"_minecraft_imported_at":"2026-06-01T20:46:04+00:00","_minecraft_import_hash":"5f6531015254b0216ae5557a3e0c56ea","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,127,128,129,91,92],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-39386","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-storage","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ChestLockLite - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ChestLockLite - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Lock your chests with owner-only protection, password protection, or trusted players system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestlocklite\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestlocklite\\\/\",\"name\":\"ChestLockLite - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestlocklite\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestlocklite\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestlocklite-icon-5946b2f38b1adb5b5912a0be080e2209df54819c_96.webp\",\"datePublished\":\"2026-06-01T20:46:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestlocklite\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestlocklite\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestlocklite\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestlocklite-icon-5946b2f38b1adb5b5912a0be080e2209df54819c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestlocklite-icon-5946b2f38b1adb5b5912a0be080e2209df54819c_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestlocklite\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"ChestLockLite\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ChestLockLite - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/","og_locale":"en_US","og_type":"article","og_title":"ChestLockLite - Minecraft","og_description":"Lock your chests with owner-only protection, password protection, or trusted players system.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/","name":"ChestLockLite - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestlocklite-icon-5946b2f38b1adb5b5912a0be080e2209df54819c_96.webp","datePublished":"2026-06-01T20:46:03+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestlocklite-icon-5946b2f38b1adb5b5912a0be080e2209df54819c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestlocklite-icon-5946b2f38b1adb5b5912a0be080e2209df54819c_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestlocklite\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"ChestLockLite"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/39386","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/39387"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=39386"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=39386"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=39386"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=39386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}