Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
โจ DeltaSave
"The power of saving shines within you..."
DeltaSave is a DELTARUNE-inspired checkpoint save system for Minecraft servers. Place sacred save blocks across your world, let players preserve their progress, roll back mistakes, and carry their adventure forward โ all wrapped in a sleek, themed GUI experience.
๐พ Installation
- Download the latest .jar file from the versions page
- Drop the downloaded .jar into your server's
plugins/directory. - Restart your server to generate necessary configuration files. If you're updating from a previous version, delete the old config.yml to generate the fresh version with new options.
- Customize
config.ymlto your liking and restart your server again.
๐โโ๏ธ Quick Start
- Install the plugin using the installation instructions.
- Give yourself some save blocks using
/givesaveblock "<Name>" <Chapter>. - Scatter the save blocks around your RPG map.
- Ask your friends to play your RPG game!
๐ Features
๐พ Checkpoint Save System
The heart of DeltaSave โ a full-state save and load system that captures everything:
- ๐ Location โ World, coordinates, and rotation
- โค๏ธ Health & Food โ Including max health and saturation
- ๐ Full Inventory โ All 36 slots plus armor
- ๐งช Potion Effects โ Every active effect preserved
- ๐ฎ Gamemode โ Saved and restored seamlessly
- โฑ๏ธ Playtime โ Accumulated across all sessions
๐ฎ Save Blocks
Admins can craft unique save blocks tied to a location name and chapter. Players interact with these beacons to open the Save Menu โ no commands needed. Save blocks are automatically scanned and unregistered if ever destroyed, keeping your world clean.
Standing on a save block? You might receive a message from the save gods.
๐งฑ Block Change Rollback
DeltaSave tracks every block placed and broken since the last save โ held in memory for zero-lag gameplay. On /load, those changes are non-destructively rolled back, undoing only what happened after the last checkpoint. Intentional world changes stay safe on disk.
๐ฆ Chapter-Based Storage
Every save block is assigned a chapter. The higher the chapter, the more storage pages a player unlocks โ 18 slots per chapter, scaling infinitely. Storage persists across sessions and server restarts.
๐ฅ๏ธ GUI Interface
A beautiful, DELTARUNE-styled inventory GUI accessible from any save block:
| Menu | Description |
|---|---|
| SAVE | Save your current state and close the menu |
| CHECK | View your health, location, playtime, and block stats |
| STORAGE | Access your chapter-scaled persistent storage |
| DELETE SAVE | Two-step deletion with timed confirmation |
๐ Auto Join & Respawn
- Players who rejoin are automatically loaded to their last checkpoint
- On death, players respawn at their last save โ no manual intervention needed
- New players with no save are teleported to the configurable default spawn
๐ Commands
| Command | Usage | Description |
|---|---|---|
/save |
/save [player] |
๐พ Save your (or another player's) game state |
/load |
/load [player] |
๐ Load from last checkpoint and roll back unsaved changes |
/deletesave |
/deletesave [player] |
๐๏ธ Delete a save file (double-confirm for self) |
/saveinfo |
/saveinfo [player] |
๐ View detailed save data โ location, health, playtime, blocks |
/storage |
/storage [player] |
๐ฆ Open a player's persistent storage inventory |
/givesaveblock |
/givesaveblock "<Name>" <Chapter> |
๐ฎ Create a named save block beacon item |
/setdefaultspawn |
/setdefaultspawn |
๐ Set the server's default spawn from your current position |
/togglebeacongui |
/togglebeacongui |
๐ซ Toggle blocking of the vanilla beacon GUI |
/scannow |
/scannow |
๐ Instantly scan for and unregister missing save blocks |
Example:
/givesaveblock "Card Castle - ??????" 1
โ๏ธ Configuration
config.yml gives you full control over DeltaSave's behavior:
prefix: "ยง6[SAVE] ยงr" # Chat message prefix
block-beacon-gui: true # Block vanilla beacon GUI on right-click
scan-interval: 1200 # Save block integrity scan frequency (ticks)
beacon-message-cooldown: 140 # Cooldown between motivational messages (ticks)
delete-confirm-timeout-gui: 160 # GUI delete confirmation window (ticks)
delete-confirm-timeout-command: 160 # Command delete confirmation window (ticks)
Fully customize every message, sound effect, and beacon flavor text straight from the config.
๐ Permissions
| Permission | Description |
|---|---|
deltasave.admin |
Allows DeltaSave commands to be used instead of just using save blocks. |
Server Operators will automatically get deltasave.admin permission until revoked.
๐ Data Storage
| File | Contents |
|---|---|
saves/<uuid>.yml |
Full player save state |
storage/<uuid>.yml |
Chapter-scaled persistent item storage |
saveblocks.yml |
Registry of all placed save block locations |
๐ Dependencies
Nothing. DeltaSave is a standalone plugin.
However, for permissions control, it would be beneficial to add permissions plugins such as LuckPerms or UltraPermissions.
๐ ๏ธ Compatibility
- Minecraft API:
26.1 - Latest Plugin Version:
1.4
- Built with DETERMINATION.


