Compatibility
Minecraft: Java Edition
1.16.5
Platforms
Supported environments
Singleplayer only
Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated last week
World Save Chunks (WSC)
GTA-style temporary world edits. Break, build, blow things up — once you leave a chunk alone long enough, it quietly resets back to how it was. Perfect for testing builds, messing around, or just not wanting to permanently trash your favorite base.
What it does
- Turn it on with
/wsc on— from that moment, every chunk WSC sees gets a permanent snapshot of its original state (blocks, chests, furnaces, everything). - Keep editing normally. Nothing is blocked, nothing warns you — it just quietly remembers what things looked like.
- Every time a changed chunk reloads, it snaps back to its original state — no matter how many times it's been loaded and unloaded since. Doesn't matter if you flew away for two minutes or two hours.
- Turn it off with
/wsc offand everything gets rolled back for good. Or use/wsc off nscto stop recording and just keep the world as it currently is. - Need it fixed right now, without stopping the session?
/wsc restorerolls everything back instantly and keeps recording.
Commands
| Command | What it does |
|---|---|
/wsc on |
Start recording |
/wsc off |
Restore everything and stop recording |
/wsc off nsc |
Stop recording, keep changes as-is |
/wsc restore |
Instantly restore everything, keep recording |
/wsc status |
Show what's currently tracked/queued |
/wsc speed <n> |
Chunks processed per check (tune performance) |
/wsc interval <ticks> |
How often that check runs |
Works in singleplayer and on multiplayer servers alike. Requires operator permission.
Notes
- Server-side logic (safe to have client-side too, does nothing without a server).
- Snapshots are per-dimension and survive server restarts.
- Use it on a backup of your world, the mod doesn't give a 100% guarantee of world integrity, because something can always go wrong.


