New Super Virtual Chest

Quick rating

New Super Virtual Chest

No reviews yet

A virtual chest mod.

Storage & Organization
Mod Loaders
Fabric
Paper
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
0.9.1+mc1.21.11

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

A New Super Virtual Chest

A server-side virtual chest mod for Fabric. Create public or private virtual chests that store items persistently without needing any client-side installation.

Server-side Fabric Minecraft

Why I Made This Mod? / 制作原因

English: The main reason I created this mod is that there wasn'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.

中文: 我制作这个模组的主要原因是没有新版本的可创建多个且持久化的虚拟箱子模组。我自己的服务器需要一个简单的纯服务端方案,于是就有了它。

Q&A

Q: There are already other virtual chest mods. Why did you make another one?
A: While similar mods exist, none of them supported Minecraft 1.21.11+ when I started this project.

Q: Why did you upload the source code JAR?
A: I don't have a GitHub account and I'm not familiar with how to use it.


📦 Features

  • 🗃️ Virtual Chests – Create chests that are not tied to any physical block.
  • 🌍 Public & Privateallplayer creates a public chest anyone can open. Use a player name to create a private chest only that player (and admins) can access.
  • Delayed Public Deletion – When a non-admin deletes a public chest, it enters a 3‑in‑game‑day waiting period before being permanently removed. Anyone can cancel the deletion during this time.
  • Instant Admin Actions – Players with the nsvc_admin tag (or console/command blocks) can create, open, and instantly delete any chest.
  • 💾 Persistent Storage – All chest contents are saved to disk inside the world folder and survive server restarts.
  • 🌐 Multi-language Support – English and Simplified Chinese are included. (Your client language determines which is shown.)
  • 🖥️ Pure Server‑side – No client mod required! Players connect with a vanilla client and still see the normal chest GUI.

⌨️ Commands

All commands use the prefix/NSvc.

📝 Create a Chest

/NSvc <target> create <name> [small|large]

  • <target>allplayer for a public chest, or an online player name for a private chest.
  • <name> – A unique name for the chest (e.g., community_farm).
  • [size]small (27 slots) or large (54 slots). Defaults to large.

Examples: /NSvc allplayer create PublicStorage large /NSvc Steve create StevePrivate small

📂 Open a Chest

/NSvc <target> open <name>

Opens the virtual chest GUI.
Non-admin players can only open public chests or their own private chests.

Example: /NSvc allplayer open PublicStorage

🗑️ Delete a Chest

/NSvc <target> delete <name> [close]

  • Without close – Starts deletion (public chests go into a 3‑day waiting period; private chests ask for confirmation).
  • With close – Cancels a pending deletion.

Examples: /NSvc allplayer delete PublicStorage /NSvc allplayer delete PublicStorage close

📋 List Chests

/NSvc <target> list

Shows all chests belonging to the target (allplayer for public chests, or a player name for private chests).
Admins see all private chests; normal players only see their own.


🛡️ Admin Permissions

This mod does not use a separate permission file.
Instead, admins are identified by the nsvc_admin tag.

🏷️ Granting Admin

Run this command in the server console or as an existing admin: /tag <player> add nsvc_admin

❌ Removing Admin

/tag <player> remove nsvc_admin

👀 Checking a Player's Tags

/tag <player> list

💡 Tip: The console and command blocks always have full admin permissions and do not need the tag.


📁 Data Storage

Virtual chest data is saved in the world folder as nsvc_virtualchests.dat.
This file is created automatically and is compatible with world backups.


🌍 Language Support

The mod automatically uses your Minecraft client language.
Currently supported languages:

  • English (en_us)
  • Simplified Chinese (zh_cn)

Want to add another language? Contributions are welcome!


Enjoy hassle‑free virtual storage!

Screenshots

Gallery

  • Open A Chest.
    Open A Chest.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works