{"id":110422,"date":"2026-06-06T14:48:29","date_gmt":"2026-06-06T11:48:29","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/"},"modified":"2026-06-06T14:48:29","modified_gmt":"2026-06-06T11:48:29","slug":"new-super-virtual-chest","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/","title":{"rendered":"New Super Virtual Chest"},"content":{"rendered":"<p># A New Super Virtual Chest<\/p>\n<p>A server-side virtual chest mod for Fabric.<br \/>\nCreate public or private virtual chests that store items persistently without needing any client-side installation.<\/p>\n<p>![Server-side](https:\/\/modrinth.com\/mod\/new-super-virtual-chest)<br \/>\n![Fabric](https:\/\/fabricmc.net\/)<br \/>\n![Minecraft](https:\/\/modrinth.com\/mod\/new-super-virtual-chest\/versions)<\/p>\n<details>\n<summary>Why I Made This Mod? \/ \u5236\u4f5c\u539f\u56e0<\/summary>\n<p>**English:**<br \/>\nThe main reason I created this mod is that there wasn&#8217;t an up-to-date virtual chest mod for newer Minecraft versions that allows creating multiple persistent chests. I needed a simple, server-side solution for my own server, so I built it.<\/p>\n<p>**\u4e2d\u6587:**<br \/>\n\u6211\u5236\u4f5c\u8fd9\u4e2a\u6a21\u7ec4\u7684\u4e3b\u8981\u539f\u56e0\u662f\u6ca1\u6709\u65b0\u7248\u672c\u7684\u53ef\u521b\u5efa\u591a\u4e2a\u4e14\u6301\u4e45\u5316\u7684\u865a\u62df\u7bb1\u5b50\u6a21\u7ec4\u3002\u6211\u81ea\u5df1\u7684\u670d\u52a1\u5668\u9700\u8981\u4e00\u4e2a\u7b80\u5355\u7684\u7eaf\u670d\u52a1\u7aef\u65b9\u6848\uff0c\u4e8e\u662f\u5c31\u6709\u4e86\u5b83\u3002<\/p>\n<p>### Q&#038;A<\/p>\n<p>**Q: There are already other virtual chest mods. Why did you make another one?**<br \/>\n**A:** While similar mods exist, none of them supported Minecraft 1.21.11+ when I started this project.<\/p>\n<p>**Q: Why did you upload the source code JAR?**<br \/>\n**A:** I don&#8217;t have a GitHub account and I&#8217;m not familiar with how to use it. You are free to use the source code for your own purposes, as long as you do not resell it or claim the mod as your own creation.<\/p>\n<\/details>\n<p>&#8212;<br \/>\n## \ud83d\udce6 Features<br \/>\n&#8211; \ud83d\uddc3\ufe0f **Virtual Chests** \u2013 Create chests that are not tied to any physical block.<br \/>\n&#8211; \ud83c\udf0d **Public &#038; Private** \u2013 `allplayer` creates a public chest anyone can open. Use a player name to create a private chest only that player (and admins) can access.<br \/>\n&#8211; \u23f3 **Delayed Public Deletion** \u2013 When a non-admin deletes a public chest, it enters a 3\u2011in\u2011game\u2011day waiting period before being permanently removed. Anyone can cancel the deletion during this time.<br \/>\n&#8211; \u2705 **Instant Admin Actions** \u2013 Players with the `nsvc_admin` tag (or console\/command blocks) can create, open, and instantly delete any chest.<br \/>\n&#8211; \ud83d\udcbe **Persistent Storage** \u2013 All chest contents are saved to disk inside the world folder and survive server restarts.<br \/>\n&#8211; \ud83c\udf10 **Multi-language Support** \u2013 English and Simplified Chinese are included. (Your client language determines which is shown.)<br \/>\n&#8211; \ud83d\udda5\ufe0f **Pure Server\u2011side** \u2013 No client mod required! Players connect with a vanilla client and still see the normal chest GUI.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2328\ufe0f Commands<\/p>\n<p>All commands use the prefix`\/NSvc`.<\/p>\n<p>### \ud83d\udcdd Create a Chest<\/p>\n<p>`\/NSvc <target> create <name> [small|large]`<\/p>\n<p>&#8211; `<target>` \u2013 `allplayer` for a public chest, or an online player name for a private chest.<br \/>\n&#8211; `<name>` \u2013 A unique name for the chest (e.g., `community_farm`).<br \/>\n&#8211; `[size]` \u2013 `small` (27 slots) or `large` (54 slots). Defaults to `large`.<\/p>\n<p>**Examples:**<br \/>\n`\/NSvc allplayer create PublicStorage large`<br \/>\n`\/NSvc Steve create StevePrivate small`<\/p>\n<p>### \ud83d\udcc2 Open a Chest<br \/>\n`\/NSvc <target> open <name>`<\/p>\n<p>Opens the virtual chest GUI.<br \/>\n*Non-admin players can only open public chests or their own private chests.*<\/p>\n<p>**Example:**<br \/>\n`\/NSvc allplayer open PublicStorage`<\/p>\n<p>### \ud83d\uddd1\ufe0f Delete a Chest<br \/>\n`\/NSvc <target> delete <name> [close]`<\/p>\n<p>&#8211; Without `close` \u2013 Starts deletion (public chests go into a 3\u2011day waiting period; private chests ask for confirmation).<br \/>\n&#8211; With `close` \u2013 Cancels a pending deletion.<\/p>\n<p>**Examples:**<br \/>\n`\/NSvc allplayer delete PublicStorage`<br \/>\n`\/NSvc allplayer delete PublicStorage close`<\/p>\n<p>### \ud83d\udccb List Chests<br \/>\n`\/NSvc <target> list`<\/p>\n<p>Shows all chests belonging to the target (`allplayer` for public chests, or a player name for private chests).<br \/>\n*Admins see all private chests; normal players only see their own.*<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee1\ufe0f Admin Permissions<\/p>\n<p>This mod does **not** use a separate permission file.<br \/>\nInstead, admins are identified by the **`nsvc_admin` tag**.<\/p>\n<p>### \ud83c\udff7\ufe0f Granting Admin<br \/>\nRun this command in the server console or as an existing admin:<br \/>\n`\/tag <player> add nsvc_admin`<\/p>\n<p>### \u274c Removing Admin<br \/>\n`\/tag <player> remove nsvc_admin`<\/p>\n<p>### \ud83d\udc40 Checking a Player&#8217;s Tags<br \/>\n`\/tag <player> list`<\/p>\n<p>> \ud83d\udca1 **Tip:** The console and command blocks always have full admin permissions and do not need the tag.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc1 Data Storage<\/p>\n<p>Virtual chest data is saved in the world folder as `nsvc_virtualchests.dat`.<br \/>\nThis file is created automatically and is compatible with world backups.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf0d Language Support<\/p>\n<p>The mod automatically uses your Minecraft client language.<br \/>\nCurrently supported languages:<br \/>\n&#8211; English (`en_us`)<br \/>\n&#8211; Simplified Chinese (`zh_cn`)<\/p>\n<p>Want to add another language? Contributions are welcome!<\/p>\n<p>&#8212;<\/p>\n<p>*Enjoy hassle\u2011free virtual storage!*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A virtual chest mod.<\/p>\n","protected":false},"featured_media":110423,"template":"","meta":{"_minecraft_slug":"new-super-virtual-chest","_minecraft_project_id":"vYWNAnM4","_minecraft_author":"EarlyStage7717","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":46,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"new-super-virtual-chest.zip","_minecraft_size_bytes":289927,"_minecraft_version_count":12,"_minecraft_updated_at":"2026-05-16T14:53:32.403616Z","_minecraft_date_created":"2026-04-29T05:02:28.409095Z","_minecraft_date_modified":"2026-05-01T06:34:56.344871Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/new-super-virtual-chest","_minecraft_icon_attachment_id":110423,"_minecraft_imported_at":"2026-06-06T11:48:30+00:00","_minecraft_import_hash":"a877f98b92a5d018b54dbfb2a255e180","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,98,91,92],"mod_loader":[99,100],"minecraft_version":[36,40,41],"class_list":["post-110422","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-quilt","mod_category-storage","mod_category-utility","mod_loader-fabric","mod_loader-quilt","minecraft_version-1-20-1","minecraft_version-1-21-10","minecraft_version-1-21-11"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>New Super Virtual Chest - 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\/new-super-virtual-chest\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New Super Virtual Chest - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A virtual chest mod.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/new-super-virtual-chest\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/new-super-virtual-chest\\\/\",\"name\":\"New Super Virtual Chest - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/new-super-virtual-chest\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/new-super-virtual-chest\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/new-super-virtual-chest-icon-2c65eb6e7e7f29f39cd52cdd7f9c9dc6624aee79_96.webp\",\"datePublished\":\"2026-06-06T11:48:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/new-super-virtual-chest\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/new-super-virtual-chest\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/new-super-virtual-chest\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/new-super-virtual-chest-icon-2c65eb6e7e7f29f39cd52cdd7f9c9dc6624aee79_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/new-super-virtual-chest-icon-2c65eb6e7e7f29f39cd52cdd7f9c9dc6624aee79_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/new-super-virtual-chest\\\/#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\":\"New Super Virtual Chest\"}]},{\"@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":"New Super Virtual Chest - 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\/new-super-virtual-chest\/","og_locale":"en_US","og_type":"article","og_title":"New Super Virtual Chest - Minecraft","og_description":"A virtual chest mod.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/","name":"New Super Virtual Chest - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/new-super-virtual-chest-icon-2c65eb6e7e7f29f39cd52cdd7f9c9dc6624aee79_96.webp","datePublished":"2026-06-06T11:48:29+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/new-super-virtual-chest-icon-2c65eb6e7e7f29f39cd52cdd7f9c9dc6624aee79_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/new-super-virtual-chest-icon-2c65eb6e7e7f29f39cd52cdd7f9c9dc6624aee79_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/new-super-virtual-chest\/#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":"New Super Virtual Chest"}]},{"@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\/110422","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\/110423"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=110422"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=110422"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=110422"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=110422"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}