Compatibility
Minecraft: Java Edition
1.21–1.21.8
1.20.x
Platforms
Links
Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 months ago
RestoreIt
A Minecraft plugin for arena snapshot creation and restoration
RestoreIt allows server administrators to easily create snapshots of arenas and restore them back to previous states. Perfect for PvP servers, minigame servers, and build competitions where you need to quickly reset areas.
Features
- Arena Management: Create and manage arenas using WorldEdit selections
- Snapshot System: Take snapshots of arenas and store them efficiently
- Fast Restoration: Restore arenas to any previous snapshot
- Async Operations: Non-blocking operations that won't lag your server
- Compressed Storage: Efficient storage using Sponge Schematic format
Requirements
- Minecraft: 1.20+ (Paper/Purpur)
- WorldEdit: 7.2.0+ (Required)
- Java: 17+
Installation
- Download the latest release
- Place the JAR file in your
pluginsfolder - Make sure WorldEdit is installed
- Restart your server
- Configure settings in
plugins/RestoreIt/config.yml
Quick Start
-
Select an area with WorldEdit:
//wand //pos1 //pos2 -
Create an arena:
/restoreit arena create <arena_name> -
Take a snapshot:
/restoreit snapshot <arena_name> <snapshot_name> -
Restore the arena:
/restoreit restore <arena_name> <snapshot_name>
Commands
All commands start with /restoreit (aliases: /ri, /restore)
Arena Commands
/restoreit arena create <name>- Create arena from WorldEdit selection/restoreit arena delete <name>- Delete an arena/restoreit arena list- List all arenas/restoreit arena info <name>- Show arena details
Snapshot Commands
/restoreit snapshot <arena> <name> [description]- Create a snapshot/restoreit list [arena]- List snapshots/restoreit info <arena> <snapshot>- Show snapshot details
Restoration Commands
/restoreit restore <arena> <snapshot>- Restore arena to snapshot/restoreit status- Check active operations
Permissions
restoreit.use- Basic command access (default: everyone)restoreit.arena.create- Create arenas (default: ops)restoreit.arena.delete- Delete arenas (default: ops)restoreit.snapshot.create- Create snapshots (default: ops)restoreit.snapshot.restore- Restore arenas (default: ops)restoreit.*- All permissions (default: ops)
Configuration
Main settings in plugins/RestoreIt/config.yml:
performance:
max-arena-size: 1000000 # Max blocks per arena
max-snapshots-per-arena: 10 # Max snapshots before cleanup
async-operations: true # Use async operations
max-concurrent-restores: 5 # Max simultaneous restores
storage:
compression-enabled: true # Compress snapshots
compression-level: 6 # Compression level (0-9)
Support
- Report bugs and issues on GitHub
- Contact @defectivevortex on Discord for support (faster support)



