File Snapshots for Blueprint v1.0.0

Automatic version history for files edited or deleted through the panel, with one-click restore.
cover.png
Someone just saved over a working config. Now what?

Every host knows the ticket: "my server broke after I edited server.properties, can you fix it?" Without a full backup from before the edit, that config is gone.

File Snapshots captures the previous version of a file every time it is saved in the panel editor or deleted through the file manager - automatically, invisibly, with zero user action. Users see their file's history right on the editor page and restore any version in one click.

What users get
  • A history strip on the file editor: every saved version with timestamp, size and author
  • A File History page per server listing all captured versions, including files that were deleted
  • View any text snapshot in a dialog before restoring it
  • One-click restore - the current contents are snapshotted first, so a restore can always be undone
  • Search across snapshots by file path

What admins get
  • Master enable/disable switch
  • Max file size to capture (default 1 MB), versions kept per file (default 10), retention window in days (default 30, auto-pruned daily)
  • Ignore list by file extension (logs, archives, jars... preconfigured)
  • Storage stats: snapshot count, servers covered, compressed disk usage

How it works (the clean way)
No core files are patched and no panel controller is overwritten. The extension wraps the panel's Wings file repository through Laravel's service container, so every panel code path that writes or deletes a file is covered - and panel updates don't break it. Snapshots are stored gzip-compressed on the panel machine (storage/app/filesnapshots); they never consume game server disk or backup slots.

Permissions & safety
  • Listing requires file.read, viewing contents file.read-content, restoring file.update - fully integrated with Pterodactyl subuser permissions
  • Restores are written to the server activity log
  • Snapshot capture is best-effort by design: a Wings hiccup can never block or slow down a user's save
  • Folder deletions capture at most 10 contained files to keep daemon traffic bounded

Heads-up: SFTP transfers and direct uploads bypass the panel by design and cannot be captured. This is version history for panel edits, not a replacement for full backups.

Installation
Code:
blueprint -install filesnapshots
Running the panel in Docker? Restart the panel container after installing so the database migrations apply (standard Blueprint-in-Docker behavior).
Requires the free Blueprint extension framework (blueprintframe.work). Game-agnostic - works with any egg.
Buy a license now
$12.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
1 year
Share and earn
Refer this resource and earn a 10% commission.
10 Views
0 Purchases
1 Downloads
Jul 18, 2026 Published
N/A Updated
Not yet rated
15.9 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
AI Content Disclosure
Cover image generated with Midjourney, description drafted with ChatGPT and edited by me.
AI use in product
No
Type
  1. Backup
  1. File management
Supported framework
  1. Blueprint
Supported versions
  1. 1.12
  1. 1.11
Supported languages
  1. English
Creator
Recommended for you
All-in-one Minecraft server manager for Pterodactyl: setup loader, modpack installer
Not yet rated
5 purchases
Send a console command or power action to every server matching a filter - with rolling execution an
Not yet rated
0 purchases
Automatically stop idle servers after a configurable period of low CPU activity.
Not yet rated
0 purchases
Discord webhook alerts for crashes, sustained CPU or memory pressure, and disk usage.
Not yet rated
0 purchases
Give subusers time-limited access that revokes itself - no more forgotten permissions.
Not yet rated
0 purchases
Share and earn
Refer this resource and earn a 10% commission.
10 Views
0 Purchases
1 Downloads
Jul 18, 2026 Published
N/A Updated
Not yet rated
15.9 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
AI Content Disclosure
Cover image generated with Midjourney, description drafted with ChatGPT and edited by me.
AI use in product
No
Type
  1. Backup
  1. File management
Supported framework
  1. Blueprint
Supported versions
  1. 1.12
  1. 1.11
Supported languages
  1. English
Creator
Recommended for you
All-in-one Minecraft server manager for Pterodactyl: setup loader, modpack installer
Not yet rated
5 purchases
Send a console command or power action to every server matching a filter - with rolling execution an
Not yet rated
0 purchases
Automatically stop idle servers after a configurable period of low CPU activity.
Not yet rated
0 purchases
Discord webhook alerts for crashes, sustained CPU or memory pressure, and disk usage.
Not yet rated
0 purchases
Give subusers time-limited access that revokes itself - no more forgotten permissions.
Not yet rated
0 purchases
Top